 


/* Website Main Layout */

*{
	margin:0;
	padding:0;
	list-style:none;
}

html {
	height:100%;
}

body {
	height:100%;
	background-color: #acacac;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #ffffff;
	margin: 0px;
	overflow-y:scroll;
}

body a{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
    font-size:11px;
}

.container {
   	position: relative;
    overflow:auto;
   	width: 95%;
   	height: 100%;
}

.title_bg {
	background:url('http://www.totalsonic.nl/Images/Layout/ProductPage/title_bg.jpg');
	background-position:top;
    background-repeat:repeat-x;
    background-color:#415d6b;
    height:53px;
    margin-top:7px;
    width:606px;
}

.defPage {
    width:600px;
    background:#ffffff url('http://www.totalsonic.nl/Images/Layout/ProductPage/defpage_bg.jpg') bottom repeat-x;
   	border:medium solid #3f5562;
    padding-bottom:50px;
    overflow:hidden;
}    

#floatdiv{
    position:relative;
    width:95%;left:0px;top:0px;bottom:92px;
	margin-bottom:92px;
}

.vid_container {
	width:165px;
    height:130px;
}
.vid_top {
	background:url('http://www.totalsonic.nl/"Images/Layout/ProductPage/bg.gif');
    width:165px;
    height:20px;}

.image {
	float: right;
   	width: 200px;
	margin:10px;
   	background-color:#000000;}

.text {
	width:200px; 
	float:left; 
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height:20px;
    color:#000000;
}

.products {
	background-color:#666;
	color:#000000;
}

#pButton {
	font-family: Arial, Helvetica, sans-serif;
	height:24px; width:202px;
	background:url('http://www.totalsonic.nl/Images/Layout/ProductPage/but_s.jpg') no-repeat;
    color:#ffffff;
    font-weight:bold;
}

#pButton:hover {
	height:24px; width:202px;
	background:url('http://www.totalsonic.nl/Images/Layout/ProductPage/but_o.jpg') no-repeat;
    color:#000000;
    cursor:pointer;
}

.product_top {
	width:100%; height:35px;
	background:url('http://www.totalsonic.nl/Images/Layout/ProductPage/topBT_bg.jpg');
    background-color:#415d6b;
}

.product_sep {
	width:11px; height:35px;
	background:url('http://www.totalsonic.nl/Images/Layout/ProductPage/topBT_sep.jpg');
	background-position:top;
	margin-top:-4px;
	float:left;
    background-color:#415d6b;
}

.alt_images {
	width:100%; height:35px;
    background-color:#3a3a3a;
    padding:6px;
}

.alt_image {
	float:left;
	width:40px; height40px; 
 	border: medium solid #222;
}

.alt_image:hover {
	width:40px; height40px; 
 	border: medium solid #000;
}
.catKader {
	width: 180px; height: 155px;
    float:left;
    margin-left:12px; margin-top:7px; margin-right:5px;
    padding-top:7px;
    font-weight:bold;
    background:url('http://www.totalsonic.nl/Images/Layout/CategoryPage/CatButton.jpg') no-repeat;
   	opacity:0.80;
    color:#fff;
}
.catKader:hover {opacity:1; cursor:pointer;}

.productKader {
	width: 289px; height:141px;
    float:left;
    margin-left:8px; margin-top:10px;
    background:url('http://www.totalsonic.nl/Images/Layout/CategoryPage/ProductButton.jpg') left repeat-y;
    opacity:0.80;
    color:#fff;
}

.productKader:hover {
    opacity:1;
    cursor:pointer;
    width: 289px; height:141px;
}

.prodBG {
	width: 140px; height:122px;
    background-color:#111111;
}



.productKaderTitle {
	width:140px; height:30px;
  	padding-left:5px padding-right:5px;
  	background-color:#111111;
    padding-bottom:2px;
    font-size:11px;
    font-weight:bold;
}

.innerProd {
    height:120px;
    width:136px;
    background-color:#ffffff;
}

.botfade {
	background:url('http://www.totalsonic.nl/Images/Layout/CategoryPage/bot_ref.png') no-repeat top;
    width: 140px; height:15px;
}

.reviews_kader {
	width:300px; height:300px;
	background-color:#666666;
	padding:10px;
}

.vergroot_but {
	width:74px; height:62px;
    float:left;
	background:url('http://www.totalsonic.nl/Images/buttons/adbuttons/vergroot.jpg');
}
.vergroot_but:hover {
	background:url('http://www.totalsonic.nl/Images/buttons/adbuttons/vergroot_over.jpg');
    cursor:pointer;
}

.search_items { 
	padding-left:8px; padding-top:8px; padding-bottom:5px; 
    height:125px; width:95%; 
    float:left; 
    margin:8px; 
    background-color:#333333;
}

.search_items:hover {
    background-color:#999999;
    cursor:pointer;
}

.search_img { 
	float:left;
    height:130px;
    width:130px; 
}

.search_title { 
	float:left;
    height:75px;
    width:300px; 
}

.wwbutton {
	width:212px; height:30px; 
    padding-top:10px; 
    background:#3a3a3a;
	opacity:1;
}

.wwbutton:hover {
    cursor:pointer;
	opacity:1;
}

#mediaContainer{
	width:600px;
	float:left;
}

#buttonContainer{
	width:100%; height:22px;
    padding-left:10px;
}

.slidingDiv {
	width:600px; height:auto;
    float:left;
    padding-top:10px; padding-bottom:10px; padding-left:10px; padding-right:10px;
    margin-top:5px;
    display:none;
    color:#000000;
    background-color:#e1e1e1;
    border-top:thin solid #b0b0b0; 
    border-bottom:thin solid #b0b0b0;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
}

.show_hide {
	float:left; height:20px;
    padding-top:10px; margin-bottom:5px;
    margin-right:3px;
	cursor:pointer;
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    background:url('http://www.totalsonic.nl/Images/Layout/ProductPage/tab_bg.jpg') repeat-x top;
}
.show_hide:hover {
    background:url('http://www.totalsonic.nl/Images/Layout/ProductPage/tab_bg_o.jpg') repeat-x top;
}

.mediaButtons {
	float:left;
	margin-right:10px;
	display:none;
	cursor:pointer;
    color:#000000;
    background-color:#333333;
    font-size:14px;
    font-weight:bold;
   }

#mediaButtonContainer {
	background-color:#333333;
    width:282px; height:30px;
    float:left; margin-right:5px; margin-top:4px;
    padding-top:3px; padding-left:4px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
						
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}


#moviebutton		{	border:thin solid #999999;
						-moz-border-radius-topleft: 5px;
						-moz-border-radius-topright: 5px;
						-webkit-border-top-left-radius: 5px;
						-webkit-border-top-right-radius: 5px;
						
						-moz-border-radius-bottomleft: 5px;
						-moz-border-radius-bottomright: 5px;
						-webkit-border-bottom-left-radius: 5px;
						-webkit-border-bottom-right-radius: 5px;
                    }
#moviebutton:hover		{	cursor:pointer;
							border:thin solid #333333;}
#movieContainer		{width:120px; height:90px; float:left; margin-right:5px;}

#thumbTxt			{	font-family: Arial, Helvetica, sans-serif;
   			 			font-size:11px;
    					color:#000000;}
                    
#playbutton 		{background:url('http://www.totalsonic.nl/Images/Layout/ProductPage/play.png'); margin-left:-5px;}
#playbutton:hover 	{background:url('http://www.totalsonic.nl/Images/Layout/ProductPage/play_o.png'); cursor:pointer;}


#button {
	background-color:#999999;
	width:100%; height:45px;
	border-bottom:thin solid #CCCCCC;
	padding-left:3px;
	margin-right:5px;
	color:#000000;
	text-decoration:none;}
#button:hover {
	color:#FFFFFF;
	background-color:#333333;
	text-decoration:none;
	cursor:pointer;}
#txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Product Menu */

#basic-accordian{
	width:100%;
	position:relative;
}

.accordion_headings {
    width:181px;
    padding-left:5px;
    margin-left:2px;
	background:url('http://www.totalsonic.nl/Images/Layout/MenuLeft/prodbutton_bg.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#FFFFFF;
}

.accordion_headings:hover{	
	background:url('http://www.totalsonic.nl/Images/Layout/MenuLeft/prodbutton_bg_h.jpg') repeat-x;
}

.accordion_headings_big {
    width:181px; height:50px;
    padding-left:5px; padding-top:8px;
    margin-left:2px; margin-bottom:-11px;
	background:url('http://www.totalsonic.nl/Images/Layout/MenuLeft/prodbutton_bg.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#FFFFFF;
}

.accordion_headings_big:hover{	
	background:url('http://www.totalsonic.nl/Images/Layout/MenuLeft/prodbutton_bg_h.jpg') repeat-x;
}

.header_highlight{
	height:36px;
	padding-left:5px; padding-top:5px;
    margin-bottom:0px;
	background:url('http://www.totalsonic.nl/Images/Layout/MenuLeft/prodbutton_bg_h.jpg') repeat-x;
}

.draadloos{
	padding:5px;
	background:#3c5867;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
}
#mag {
	float:left; 
    background:url('http://www.totalsonic.nl/Images/Layout/MenuTop/mag.jpg') no-repeat; 
    height:33px; width:27px; 
    margin-right:8px;
}
#mag:hover {
	float:left; 
    background:url('http://www.totalsonic.nl/Images/Layout/MenuTop/mag_h.jpg') no-repeat; 
    height:33px; width:27px; 
    margin-right:8px;
    cursor:pointer;
}

/* Location buttons */
#locButton	{height:14px; float:left; padding:2px; margin-top:-3px;}
#locLeft 	{background:url('http://www.totalsonic.nl/Images/Layout/MenuTop/locationButtons/left.jpg') 	no-repeat left top; width:3px; height:100%; float:left;}
#locCenter 	{background:url('http://www.totalsonic.nl/Images/Layout/MenuTop/locationButtons/center.jpg') 	repeat-x; height:100%;  float:left;}
#locRight 	{background:url('http://www.totalsonic.nl/Images/Layout/MenuTop/locationButtons/right.jpg') 	no-repeat right; width:3px; height:100%; float:left;}
#location	{font-size:10px; color:#b0b0b0;}
#location:hover	{color:#ffffff;}
#locationStatic	{font-size:10px; color:#b0b0b0; padding-top:1px; font-weight:bold;}

/* Typography */

li		{	padding:4px; margin:1px;}

#title {font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #000000;
		font-weight: bold;
       	text-shadow: 1px 1px 2px #999999;
}

h1 { 	font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
        font-size:27px;
		font-weight: bold;
        margin-top:2px;
        margin-bottom:-10px;
}

h2 { 	font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #000;
		font-weight: bold;
        line-height:20px;
       	margin-bottom:5px;
}

h3 { 	font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #ffffff;
        margin-bottom:-17px;}

.input {
	FONT-SIZE: 12px; 
	TEXT-TRANSFORM: none; 
	WIDTH: 100px; 
	FONT-STYLE: normal; 
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	background-color:#FFFFFF
}
	
.prijzen {		cursor:pointer;
				background-color:#666666;
				margin-top:4px;
}

.prijzen:hover {cursor:pointer;
				background-color:#333333;
}


/* Links */

#productThumbs {	float:left; 
					height:61px; width:61px; 
                    padding:2px; background-color:#cccccc; 
					border:1px solid #333;}
                 
#productThumbs:hover {border:1px solid #fff; cursor:pointer;}

#pagelink {
	font-family: Arial, Helvetica, sans-serif;
    size:10px;
    font-weight:bold;
    color:#000000;}
    
#pagelink:hover {
	font-family: Arial, Helvetica, sans-serif;
    size:10px;
    font-weight:bold;
    color:#333333;
    }

a
{	font-family: Arial, Helvetica, sans-serif;
	margin-top:5px;
	font-size:11px;
	line-height:15px;
	font-style: normal;
	color: #000000;
	font-weight:bold;
}

#subitem
{	font-family: Arial, Helvetica, sans-serif;
	margin-top:5px;
	font-size:10px;
	line-height:15px;
	font-style: normal;
	color: #ffffff;
	font-weight:bold;
    text-shadow: 1px 1px 2px #000000;
}

#button {
	padding-left:5px; padding-top:8px; 
    margin-bottom:-8px; margin-left:2px; 
    height:31px; width:181px; 
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:11px;
	color: #ffffff;
	background:url('http://www.totalsonic.nl/Images/Layout/MenuLeft/button_bg.jpg') repeat-x;
    text-shadow: 1px 1px 2px #000000;
}

#button:hover {
	background:url('http://www.totalsonic.nl/Images/Layout/MenuLeft/button_bg_h.jpg') repeat-x;
    cursor:pointer;
}

#brandbutton {
	padding-left:5px;
    margin-left:2px; 
    height:40px; width:181px; 
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:13px;
	color: #ffffff;
	background:url('http://www.totalsonic.nl/Images/Layout/MenuLeft/brandbutton_bg.jpg') repeat-x;
    text-shadow: 1px 1px 2px #000000;
   	text-transform:uppercase;
}

#brandbutton:hover {
	background:url('http://www.totalsonic.nl/Images/Layout/MenuLeft/brandbutton_bg_h.jpg') repeat-x;
    cursor:pointer;
}

#dif
{   height:14px; width:179px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
    padding-left:3px; padding-right:3px; padding-top:3px; padding-bottom:3px;
	text-decoration:none;
    background:url('http://www.totalsonic.nl/Images/Layout/reviews/buttonbg.jpg') repeat-x;
}

#dif:hover
{	background:url('http://www.totalsonic.nl/Images/Layout/reviews/buttonbg_o.jpg') repeat-x;}

#cat_button a{	font-family: Arial, Helvetica, sans-serif;
				margin-top:5px;
				font-size:10px;
				line-height:15px;
				font-style: normal;
				font-weight: bold;
				color: #FFFFFF;
				text-decoration:none;
} 


.knop {	width:100%;
		line-height:20px;
		height:10px;
        font-size:11px;
        font-weight:bold;
}

#news {opacity: 0.9;}
#news:hover {opacity: 1; cursor:pointer;}
 
#brandButtons ul  	{margin:0px; line-height:0px; padding:0px;}
#brandButtons li 	{margin:0px; line-height:0px; padding:0px;}

#topButtons ul		{margin:0px; line-height:0px; padding:0px; float:left;}
#topButtons li 		{margin:0px; line-height:0px; padding:0px; float:left;}

#productButtons ul	{margin:0px; line-height:0px; padding:0px; float:left; color:#ffffff;}
#productButtons li 	{margin:0px; line-height:0px; padding:0px; float:left;}

#subcategories ul	{margin:0px; line-height:0px; padding:0px; float:left;}
#subcategories li 	{margin:0px; line-height:0px; padding:0px; float:left;}

#categoryList ul	{margin:0px; line-height:0px; padding:0px; float:left;}
#categoryList li	{margin:0px; line-height:0px; padding:0px; float:left;}

#categoryText { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	font-style: normal;
	color: #000000;
	text-decoration:none;
}

/* Review buttons */
#mn{	width:65px;
		font-weight:bold;
}

#mn1, #mn2, #mn3, #mn4, #mn5, #mn6, #mn7, #mn8, #mn9{
		display:block;
		padding-top:11px;
        height:25px;
        margin-top:-11px;
        width:65px;
		visibility:hidden;
}

#mn1 a, #mn2 a, #mn3 a, #mn4 a, #mn5 a, #mn6 a, #mn7 a, #mn8 a, #mn9 a{
		display:block;
        border-top: solid thin #333;
        padding-left:5px;
        height:25px;
        width:135px;
        background:url('http://www.totalsonic.nl/Images/Layout/ProductPage/reviews.png');
}

#mn1 a:hover, #mn2 a:hover, #mn3 a:hover, #mn4 a:hover, #mn5 a:hover, #mn6 a:hover, #mn7 a:hover, #mn8 a:hover, #mn9 a:hover{
		display:block;
        width:135px;
        height:25px;
        padding-left:5px;
		background:url('http://www.totalsonic.nl/Images/Layout/ProductPage/reviews_o.png');
		color:#000;
}
