* {margin:0px;padding:0px;}


h2 {}

.gradientDown {
	background: #d6cdc7;
	background: -moz-linear-gradient(top, #d6cdc7 0%, #f8f7f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6cdc7), color-stop(100%,#f8f7f3));
	background: -webkit-linear-gradient(top, #d6cdc7 0%,#f8f7f3 100%);
	background: -o-linear-gradient(top, #d6cdc7 0%,#f8f7f3 100%);
	background: -ms-linear-gradient(top, #d6cdc7 0%,#f8f7f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6cdc7', endColorstr='#f8f7f3',GradientType=0 );
	background: linear-gradient(top, #d6cdc7 0%,#f8f7f3 100%);
}

.gradientUp {
	background: #f8f7f3;
background: -moz-linear-gradient(top, #f8f7f3 0%, #d6cdc7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f7f3), color-stop(100%,#d6cdc7));
background: -webkit-linear-gradient(top, #f8f7f3 0%,#d6cdc7 100%);
background: -o-linear-gradient(top, #f8f7f3 0%,#d6cdc7 100%);
background: -ms-linear-gradient(top, #f8f7f3 0%,#d6cdc7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f3', endColorstr='#d6cdc7',GradientType=0 );
background: linear-gradient(top, #f8f7f3 0%,#d6cdc7 100%);
}

/* Pete's addition 28th jan */
p a.left, p a.right, stat p a {border:none;}
/*.cheat {background: url(../images/bg-body.gif) repeat-x top left;text-align:center;}*/
.cheat {background: url(../images_custom/head_bg2.png) repeat-x top left;text-align:center;}

.error404text{margin: 15px 0 15px 0; font-size: 14px; line-height: 18px;}

a:active {outline: none; border: none; }
a:focus {-moz-outline-style: none; outline: none; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear {clear: both;}

/*** HTML tags ***/
html {overflow: -moz-scrollbars-vertical ; overflow-y: scroll !important;}
body {background: #f8f7f3 url(../images_custom/bg_freeDelivery.png) center 200px no-repeat; font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#2b2b2b; margin:0; padding: 0; text-align: center;}

body.xmas {background: #f8f7f3 url(../images_custom/Xmasbg.jpg) center top no-repeat fixed;}

#wrapper { margin: 0 auto; padding: 0; text-align: left !important; width: 960px; background: transparent;  }

#mainContent {background-color: #E8E0D1; clear:both; box-shadow: 0 0 10px rgba(0,0,0,0.3);}
h1 {margin:0px 10px 10px 0px;display:block;padding: 0 5px 5px 12px;border-bottom:3px solid #2b2b2b;font: bold 23px/24px  Tahoma, Helvetica, sans-serif; clear:left;}
h1 span {font: bold 16px/16px Tahoma, Helvetica, sans-serif; color:#ff471a;}
h1 span.contentH1Star {background:url("../images_custom/header_sprite.png") no-repeat scroll -982px -9px transparent;width:9px;height:9px;float:left;margin:8px 5px 0 -12px;font-size:1px;}
	h1.red {clear: left;margin:0px 10px 10px 0px;display:block;padding-left:12px;border-bottom:4px solid #ff471a;font-family:Rockwell, Helvetica, sans-serif;font-size:23px;background:transparent url(../images/star-red.gif) no-repeat center left;font-weight:bold;color:#ff471a;clear:left;}
	h2.orange {margin:0px 10px 10px 0px;display:block;padding-left:12px;border-bottom:4px solid #ff931d;font-family:Rockwell,  Helvetica, sans-serif;font-size:24px;background:transparent url(../images/star-orange.gif) no-repeat center left;font-weight:bold;color:#ff931d;clear:left;}
	h2.brown {margin:0px 10px 10px 0px;display:block;padding-left:12px;border-bottom:4px solid #a08c82;font-family:Rockwell,  Helvetica, sans-serif;font-size:24px;font-weight:bold;color:#a08c82;clear:both;}
	h2.brown span {background:url("../images_custom/header_sprite.png") no-repeat scroll -973px -9px transparent;width:9px;height:9px;float:left;margin:9px 5px 0 -12px;font-size:1px;}
	
hr {margin:0px 10px 10px 0px;border:none;border-bottom:1px solid #2b2b2b;}
h1 small { font-size: 17px; }
small {font-size:10px;}
.bold {font-weight: bold;}

h3.footerScrollHeadTop {
border-bottom:3px solid #2B2B2B;
font: normal 20px/24px Impact, Tahoma, Helvetica, sans-serif;
clear:left; 
display:block; 
margin:0 10px 10px 0; 
padding-left:12px;
}

h3.footerScrollHead {
border-bottom:3px solid #2B2B2B;
font: normal 20px/24px Impact, Tahoma, Helvetica, sans-serif;
clear:left; 
display:block; 
margin: 10px 10px 10px 0; 
padding-left:12px;
}

.footerScrollHead span {
background:url("../images_custom/header_sprite.png") no-repeat scroll -982px -9px transparent;
width:9px;
height:9px;
float:left;
margin:7px 5px 0 -12px;
}

.footerScrollHeadTop span {
background:url("../images_custom/header_sprite.png") no-repeat scroll -982px -9px transparent;
width:9px;
height:9px;
float:left;
margin:10px 5px 0 -12px;
font-size:1px;
}


/*** General classes ***/
.left {float:left; }
.right {float:right;}
.kill {clear: both; background-color: transparent;}
.red {color:#ff471a;}
.wasText {font-size: 12px; line-height: 16px; color: #FF471A;}
.wasAmount {font-weight: bold; font-size: 12px; line-height: 16px; text-decoration: line-through; color: #FF471A;}
.salePrice {font-size: 16px; font-weight: bold; line-height: 16px; color: #000000;}

a.btn, .btn {background-color: #ff471a; padding: 5px 10px; color: #fff !important; text-decoration: none; text-transform: uppercase; font: bold 12px/26px Verdana, Arial, sans-serif; cursor: pointer; }
.btn.submit {padding: 2px 5px; text-align: center; width: auto;}
a.btn:visited, a.btn:visited {background-color: #ff471a; color: #fff !important;}
a.btn:hover, a.btn:active, .btn:hover {background-color: #2b2b2b; color: #fff; text-decoration: none;}

/*** a:links ***/
#left a:link, #right a:link, #cookie a:link, .title a:link, #add-comment a:link, a.sublink, p a:link, #clientAccount a:link  {color:#2b2b2b;text-decoration:none; /*border-bottom:1px solid #ff471a;*/} #clientAccount a:link { font-weight: bold; }


#left a:visited, #right a:visited, #cookie a:visited, .title a:visited, #add-comment a:visited {color:#2b2b2b; text-decoration:none;}
#clientAccount a:visited {color:#2b2b2b; text-decoration:none; /*border-bottom:1px solid #ff471a;border-color:#7e7e7e;*/}


#left a:hover, #right a:hover, #cookie a:hover, #clientAccount a:hover,  p a:hover, a.sublink:hover, .title a:hover, #add-comment a:hover {color:#ff471a; text-decoration:none;}

#left a:active, #right a:active, #cookie a:active, .title a:active, #add-comment a:active {color:#ff471a;}

#deals {margin: 8px 0 8px 0;}
#deals a {width: 200px; height: 50px; background: url(../images/combo.gif) 0px 0px no-repeat; display: block; margin-bottom: 1px;}
#deals a.triple {background-position: 0px -50px;}
#deals a.quad {background-position: 0px -100px; display: none;}
#deals a.b2b {background-position: 0px -150px;}
#deals a.twin:hover {background-position: -200px 0px;}
#deals a.triple:hover {background-position: -200px -50px;}
#deals a.quad:hover {background-position: -200px -100px; display: none;}
#deals a.b2b:hover {background-position: -200px -150px;}

/*** Header/Footer ***/
/*
#header {float:left;width:940px;height:150px; background: transparent url(../images/credit.gif) no-repeat 434px 1px; text-align: left !important;position:relative;}

#header {float:left; clear: both; width:960px;height:140px; background: transparent url(../images/credit.gif) no-repeat 446px 1px; text-align: left !important;position:relative;}
*/
#header {float:left; clear: both; width:960px;height:90px; position:relative;}


	#header .side {border:1px solid #a08c82;margin:10px 8px;position: absolute; right: 0px; width:178px;} /* IE */ * html #header .side {width:198px;}
		#bc form {margin:10px 0px 0px 0px;float:right;}
		a.cartHeader {position: absolute; text-align: right; right: 0px; display: block; width: 190px; float: right; margin-right: 8px; background:#000 url(../images_custom/stripe_buttons.png) no-repeat -225px -58px; color: #A08C82; font: bold 12px/12px Verdana, Arial, sans-serif; text-decoration: none; padding: 5px 5px;}
		a.cartHeader:hover {background:#000 url(../images_custom/stripe_buttons.png) no-repeat -225px -80px;}
		
		/*.headerNextDay {width: 200px; height: 22px; position: absolute; top: 0px; right: 216px; background: url(../images_custom/freeNextDay.gif) top left no-repeat;}*/
		/*.headerNextDay {width: 305px; height: 70px; position: absolute; bottom: 4px; right: 224px; background: url(../images_custom/freeNextDay2.gif) top left no-repeat;}*/
		.headerNextDay {width: 226px; height: 53px; position: absolute; bottom: 20px; right: 282px; background: url(../images_custom/header_sprite.png) -367px 0 no-repeat;}
		#logo {position: absolute; top: 26px; left: 10px; width: 360px; height: 35px; background:url(../images_custom/header_sprite.png) no-repeat -4px -8px}
    #logo a {display:block;height:35px;}		
		/*#contactMe { display: none; width: 135px; height: 55px; position: absolute; top: 73px; left: 8px; }
		#contactMe a {display: block; width: 135px; height: 55px; background: url(../images/contactMe.gif) top left no-repeat; }*/
		#salesHotline {position: absolute; top: 25px; right: 10px; width: 190px; height: 35px; background: url(../images_custom/header_sprite.png) -600px 3px no-repeat; }
		#contactMe {position: absolute; bottom: 4px; right: 8px; width: 200px; height: 20px; background: url(../images_custom/header_sprite.png) -593px -32px no-repeat; }
		#contactMe a {display: block; width: 200px; height: 20px;}
		#geoTrust {position: absolute; top: 73px; left: 8px; width: 115px; height: 55px;}
		#myfloat {display: none; position:absolute;top:10px;right:218px;}
		#myfloat a {text-decoration: none;}
		.topLinks {position: absolute; top: 2px; left: 10px; color: #666; font-size: 11px;}
		.topLinks a {color: #666; text-decoration: none; font-weight: normal;}
		
#left, #right {width:200px;display:inline;float:left; margin-left: 8px; padding-top: 8px; text-align: left !important; }
	#left .side {border:1px solid #a08c82;margin:0px 0px 8px 0px;background:#f8f7f3; border-bottom: none;}
	#a {background:#f8f7f3;margin:0px;}
	.menu_bg {padding:0px 10px 10px 10px;background:#f8f7f3;margin:0px;}
	.side li {border-bottom:1px solid #a08c82;margin:0px;list-style-type:none;padding:5px;}
	#right .side {border:1px solid #a08c82;margin:0px 0px 8px 0px; background-color: #f8f7f3; text-align: left !important; }
    .side ul {border-top: 3px solid #333; }
    .side.social {padding: 5px; min-height: 20px;}
    .social #gPlus {float: left;}
    #fb-root {float: left;}
    .social .fb_iframe_widget {float: left;}
     
    #right .side.noBottom {border-bottom: none;}

/* Sprites */
	  .bgimg {height:45px; margin: -5px -10px 0 -10px; background:url(../images_custom/brus_bf_bg.png) no-repeat center 0}
	  .mbfImg {height:45px; background:url(../images_custom/side_sprite2.png) no-repeat center -50px}	  
	  .catImg5 {height:30px; background:url(../images_custom/side_sprite2.png) no-repeat center -100px}
	  .catImg6 {height:30px; background:url(../images_custom/side_sprite2.png) no-repeat center -150px}
	  .catImg7 {height:30px; background:url(../images_custom/side_sprite2.png) no-repeat center -200px}
	  .bgImgSmall {height:30px; background:url(../images_custom/side_sprite2.png) no-repeat center -200px}
	  .catImg122 {height:30px; background:url(../images_custom/side_sprite2.png) no-repeat center -250px}
	  .catImg189 {height:30px; background:url(../images_custom/side_sprite2.png) no-repeat center -300px}
	  .catImg128 {height:30px; background:url(../images_custom/side_sprite2.png) no-repeat center -350px}
	  .catImg16 {height:30px; background:url(../images_custom/side_sprite2.png) no-repeat center -400px}
	  .bgImgC {height:40px; background:url(../images_custom/side_sprite2.png) no-repeat center -450px}
	  .bgImgTs {margin:0; border: 3px solid #f8f7f3; text-shadow: 1px 1px 0px #ffffff;}
      .bgImgTs .ins {margin:0;background:url(../images_custom/right_sprite2.png) bottom right no-repeat ; padding: 15px 5px 40px;}
	  .bgImgTs p {text-align:center; color:#2a2a2a; font-size:14px; font-weight:bold;}
	  .bgImgTs p.tsRed {color:#ff471a; font-family:Tahoma, Geneva, sans-serif; font-size:18px;}
    .bgImgSpeaker {height:30px; background:url(../images_custom/side_sprite.png) no-repeat center -300px}
    .bgImgMonitor {height:30px; background:url(../images_custom/side_sprite.png) no-repeat center -350px}
    .bgImgCables {height:30px; background:url(../images_custom/side_sprite.png) no-repeat center -400px}
    .bgImgLarge {height:30px; background:url(../images_custom/side_sprite.png) no-repeat center -100px}
    .bgImgMedium {height:30px; background:url(../images_custom/side_sprite.png) no-repeat center -150px}
    .bgImgXxl {height:30px; background:url(../images_custom/side_sprite.png) no-repeat center -250px}
	  
	  .bgImgA {height:40px; margin:0 -7px;background:url(../images_custom/side_sprite2.png) no-repeat center -550px}
	  .bgImgFooter {background:url("../images_custom/side_sprite2.png") no-repeat scroll 21px -688px transparent;float:left;width:220px;height:16px;margin-top:8px;}        	  
    #widgetSearch {border:1px solid #a08c82;height: 39px; width: 200px; margin-bottom: 8px; background: url(../images_custom/side_sprite2.png) no-repeat center -647px;}
    .button {height:26px;margin:7px 7px 0 0;width:75px;float:right;}
    .button a {background:url("../images_custom/stripe_buttons.png") no-repeat scroll 0px -58px transparent;display: block; height:26px;}
    .button a:hover {background:url("../images_custom/stripe_buttons.png") no-repeat scroll -75px -58px transparent;height:26px;width:75px;}
    .moreInfo {float:right;height:29px; width:125px;}
    .moreInfo a:hover {height:29px; width:125px; background:url(../images_custom/stripe_buttons.png) no-repeat -125px -29px;float:right;}       
    .moreInfo a {height:29px; width:125px;background:url(../images_custom/stripe_buttons.png) no-repeat 0 -29px;float:right;}

    .rightHome {text-align:center;}
    
		#bf.side {padding:5px 10px 10px 10px;background:#2b2b2b; margin-top: 0px;}
		#bf h2 {display: none;}
		#mbf.side {padding:5px 10px 10px 10px;background:#2b2b2b; margin-top: 0px;}
		#fs {padding:50px 10px 10px 10px;background:#f8f7f3 url(../images/head-fs.gif) no-repeat top center;}
		#ts.side {background:#F8F7F3;}
		.secureSSL {background:#F8F7F3 url(../images_custom/right_sprite3.png) no-repeat bottom center; height: 60px; margin-bottom: 8px;}
        .productGuarantee {background:#F8F7F3 url(../images_custom/right_sprite3.png) no-repeat bottom left; height: 60px; margin-bottom: 8px;}
		#rightSideArticle {padding:0 10px; border-top: 3px solid #333;}
		#so {padding:50px 10px 10px 10px;background:#f8f7f3 url(../images/head-so.gif) no-repeat top center;}
		
	.side h2 {border: 3px solid #f8f7f3; padding: 12px 0 2px 0px; font-family: impact,sans-serif; font-weight: normal; font-size: 20px;  }
	.side h2 span {padding-left: 16px; background:url(../images_custom/icons.png) no-repeat 3px -26px; }
#center {width:528px;display:inline;float:left; margin-left: 8px; text-align: left !important; overflow:hidden;}
#centerSecure {width:942px;display:inline;float:left; margin-left: 8px; text-align: left !important;}

	#cookie {padding:10px;}
	#middle {border:1px solid #a08c82;position: relative;margin:8px 0;padding:15px 0px 10px 10px;background:#f8f7f3 url(../images_custom/header_sprite.png) no-repeat -528px -102px; }
	.brandsHead {text-indent: -9999px; margin:-15px 0 0 -10px; padding: 0; background: url(../images_custom/head-brands.png) top center no-repeat; height: 50px;  }
	
	
#bFinder {height: 55px; width: 960px; background: url(../images_custom/BFfooter_bg.gif) top left no-repeat; margin: 0px;}
#bFinder select {margin:0px; padding:0px; border: none;}
#bFinder label {width: 100px; text-align: left; margin: 5px 0 1px 0; color: #A08C82;}
#bFinder input {margin:0px; padding:0px; border: none; float: left;}
#bFinder .BFdivs {width: 100px; float: left; display: inline; margin-left: 5px;}
#bFinder .BFselect {height: 20px; width: 100px; margin: 0px; padding:0px; font: 12px/10px Arial,sans-sherif; color: red; border: 1px solid #ccc; float: left;  }
#bFinder .screenSize {margin-left: 216px;}
#bFinder .Bstyle {width: 150px;}
#bFinder .modelNo {width: 100px; float: left; display: inline; padding: 2px 0px 0px 3px; margin: 0px; height: 16px; font: 12px/12px Arial,sans-sherif; color: red; border: 1px solid #ccc;}
#bFinder .BFsearch {width: 130px; margin: 10px 9px 0px 0px; float: right; clear: none; display: inline;}	
#bFinder .BFsearch input {background: transparent;}
#bFinder option .bigy {font-weight: bold;}


#pageBfinder {height: 70px; background-color: #2b2b2b; margin-bottom: 10px; border:1px solid #A08C82;}
#PBFhead {background: #FF471A url(../images_custom/PBF_bg.gif) top left no-repeat;color:#fff;font-weight:bold;padding:5px;text-align:right;}
#pageBfinder .BFdivs {width: 100px; float: left; display: inline; margin-left: 5px;}
#pageBfinder label {width: 100px; text-align: left; margin: 5px 0 1px 0; color: #A08C82;}
#pageBfinder .BFselect {height: 20px; width: 100px; margin: 0px; padding:0px; font: 12px/10px Arial,sans-sherif; color: red; border: 1px solid #ccc; float: left;  }
#pageBfinder .screenSize {}
#pageBfinder .Bstyle {width: 150px;}
#pageBfinder .BFsearch {width: 130px; margin: 10px 9px 0px 0px; float: right; clear: none; display: inline;}
#pageBfinder .BFsearch input {background: transparent;}


/* homepage brands  */
#brands {height: 135px; width: 507px; clear: both; }
#brands a {height: 30px; width: 90px; float: left; margin: 0 0 10px 11px; background: url(../images_custom/brandsAll.png) 0px 0px no-repeat; display: block;text-indent:-9999px; border: 1px solid #a08c82; padding: 0;}
#brands a.samsung {background-position: 0 0px; clear: left; margin-left: 0;}
#brands a.LG {background-position: 0 -30px; clear: left; margin-left: 0;}
#brands a.panasonic {background-position: 0 -60px;}
#brands a.philips {background-position: 0 -90px;}
#brands a.toshiba {background-position: 0 -120px;}

#brands a.sony {background-position: 0 -150px; clear: left; margin-left: 0;}
#brands a.sony2 {background-position: 0 -150px;  }
#brands a.pioneer {background-position: 0 -180px;}
#brands a.hitachi {background-position: 0 -210px;}
#brands a.sharp {background-position: 0 -240px;}
#brands a.technika {background-position: 0 -270px;}

#brands a.NEC {background-position: 0 -300px;  }
#brands a.JVC {background-position: 0 -330px;}
#brands a.goodmans {background-position: 0 -360px;}
#brands a.ferguson {background-position: 0 -390px;}
#brands a.all {background-position: 0 -420px;}


#monitorBrands {height: 135px; width: 505px; clear: both; }
#monitorBrands a {height: 30px; width: 90px; float: left; margin: 0 0 10px 11px; background: url(../images_custom/monitorBrandsAll.gif) 0px 0px no-repeat; display: block;text-indent:-9999px; border: 1px solid #a08c82; padding: 0;}

#monitorBrands a.samsung {background-position: 0 0px; clear: left; margin-left: 0;}
#monitorBrands a.LG {background-position: 0 -30px;}
#monitorBrands a.NEC {background-position: 0 -60px;}
#monitorBrands a.sony {background-position: 0 -90px;}
#monitorBrands a.HP {background-position: 0 -120px; }

#monitorBrands a.dell {background-position: 0 -150px; clear: left; margin-left: 0;}
#monitorBrands a.apple {background-position: 0 -180px; }
#monitorBrands a.acer {background-position: 0 -210px;}
#monitorBrands a.asus {background-position: 0 -240px;}
#monitorBrands a.benq {background-position: 0 -270px;}

#monitorBrands a.eizo {background-position: 0 -300px; clear: left; margin-left: 0;}
#monitorBrands a.iiyama {background-position: 0 -330px; clear: left; margin-left: 0;}
#monitorBrands a.lenovo {background-position: 0 -360px;}
#monitorBrands a.aoc {background-position: 0 -390px;}
#monitorBrands a.fujitsu {background-position: 0 -420px;}
#monitorBrands a.morebrands {background-position: 0 -450px;}



.manufacturers {background-color: #F8F7F3; border: 1px solid #e8e0d1;text-align: center;}
.manufacturers:hover {border: 1px solid #ff471a;}
#manufacturers a {text-decoration: none; display: block; color: #a08c82; padding: 5px;}
#manufacturers a:hover {color: #ff471a;}

/*** Products on front ***/
#homeGrid {width: 516px; }
#homeGrid ul li {width: 170px; height: 330px; float: left; list-style: none; position: relative; }
#homeGrid ul li .mainBullets ul li {height: auto;}
#homeGrid .photo {border:1px solid #a08c82; border-top: none; margin:0px 10px 0px 0px; width:158px;height:158px;}
#homeGrid .photo a {width:158px;height:158px;display:block;}
	.pPrice {width: 170px;}
    .picHead {height:20px; position:relative; top:5px; width:158px;background:url("../images_custom/header_sprite.png") no-repeat scroll -815px -2px transparent;border:1px solid #A08C82;border-bottom: none;}
    /*  IE */ * html .picHead {width: 160px;}
ul.categoryGrid li.homeTitle {clear: left;display: block; float: none; width: auto; height: auto;}
#homeGrid h1 {
    border-bottom: 3px solid #ff471a;
    margin: 0pt 10px 10px 0pt;
    color: #ff471a;
    font-family: Impact, Tahoma,Arial,Helvetica,sans-sherif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    font-size-adjust: none;
    font-stretch: normal;
    padding:0;
}
.homeTitleStar {background:url("../images_custom/header_sprite.png") no-repeat scroll -973px 0px transparent;width:9px;height:9px;float:left;margin:6px 5px 0 0px;padding:0;display:block;font-size:1px;}
 #homeGrid   a.moreInfoHome {position: absolute; bottom: 5px; left: 20px; display: block; height:29px; width:125px;margin-bottom:10px;background:url(../images_custom/stripe_buttons.png) no-repeat 0 -29px;}
 #homeGrid   a.moreInfoHome:hover {height:29px; width:125px; background-position: -125px -29px;}       



.title {padding:5px 5px 0 5px; text-align:center; clear: both; }
#right .title a {font-size: 10px; color: #A08C82;}
#right .title a:hover, #right .title a.hover {color: #ff471a;}
.title h2 {font-size: 12px;}
.details {
    float: right;
    text-align: right;
    margin: 5px 13px 0 0;
}
.details img {margin:0px 10px 8px 0px;}
.homeline {background:transparent url(../images/bg-dot.gif) repeat-x scroll left bottom;margin:0px 10px 1px 0;padding-bottom:1px;}

.pPrice .price {float: left; display: inline; font-size: 10px; font-weight: bold; }
.pPrice .rightP {float: right; display: inline; text-align: right; margin-right: 12px;}
.pPrice .price_new {font-size: 14px; line-height: 14px; font-weight: bold; color: #FF471A; margin-bottom: 5px;}
.pPrice .VAT {font-size: 10px;}
.details .VAT {font-size: 11px; color: #87857F;}


/***
.detailsBtn a {color:#ff471a;text-decoration:none;border-bottom:1px solid #2b2b2b;}
.detailsBtn a:hover, #footer a:active  {border-color:#f8f7f3;}
.detailsBtn a:visited {color:#a08c82;}
***/
td {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#2b2b2b;}

/*** Brands on front ***/
.tvbrand { float: left; padding: 0px 10px 10px 0px; text-align: center; }
.tvbrand a {border:none; position: relative; color: #000; text-decoration: none !important;}
.tvbrand img {border:1px solid #a08c82 !important; display:inline;}

/*** Products-list ***/
.list-product {/*background:transparent url(../images/bg-dot.gif) repeat-x left bottom;*/ border-bottom:1px solid #ff471a; margin:0px 10px 10px 0px;padding-bottom:10px;width:507px;float:left;}
/*  IE */ * html .list-product {margin:0px 5px 10px 0px;}
	.list-product .photo {margin:0px 10px 0px 0px; width:158px;height:158px;float:left; border: none;}
	.list-product .photo a {width:158px;height:158px;display:block;border:1px solid #a08c82; text-align: center;}
	.list-product .photo a img {border: none; text-align: center;}
	.list-product .photo span {display:none;}
	/* IE */ * html .list-product p {margin:10px 0px 0px 0px;}
	.list-product .stat {display:inline;width:330px;float:left; margin-top: -18px;}
	.list-product .stat p a {margin-top:0px;}
	.list-product .stat .red {font-size: 18px;}
	.list-product h4 {padding:5px;font-weight:bold;font-size:12px;background:#e6e2dc;display:block;clear: both; margin:0px 0px 0px 0px;}
		.list-product h4 a, .list-product h4 a:visited {text-decoration:none;color:#2b2b2b;}
		.list-product h4 a:hover, .list-product h4 a:active {color:#ff471a;}
	.list-product .red-line {display:block;padding:0px 0px 4px 0px;margin:-45px 0px 0px 0px;/*border-bottom:1px solid #ff471a;*/ text-align: right;}
	.no {font-weight: bold;text-decoration: line-through;}
#btmOptions {text-align:right;margin:0px 10px; clear: both; display: block;}

.display {float: left;}
.option {float: right; padding-right: 10px; display: inline; }
.option select { border: 1px solid #a08c82; padding: 3px; width: 135px; }
.sort {height: 20px; display: inline; float:left;}

.resultBullets {min-height: 137px;}
.resultBullets ul {margin: 0 0 0 17px;}
.resultBullets ul li {color: #333; font: 12px/15px  verdana,helvetica,arial; background:url("../images_custom/header_sprite.png") no-repeat scroll -1056px -190px transparent;list-style: none; padding-left:15px;margin-left:-15px;}
.resultBullets span, .infoContent span {color:#6bbd3e;}
.resultBullets a {color:#2B2B2B;font: 12px/15px Verdana, Arial, Helvetica, sans-serif;text-decoration: none;}


.mainBullets {height: 40px; overflow: hidden; margin-bottom: 8px; position: relative;}
.mainBullets ul {margin: 0 0 0 16px; padding: 0;}
.mainBullets a {color:#2B2B2B;font: 11px/13px Arial, Helvetica, sans-serif;text-decoration: none;}
.mainBullets ul li {font: 11px/13px Arial, Helvetica, sans-serif; background:url("../images_custom/header_sprite.png") no-repeat scroll -1056px -192px transparent;list-style: none; padding-left:15px;margin-left:-15px;}



.searchPage {width: 508px; overflow: hidden;}
.searchPage h1 {background: none; border: none; font-size: 18px; margin: 0;}
.searchPage h2 {font-size:14px;margin-top:20px;}
.searchPage h2.selectTypeH2 {font-size: 14px; position:absolute;top:-6px;left:100px;width:400px;}
.selectType {background:url("../images_custom/header_sprite.png") no-repeat scroll -9px -56px transparent;height:37px;position:relative;margin-top:15px;}

#brandHeads {border: 1px solid #a08c82; clear: both; height: 50px; background-color: #E8E0D1; color: #333; font-weight: bold; margin: 0 0px 5px 0;font: bold 13px/13px Verdana, Arial, sans-serif;}
#brandHeads td {height: 50px; width: 370px; padding-left: 10px; color: #333;}
#brandHeads_ns {border: 1px solid #a08c82; clear: both; background-color: #E8E0D1; color: #333; margin: 0 0px 5px 0;}
#brandHeads_ns td {width: 370px; padding-left: 10px; color: #333;}
#brandHeads_ns h1 {font-family: Tahoma,Helvetica,sans-serif; font-size: 14px; padding-left: 12px; }
.redBtn a {width: 160px; margin-right: 4px; display: block; background-color: #e8e0d1; color: #2b2b2b; text-align: center; text-decoration: none; padding: 5px 2px; margin-bottom: 5px;font: 11px/11px Verdana, Arial, sans-serif;}
.redBtn a:hover {background-color: #ff471a; color: #fff; text-decoration: none;}
.redBtnpop a {width: 160px; margin-right: 4px; display: block; background-color: #333; color: #f8f7f3; text-align: center; text-decoration: none; padding: 5px 2px; margin-bottom: 5px;font: 11px/11px Verdana, Arial, sans-serif, bold;}
.redBtnpop a:hover {background-color: #ff471a; color: #fff; text-decoration: none;}
.sizeIntervals {font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px; }

.catLinkMain {clear:both;}
.catLink {width: 158px; height: 180px; float: left; display: inline; margin: 0 14px 14px 0; border:1px solid #A08C82;  }
.catLink a {width: 158px; height: 180px; display: block;}
.catLink.flat {background: url(../images_custom/catFlat.gif) top left no-repeat;}
.catLink.tilt {background: url(../images_custom/catTilt.gif) top left no-repeat;}
.catLink.cantilever {background: url(../images_custom/catCantilever.gif) top left no-repeat;margin-right: 0px;}
.catLink.desk {background: url(../images_custom/catDesk.gif) top left no-repeat;}
.catLink.wall {background: url(../images_custom/catWallmount.gif) top left no-repeat;  margin-right: 0px;}

.catLink.ceiling {background: url(../images_custom/catCeiling.gif) top left no-repeat; }
.catLink.monitor {background: url(../images_custom/catMonitor.gif) top left no-repeat;}
.catLink.corner {background: url(../images_custom/catCorner.gif) top left no-repeat; margin-right: 0px;}
.brandLogo img { float: left;  }

#styleBox {background-color: #2b2b2b; padding: 8px; height: 182px;}
#styleBox .catLink {margin: 0 15px 0 0;}
#styleBox label {color: #fff;margin: 20px 0 3px 0;}
#styleBox select {font-size: 16px; width: 310px; }
#styleBox .search {float: right;}

/*** Product-main ***/
	.delivery248 {height:29px; float: left; width:248px;background:url("../images_custom/header_sprite.png") no-repeat scroll -815px -21px transparent;border:1px solid #A08C82;border-bottom: none;position: relative; top:10px; margin-top: -10px;}
	#productDetail .stat {display:inline;width:238px;float:left;border:1px solid #ff471a;} 
	/* IE */ * html #productDetail .stat {width:240px;}
	#productDetail h4 {padding:4px 4px 5px 4px;font-weight:bold;font-size:12px;background:#ff471a;display:block;margin:0px 0px 5px 0px;color:#fff;}
		#productDetail .stat .red-line {margin:0px 10px 10px 10px;}
		#productDetail .red-line strong {float:left;line-height:20px;width:145px;}
		/* IE */ * html #productDetail .red-line strong {width:140px;}
		#productDetail .red-line div {float:left;}
		#productDetail .stat a {margin:0px 10px 0px 0px;float:right;clear:right;}
	#productDetail small {float:right;padding:10px;clear:right;}
	/* IE */ * html #productDetail small {margin:-5px 0px -5px 0px;}



/*** Product-main NEW ***/
/*.infoBox .buyBtn {float: right; display: inline; margin: 3px 3px 0 0;}*/

.bracketsByBrand {
background:url("../images_custom/header_sprite.png") no-repeat scroll -523px -53px transparent;
height:50px;
margin:-15px 0 0 -10px;
padding:0;
text-indent:-9999px;
}

.infoBox  .prices {float: left; display: inline; margin: 3px;}
.infoBox  .pricesTag {float: left; display: inline; margin: 3px; font: 12px/16px Verdana;}
.infoBox  .red {color:#FF471A; font: 16px/16px Verdana;}
.infoBox ul {margin:0 0 0 20px;padding:0; }
.infoBox ul li {color: #333; font: 12px/16px  verdana,helvetica,arial; background:url("../images_custom/header_sprite.png") no-repeat scroll -1056px -190px transparent;list-style: none; padding-left:15px;margin-left:-15px;}
.infoBox ul li a {color: #333; text-decoration: none; }


.prevLink {float: right; width: 246px; height: 15px; text-align: right;}
.prevLink a {color: #ff471a; text-decoration: none; }
.prevLinkLeft {float: left;height: 15px; text-align: right;}
.prevLinkLeft a {color: #ff471a; text-decoration: none; }




#productDetail ul#feature {list-style: none;margin:16px 0px 0px 0px;padding: 0px;float:right; clear: right;}
#productDetail ul#feature li a {background: url(../images_custom/allProdBtns.gif) 0px 0px no-repeat; display:block;height:24px;width:246px;}
#productDetail ul#feature li a#feature_one {background-position: 0px 0px; }
#productDetail ul#feature li a#feature_two {background-position: -246px 0px;}
#productDetail ul#feature li a#feature_three {background-position: -492px 0px;}
#productDetail ul#feature li a#feature_one:hover {background-position: 0px -24px;}
#productDetail ul#feature li a#feature_two:hover {background-position: -246px -24px;}
#productDetail ul#feature li a#feature_three:hover {background-position: -492px -24px;}



	
#productDescription {clear:both;padding:4px 0px 0px 0px;}
	#productDescription p {margin:0px 0px 10px 0px;}
	#productDescription ul {margin:0px 0px 10px 0px;padding:0px 0px 0px 10px;}
	#productDescription li {margin:0 0 0 40px;padding:0px;font-size:14px; line-height:20px;}
	#productDescription th {text-align: left; width: 200px;}
	#productDescription td {text-align: center;}
/*.review-post {color:#a08c82;background:transparent url(../images/bg-dot.gif) repeat-x left bottom;margin:0px 10px 10px 0px;padding-bottom:10px;clear: both; float:left;}*/
.review-post {color:#a08c82;background:transparent url(../images/bg-dot.gif) repeat-x left bottom;margin:0px 10px 10px 0px;padding-bottom:10px; }
/*  IE */ * html .review-post {width:500px;margin-right:-5px;}
.name{float:left;font-weight:bold;}
.date {display: none;float:right;font-style:italic;}
.review {clear:left;padding-top:10px;}
.reviewForm {clear:both;}
#add-comment {text-align:right;margin:0px 10px;clear:left;}




#productDetail #prodTop {border:1px solid #A08C82; position:relative;background: #fff url("../images_custom/prodMainBg.png") repeat-y 0px 0px;}

#productDetail .backToResult {height:34px; float: left; margin-top:-5px;width:250px;background:url("../images_custom/brus_btn_sprite.png") no-repeat scroll 0px -75px transparent;position: relative;}

#productDetail #prodImages {float: left; width: 249px; background-color:#fff;}
#productDetail .photo {margin:0px; width:248px;height:252px;float:left;}
#productDetail .photo a {width:248px;height:248px;display:block; border: none;}
#productDetail .photo span {display:none;}

#productDetail #prodThumbs {width: 66px; float:left;margin-top:25px;height:255px; overflow:hidden;}
#productDetail .noThumbs {background: #FFFFFF url("../images_custom/prodNoThumbsBg.png") repeat-y 0px 0px !important;}
#productDetail .prodThumbImg {width: 60px; height: 60px; float: left; margin:3px 3px 0 3px;   }
#productDetail .prodThumbImg a {border: 1px solid #a08c82; display: block;}
#productDetail .prodThumbImg a:hover {border: 1px solid red; }
#productDetail .prodThumbImg img {width: 58px; height: 58px; border: none;}

#productDetail .teaserPriceBoxContainer {margin-top:24px; }

#productDetail .teaserContent {overflow: hidden; float:left; width:297px; margin: 5px 20px 0 20px; position: relative; min-height:252px}
#productDetail .noThumbs .teaserContent {width:360px;}
#productDetail .teaserContent h1 {font-size:17px; font-family: Verdana; margin:0; padding:0; font-weight:normal; border:none;}
#productDetail .teaserContent ul {background-color: #FFFFFF; margin: 10px 5px 28px 0px; }
#productDetail .teaserContent ul li {background: url("../images_custom/header_sprite.png") -1061px -189px no-repeat;  padding-left: 10px;color: #333333; font: 12px/18px verdana,helvetica,arial; list-style: none outside none; }
#productDetail .teaserContent ul li a {color: #333; text-decoration: none; }
#productDetail .teaserContent .bottomInfo {width: 100%; position: absolute; bottom:10px; font-size:11px; color:#87857F; border-top:1px dotted #AAAAAA; padding-top:5px;}
#productDetail .teaserContent .bottomInfo .dottedLeft {border-left:1px dotted #AAAAAA; padding-left:5px;}
#productDetail .teaserContent .bottomInfo .bModel {padding-right:5px;}
#productDetail .teaserContent .bottomInfo .reviewInfo {margin-top:3px; height:15px;}
#productDetail .teaserContent .bottomInfo .reviewInfo a {color:#87857F;}
#productDetail .teaserContent .bottomInfo .reviewInfo img {padding-right:5px;}

#productDetail .priceBox {background: url("../images_custom/gradient.png") repeat-x scroll 0 0 transparent; background-color:#F8F7F3; width:270px; float: left; height:243px; border: 1px solid #a08c82;position:relative;margin: 6px 6px 0 0;}
#productDetail .priceBox h1 {background-color:#a08c82;color:#FFFFFF;display:block; font: bold 12px/12px Verdana, Arial, sans-serif;font-weight:bold;margin:0 0 5px;padding:2px 4px 3px; background-image: none; border: none;}
#productDetail .priceBox .productNo {padding-left: 5px; padding-bottom: 2px; margin-top: 4px; font-family: verdana,helvetica,arial; font-size: 12px; color: #333333; font-weight: normal;}
#productDetail .priceBox .qty, #priceBoxBottom .qty {background-color:#fff;position:relative;border:1px solid #B9A9A2;width:43px; height:28px;color:#FFFFFF; font:bold 12px/12px Verdana; text-align: left;}
#productDetail .priceBox .qtyTxt, #priceBoxBottom .qtyTxt {color:#B8A9A1; font-weight:bold; margin:5px 0;}
#productDetail .priceBox .qty input, #priceBoxBottom .qty input {background-color:#fff;vertical-align: text-bottom; border: none; margin-top: 2px;font-size:14px;color:#87857F;padding: 2px 0;}
#productDetail .inputQty, #priceBoxBottom .inputQty {float:right; font:20px/20px Verdana,Arial, sans-serif; border:1px solid #999; margin-top:4px; padding:3px; color:#87857F; }
#productDetail .priceBox form.selectQuantity, #priceBoxBottom form.selectQuantity {float:left; margin: 0 0 0 10px;}

#productDetail .breadCrumb {position:absolute; left:249px; top:0px; height:23px; width:691px; border-bottom:1px solid #A08C82; background:#F8F7F3;}
#productDetail .breadCrumb ul {list-style:none;}
#productDetail .breadCrumb li {height:23px;float:left; padding-left:20px; margin-left:20px;text-decoration:none;background: transparent url('/images_custom/brus_btn_sprite.png') -255px -79px no-repeat;}
#productDetail .breadCrumb li.first {background:none;}
#productDetail .breadCrumb li.modelNumber {padding-left:0;}
#productDetail .breadCrumb li a, #productDetail .breadCrumb li span {text-decoration:none;color:#B8A9A1; font-size:13px;display:block; margin-top:3px;}


#productDetail .buyBtn {clear:right; float:right; margin: 5px 8px 0 0; border: none; text-indent: -9999px; cursor: pointer; }
#productDetail .buyBtn:hover {background-position: -171px 0px;}
#productDetail .buyBtn:active {outline: none; background-position: -171px 0px; }
#productDetail .buyBtn {display:block; height:40px; width:171px;background: url("/images_custom/brus_btn_sprite.png") repeat scroll 0px 0px transparent;}


.whiteBuyboxSub {
    background-color: #FFFFFF;
    border: 1px solid #B9A9A2;
    clear:right;
    float: right;
    height: 28px;
    margin: 5px 17px 0 0;
    position: relative;
    width: 238px;
    overflow: visible;
}
.whiteBuyboxSub form {overflow: visible;}
.smallBuyButton {display: inline;float: right;height: 30px;margin-right: -15px;margin-top: -1px;width: 62px; overflow: visible;}

.buy_btn_sml {background: url("/images_custom/brus_btn_sprite.png") repeat scroll 0px -40px transparent;border: 0 none;cursor: pointer;height: 30px;width: 60px;}
.buy_btn_sml:hover {background-position:-60px -40px;}

.whiteBuyboxSubText span {color: #FE0909;}

.whiteBuyboxSubText {margin: 5px 20px 0 0; float: right; color:#87857F; font-size:14px;}

.priceBox .leftTopCorners, #priceBoxBottom .leftTopCorners {background: url("../images_custom/corners_sprite.png") no-repeat scroll 0 -40px transparent;font-size: 1px;height: 4px;left: -1px;position: absolute;top: -1px;width: 4px;}
.priceBox .leftBotCorners, #priceBoxBottom .leftBotCorners {background: url("../images_custom/corners_sprite.png") no-repeat scroll 0px -43px transparent;bottom: -1px;font-size: 1px; height: 5px;left: -1px;position: absolute;width: 5px;}
.priceBox .rightTopCorners, #priceBoxBottom .rightTopCorners {background: url("../images_custom/corners_sprite.png") no-repeat scroll -4px -40px transparent;font-size: 1px;height: 4px;right: -1px;position: absolute;top: -1px;width: 4px;}
.priceBox .rightBotCorners, #priceBoxBottom .rightBotCorners {background: url("../images_custom/corners_sprite.png") no-repeat scroll -3px -43px transparent;bottom: -1px;font-size: 1px; height: 5px;right: -1px;position: absolute;width: 5px;}

.priceBox .qty .leftTopCorners {background: url("../images_custom/corners_sprite.png") no-repeat scroll 0 -40px transparent;font-size: 1px;height: 4px;left: -1px;position: absolute;top: -1px;width: 4px;}
.priceBox .qty .leftBotCorners {background: url("../images_custom/corners_sprite.png") no-repeat scroll 0px -43px transparent;bottom: -1px;font-size: 1px; height: 5px;left: -1px;position: absolute;width: 5px;}
.priceBox .qty .rightTopCorners {background: url("../images_custom/corners_sprite.png") no-repeat scroll -4px -40px transparent;font-size: 1px;height: 4px;right: -1px;position: absolute;top: -1px;width: 4px;}
.priceBox .qty .rightBotCorners {background: url("../images_custom/corners_sprite.png") no-repeat scroll -3px -43px transparent;bottom: -1px;font-size: 1px; height: 5px;right: -1px;position: absolute;width: 5px;}

.whiteBuyboxSub .leftTopCorners {background: url("../images_custom/corners_sprite.png") no-repeat scroll 0 -40px transparent;font-size: 1px;height: 4px;left: -1px;position: absolute;top: -1px;width: 4px;}
.whiteBuyboxSub .leftBotCorners {background: url("../images_custom/corners_sprite.png") no-repeat scroll 0px -43px transparent;bottom: -1px;font-size: 1px; height: 5px;left: -1px;position: absolute;width: 5px;}

.priceBox .priceWas, #priceBoxBottom .priceWas {color:#9F8C80; font-size:12px;}
.priceBox .priceWas span, #priceBoxBottom .priceWas span {text-decoration:line-through;}
.priceBox .priceNow, #priceBoxBottom .priceNow{color:#FF4619; font-size:16px;}
.priceBox .priceNow span, #priceBoxBottom .priceNow span{font-size:25px;font-weight:bold; line-height: 25px;}

.whiteBuyboxSub .leftTopCorners {background: url("../images_custom/corners_sprite.png") no-repeat scroll 0 -40px transparent;font-size: 1px;height: 4px;left: -1px;position: absolute;top: -1px;width: 4px;}
.whiteBuyboxSub .leftBotCorners {background: url("../images_custom/corners_sprite.png") no-repeat scroll 0px -43px transparent;bottom: -1px;font-size: 1px; height: 5px;left: -1px;position: absolute;width: 5px;}

#qtyDiscQty {background-color:#FFFFFF; border: none;float: right;font-size: 14px;margin: 3px 14px 0 0; color:#87857F; }

#thumbTabs {margin-top:10px;color:#ff4619;font-family:Tahoma,Geneva,sans-serif;font-size:16px;font-weight:bold; position:absolute;right:10px; line-height:normal;}
#thumbTabs .multiLine {font-size:10px;text-align:left !important;padding-top:78px !important;}
#thumbTabs .distRef {color:#666666;padding-left:5px;}
#thumbTabs .wallTab .distRef {color:#666666;padding-left:10px;}
#thumbTabs .loadTab span span {font-size:10px;}
#thumbTabs div {padding-top:80px;text-align:center;margin-right:6px;float:right;display:inline;height:30px;background-image: url(../images_custom/product_page_icons.png);background-repeat:no-repeat;}
#thumbTabs .rotateTab {width:59px;background-position: -195px 0;}
#thumbTabs .tiltTab {width:71px;background-position: -254px 0;}
#thumbTabs .loadTab {width:57px;background-position: -139px 0;}
#thumbTabs .sizeTab {width:63px;background-position: -76px 0;}
#thumbTabs .sizeTabWide {width:77px;background-position: 0 0;}
#thumbTabs .ceilingTab {width:76px;background-position: -406px 0;}
#thumbTabs .cabinetTab {width:76px;background-position: -557px 0;}
#thumbTabs .wallTab {width:81px;background-position: -324px 0;}
#thumbTabs .deskTab {width:77px;background-position: -481px 0;}

#productDetail #gPlus {float: right; margin: 1px -2px 0 0;}

#productDescription {
	position: relative;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
	border: 1px solid #A08C82;
	background: #fff url("../images_custom/gradientWhite.png") repeat-x 0 0;
	/*border: 1px dotted #666;*/
}


#productDetail #cad {
    clear: right;
    display: inline;
    float: right;
    height: 400px;
    margin: 130px 16px 0 0;
    text-align: center;
    width: 500px;
}

#productDetail #discription {
    display: inline;
    float: left;
    margin: 40px 0 0 16px;
    width: 380px;
}


#productDetail #discription h2 {
	font-size: 16px;
	color: #FF471A;
	/*font-weight: bold;*/
	margin: 20px 0 10px 15px;
	padding: 0px;
	border: 0px;
}
#productDetail #discription ul, #productDetail #discription p {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	border: 0px;
	font-size: 14px;
	line-height: 20px;
}

#productPage table 
{
	clear: both;
	width: 920px;
	text-align: left;
	border-spacing: 0px;
	border: 1px solid #A08C82;
	border-collapse: collapse;
	margin: 0px 0px 10px 10px;
	
	
}


#productPage table a, #productPage table, #productPage tbody, #productPage tfoot, #productPage tr, #productPage th, #productPage td 
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.0em;
	font-size: 11px;
	color: #FF471A;
}
#productPage tbody td{
	line-height: 2em;
}

#productPage table caption
{
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	color: #FF471A;
}

#productPage table a
{
	display: block;
	text-decoration: none;
	color: #FF8E53;
	padding-right: 1.5em;
	
}

#productPage table a:hover, #productPage table a:focus
{
text-decoration: none;
}

#productPage table th a
{
	color: black;
	text-align: right;
}


#productReviews {
    background-color: #FFFFFF;
    border: 1px solid #A08C82;
    color: black;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    margin: 8px 0 0 0;
    padding: 10px;
    position: relative;
}

#productReviewsAdd {display:none;}

#productReviewsAdd input, #productReviewsAdd textarea {width: 300px; border:1px solid #A08C82;}

#productReviewsAdd .hdr-title {color:#FF471A;padding:15px 0;}

#productReviews .body {border-bottom: 1px dotted #CCCCCC; padding: 10px 0;}

#productDetail .backToResult a.backTxt {
    color: #A2F325;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding-top: 8px;
    text-align: center;
	text-decoration:none;
	padding-left:37px;
	letter-spacing: -0.5px;
	height: 21px;
}

#productDetail .backToResult a.backTxt:hover {color: #ededed;text-decoration:none}

div.padd_right {
    margin: 0 10px 8px 0;
    text-align: right;
}

/*
#productForm2 div.qty {
    float: right;
    height: 45px;
    width: 65px;
	color:#87857F;
	margin-top:-15px;
}

#productForm2 .buyBtn a {clear:right;position:static;display:block; float:right; margin: 0 10px 10px 0;height:40px; width:171px;background: url("/images_custom/brus_btn_sprite.png") repeat scroll 0px 0px transparent;}
*/












/***** MENU *****/
ul#feature {list-style: none;margin:10px 0px 0px 0px;padding: 0px;float:right; clear: right;}
ul#feature li {list-style: none;margin: 0px 0px 2px 0px;padding: 0px;}
ul#feature li a {display: block;width:240px;height:24px;background-position: top;}
ul#feature li a span {display: none}	
ul#feature li a:hover {background-position:bottom;}	
a#feature_one {background-image: url(../images/x1.gif);}	
a#feature_two {background-image:url(../images/x2.gif);}	
a#feature_three {background-image: url(../images/x3.gif);}
.sprice strike { float:left;}
#left .side ul#c li { font-size: 10px; padding:1px 5px 1px 5px; }

#orderList th {background:#2b2b2b;color:#fff;padding:3px;}
#orderList td {background:transparent url(../images/bg-dot.gif) repeat-x bottom left;padding-bottom:5px;}

/*** Footer ***/
#dark {background:#2b2b2b; float: left; position:absolute;}
#footer {min-height: 100px; height:auto !important; height:100px; clear: both; background:#2b2b2b; text-align: center !important; color:#f8f7f3; width: 960px; position: relative; }
#footerLinks {text-align: center; padding-top: 5px;}
#footerLinks a {color:#ff471a;text-decoration:none;border-bottom:1px solid #2b2b2b;}
#footerLinksa:hover, #footer a:active  {border-color:#f8f7f3;}
/*#footerLinks a:visited {color:#a08c82;}*/

.placeholder {height: 50px; position: relative;}

.couponInput input {color: #000; padding: 0px; margin: 2px 2px 0 2px;  font: 12px/12px Arial,sans-serif; border:1px solid #ccc;}
.couponBox {
    float: left;
    margin-left: 10px;
}
.couponBox .couponText {
    color: #333 !important;
    float: left;
	font-size:9px;
    padding: 4px 10px;
    text-decoration: none;
}
.couponInput {
    float: left;
}
#footerMassLinks {color: #666; font: 10px/10px Arial,sans-serif; padding: 0 20px 10px 20px; text-align: center;}
#footerMassLinks a:link {color:#666;text-decoration:none; font: 10px/10px Arial, sans-serif; }
#footerMassLinks a:link, #footerMassLinks a:visited {color:#666;text-decoration:none;}
#footerMassLinks a:hover, #footerMassLinks a:active {color:#A08C82;text-decoration:none;}




/*** Form-objects ***/
form {margin:0px;}
.checkout {height:36px;border:none !important; text-decoration: none !important; display:block;font-size:1px;color:#ff471a;background:transparent url(../images/sub-checkout.gif) no-repeat top left;width:136px;}
.checkout2 {height:48px;width:189px;border:none; text-decoration: none; display:block;color:#ff471a;background:transparent url(../images/sub-checkout2.gif) no-repeat top left;width:189px;}
.info {height:36px;border:none !important;  text-decoration: none !important; font-size:1px;color:#ff471a;background:transparent url(../images/sub-info.gif) no-repeat top left;width:74px;}
.buy {height:36px;border:none !important;  text-decoration: none !important; font-size:1px;color:#ff471a;background:transparent url(../images/sub-buy.gif) no-repeat top left;width:74px;}
.search {height:32px;border:none !important; text-indent: -9999; margin-top: 4px;  text-decoration: none !important; font-size:1px;color:#ff471a;background:url("../images_custom/stripe_buttons.png") no-repeat scroll left 3px transparent;width:125px; cursor: pointer; display: block; text-decoration: none !important; border: none !important;}
/*.searchButtonBf {text-indent: -9999;}*/
.searchButtonBf a {height:32px; margin: 0px 0 0 25px; text-indent: -9999px; text-decoration: none !important; font-size:1px;color:#ff471a;background:url("../images_custom/stripe_buttons.png") no-repeat scroll 0px 3px transparent;width:125px; cursor: pointer; display: block; text-decoration: none !important; border: none !important;}
.searchButtonBf a:hover {height:32px;border:none !important; margin: 0px 0 0 25px; text-indent: -9999px; text-decoration: none !important; font-size:1px;color:#ff471a;background:url("../images_custom/stripe_buttons.png") no-repeat scroll -125px 3px transparent;width:125px; cursor: pointer; display: block; text-decoration: none !important; border: none !important;}
label {display: block; margin: 5px 0px; }

#bf label { width: 180px !important; color: #fff; margin: 1px 0px; }
#mbf label  { width: 180px !important; margin: 1px 0px; color: #fff; }
#bf .bfOptions, #mbf .bfOptions {width:178px; color: #000;}
#bf a.search, #mbf a.search {color: #2b2b2b;}
option { padding-left: 3px; }
input, textarea, select { background: #fcfbf7; padding:2px 3px; color: #200; font: 11px/11px Tahoma, Verdana, san serif; border: 1px solid #2b2b2b; margin-bottom: 4px; }
.gatewayButtons input {border: 1px solid #A08C82;}
input.chkBox {border: 0px none;vertical-align:middle;}
input.chkBox {border: 0px none;vertical-align:middle;}


/*** New Stuff ***/
#crossSell {clear: both;}
.gatewayButtons {clear: both; display: inline; float: right; margin: 2px 8px; margin-right: 27px;}
	#cartItems {width: 918px; border-collapse: collapse;}
	#cartItems th { color: #f8f7f3; background: #A08C82; padding: 5px; }
	/*#cartItems td {  }
	#cartItems td { padding: 5px;  }
  #cartItems thead tr th {border-collapse: collapse; background-color:#333333;border-left:1px solid #e9e9e9;color:#FFFFFF;font-size:12px;font-weight:bold;height:20px;text-align:center;}
  */
#cartItems .checkbox {border:none;}
  #cartItems tbody tr td {border-collapse: collapse; border: 1px solid #E8E0D1; font-weight:normal;height:auto;padding:5px;text-align:left;}
#cartItems thead tr th {  border:1px solid #E8E0D1 }
	#cartItems .cartImg img { width: 80px; height: 80px; border: none; }
#cartNumItems {padding: 5px 0 15px 0;margin-right: 12px; text-align: left;}
	#cartAmounts .cartfield { padding: 4px 5px 2px 0; text-align: right; color: #FFFFFF; }
	.hdr-title { font-weight: bold; margin-bottom: 5px; }
a img { border: none !important; text-decoration: none !important; }
div.logout { padding-bottom: 10px; }
#clientAccount ul {margin:0px 0px 10px 0px;padding:0px 0px 0px 10px;}
	#clientAccount li {margin:3px 0px 0px 15px;padding:0px;}

table.mainbox {width:500px;}

/*   onePagecheckout      */
#centerSecure #middle {background-image: none;}
#centerSecure #cartItems {width: 920px; /*border-bottom: 1px solid #A08C82;*/ margin-bottom: 10px;}
#centerSecure #billAddress {width: 450px; height: 395px; clear: both; float: left; display: inline; border: 1px solid #A08C82; }
#centerSecure #shipAddress {width: 450px; float: right; display: inline; margin-right: 10px; border: 1px solid #A08C82; border-bottom: none;}
#centerSecure #paymentInfo {width: 450px; float: right; clear: right; display: inline; margin: 0 10px 0 0; border: 1px solid #A08C82; border-top: none;}
#centerSecure #totalsInfo {clear: right; float: right; display: inline; width: 450px; margin: 5px 10px 0 0; border: 1px solid #A08C82;}
#centerSecure .checkHead {clear: both; background-color: #A08C82; color: #fff; padding: 3px; font: bold 14px/14px Verdana, Arial, sans-serif;}
#centerSecure .form-label {width: 200px; text-align: right;}
#centerSecure .form-label-required {width: 200px; text-align: right; font-weight: bold;}
#centerSecure .form-label-long {text-align: right;}
#centerSecure #billAddress input {margin: 3px 0 0 0; width: 200px;}
#centerSecure #billAddress label {width: 420px; }
#centerSecure #billAddress label input {width: 15px; margin: 5px; }
#centerSecure #shipAddress input {margin: 3px 0 0 0; width: 200px;}
#centerSecure #shipAddress select, #centerSecure #billAddress select {margin: 3px 0 0 0; width: 207px;}
#centerSecure #totalsInfo #paymentAmmounts {width: 230px; float: left; display: inline; }
#centerSecure #totalsInfo #paymentAmmounts table {width: 100%;}
#centerSecure #totalsInfo #paymentAmmounts  td {padding: 2px;}
.totalField {text-align: right;}

#centerSecure #totalsInfo #checkoutBtns {width: 215px; float: left; display: inline; margin-top: 12px; text-align: right; }
#centerSecure #totalsInfo .submitBtn {padding: 5px 0px; background-color: #ff471a; cursor: pointer; color: #fff; font: bold 12px/12px Verdana, Arial, sans-serif; }
#cartAmounts {float: right; padding: 0px; background-color: #A08C82; width: 100%; }
#cartAmounts .field-label, #cartAmounts .field-price {float: right; width: 100px; text-align: right; padding: 5px; font-weight: bold;}

#viewCart .deliveryBanner {background: transparent url("../images_custom/bracketsrusfreedelivery.png") center left no-repeat scroll ; }
#viewCart .checkoutBox {border-left: 1px solid #E9E9E9; padding: 5px 0 15px 0; border-right: 1px solid #E9E9E9;clear: right; float: right; width: 241px; margin-right: 12px; text-align: center;}
#viewCart .checkoutBox input.checkoutBtn { width: 190px; height: 50px; margin: 0 auto; display: block;  background: transparent url("../images_custom/brus_btn_sprite.png") 0 -114px no-repeat scroll; border:none; cursor:pointer;}
#viewCart .checkoutBox input.checkoutBtn:hover {background-position: -190px -114px;}
#viewCart .checkoutBox.googleBox {border: 1px solid #E9E9E9;}
#viewCart .checkoutBox.googleBox input {border: 1px solid #E9E9E9;}
#viewCart .checkoutBox p {color: #408B07; font-size: 11px; padding: 3px; }
#viewCart .checkoutBox.googleBox p {color: #2450BD;}
#viewCart .cartBtn {float: left; color: #333; border: 1px solid #A08C82; cursor: pointer; font-size:9px; padding: 3px 10px; margin-right: 10px;text-decoration:none;}
#viewCart .cartBtn:hover {background-color: #A08C82; color: #fff;}
.myerror {font: bold 13px/15px Verdana, Arial, sans-serif; color: red;}
#cartInfo {}

/*** Homepage Scroll box 11/06/08 ***/
#containerScroll {overflow:hidden;text-align:left;width:500px;height:89px;position:absolute;}
#footerScroll {overflow:hidden;text-align:left;width:500px;height:86px;position:absolute;}
#arrows {width:13px;position:absolute;top:0px;right:0px;height:17px;font-size:1px;}
span.arrowUp {background:url("../images_custom/header_sprite.png") no-repeat scroll -990px -6px transparent;width:13px; height:6px; margin-bottom:5px;display:block;}
.arrowUp a {width:13px; height:6px;}
span.arrowDown {background:url("../images_custom/header_sprite.png") no-repeat scroll -990px 0px transparent;width:13px; height:6px; display:block;}
.arrowDown a {width:13px; height:6px;}
#scroller {overflow:visible;position:absolute;text-align:left;width:480px; height:inherit}
#scrollerfooter {overflow:visible;position:absolute;text-align:left;width:480px; height:inherit}
#scrollerstyle {background-color:#FFFFFF;border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC;text-align:left;}
.middle {border:1px solid #a08c82;margin-bottom:10px;padding:15px 0px 10px 10px;background:#f8f7f3;height:100px;}
#containerScroll h1 {font-size: 14px;}

/* Viktor's addition  */
#headOffer {background:url("../images_custom/header_sprite.png") no-repeat scroll 0 -103px transparent;margin-top: 8px; height: 100px; background-color: red; text-align: center;}
#headOfferCart {margin-top: 8px; height: 50px; background-color: red; text-align: center;}
#mainOffer {margin-bottom: 10px;}
/*.contentOffer a {display: block; width: 500px; height: 200px; background: url(../images/design/contentOffer.gif) top left no-repeat; text-decoration: none;}*/
.contentOffer {display: none;}
.pageNote a {color: #2b2b2b; text-decoration: none; }


#widgetTopSellers .body {padding:0 10px;margin: 10px; border:1px solid #E7E3DF; background-color:#fff;}
#widgetTopSellers .hovered .title a {color:#ff471a;}
#widgetTopSellers .hovered {border-color:#A08C82 !important;}
.sdetails {margin-bottom: 0px; }
a.noLine {border: none !important; text-decoration: none !important;}
#brands a img {border: none !important; }

.contactForm input {width: 200px; text-align: left;margin-top: 3px;}
.contactForm textarea {width: 200px; text-align: left;margin-top: 3px;}
.contactForm td {text-align: right;}


/* Pete's addition 19th may */
.pageNote {width:502px;}
.addThis {margin: -5px 10px 5px 0px; text-align: right;}


/* Pete's addition 3rd march */
#existingCustomer {width:250px;}
#newCustomer {width:180px;clear:none;}

/* Pete's addition 12th feb */
.display a {display:inline;padding:2px 5px 2px 12px;margin:-5px 10px 10px 0px;text-decoration:none;color:#fff;font-family:Rockwell, Helvetica, sans-serif;background:#2b2b2b;font-weight:bold;font-size:13px;}
.display a:hover {color:#ff471a;border-color:#ff471a;background:transparent url(../images/star-grey.gif) no-repeat top left;font-weight:bold;font-size:13px;}

/* Pete's addition 7th feb */
.right-image {height:48px;background:url(../images_custom/side_sprite2.png) no-repeat center -600px;}
.payment-image {height:181px;background:url(../images_custom/side_sprite2.png) no-repeat center -704px;}

.brandsList{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: center;
    border: 1px solid #E8E0D1;
    background-color: #F8F7F3;
}

.brandsList:hover {border: 1px solid #ff471a;}

.brandsList a {text-decoration: none; display: block; color: #a08c82; padding: 5px;}
.brandsList a:hover {color: #ff471a;}

.brandsList a.keylinks {text-transform: lowercase; font-size: 10px;}

.resultHead {padding-bottom: 11px;background: none;}
.bfBrandlogo {right: 0px; top: 0px; position: absolute;}

.select_ns {border:1px solid #F54318;color: #220000;background: #FCFBF7 none repeat scroll 0 0; font-family: Tahoma,Verdana,san serif; font-size: 11px; line-height: 11px; margin-bottom: 4px; padding: 2px 3px;}

.brandFinderLabel {color: #F54318;}

.cartPriceText {width: 140px; float: left; text-align: right;}
.cartPriceTotal {font-size: 14px; width: 140px; font-weight: bold; color: #FFFFFF; float: left; text-align: right; padding-bottom: 10px; }

.socialLinks {margin: 25px 10px 0 0; border:1px solid #A08C82; background-color: #F8F7F3; padding-bottom: 10px; }
.socialLinks span {margin-top: -20px; float: left; text-transform: uppercase;}
.socialLinks a {width: 25px; height: 25px; border: 1px solid #fff; margin: 10px 0 0px 20px; display: block; float: left; background:transparent url(../images_custom/socialLinks.gif) no-repeat top left;}
.socialLinks a.twitter {background-position: 0px 0px;}
.socialLinks a.youtube {background-position: 0px -25px;}
.socialLinks a.blogspot {background-position: 0px -50px;}
.socialLinks a.wordpress {background-position: 0px -75px;}
.socialLinks a.flickr {background-position: 0px -100px;}
.socialLinks a.squidoo {background-position: 0px -125px; }
.socialLinks a.tumblr {background-position: 0px -150px;}
.socialLinks a.weebly {background-position:  0px -175px;}
.socialLinks a.hub {background-position: 0px -200px;}
.socialLinks a.linkedin {background-position: 0px -225px;}


.suggestionsBox {
	position: absolute;
	left: 0px;
	top: 48px;
	margin: -5px 0px 10px 0px;
	width: 185px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}
	
.suggestionList {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
	
.suggestionList a {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	color: #FFFFFF;
	cursor: pointer;
}
	
.suggestionList a:hover {
    background-color: #FF471A;
    color: #FFFFFF !important;
}	
	
.suggA{
    color: #FFFFFF !important;
    display: block;
}

#keywordArticle {
	text-align:justify;
	margin-right: 10px;
}

#keywordArticle p {
	margin-bottom:15px;
}

#keywordArticle strong {
	font-weight:normal;
}

#keywordArticle h2 {
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.pagination {
font-size:12px;
float:right;
color:#333;
margin-right:10px;
}
/*"pagination span" and "pagination link" added by paul 2010.05.12 */
.pagination span {
font-weight:normal;
margin:0 0 0 3px;
padding:4px 8px;
float:left;
border: 1px solid #a08c82;
}
.pagination span.pages {
    border: none;
    padding:5px 8px;
}
.pagination a {
background-color:#a08c82;
border: 1px solid #a08c82;
color:#FFFFFF;
float:left;
font-size:11px;
font-weight:normal;
margin:0 0 0 3px;
padding:4px 8px;
text-decoration:none; 
}

.pagination a:hover {background-color:#ff4701; text-decoration: none;}

.all-link {padding:0 0 10px 10px;}

.toTop {
text-align:right;
color:#A08C82;
font-size:11px;
font-weight:bold;
margin-right:10px;
}
.toTop a {color:#a08c82;}

#sitemap a { color:#000000; text-decoration:none;}
#sitemap :hover { text-decoration:underline;}
#sitemap  .tvbrand img { }
#sitemap  .tvbrand {float: left; text-align:left;width:100px; text-align: center; margin: 0 7px;}
#sitemap  .size { margin-left:100px;float: none;text-align:left; }
#sitemap  .static { margin-left:50px;float: none;text-align:left;}

.manuals {float: left; display: inline; width:505px;}
.manuals ul {margin: 0; padding: 0;}
.manuals li {margin: 0; padding: 0; list-style: none outside; text-align: center; margin-top: 5px; }
.manuals a {display: block; background-color: #e8e0d1; padding: 5px; color: #2b2b2b; text-decoration: none; font: bold 12px/12px Verdana, Arial, sans-sherif; }
.manuals a:hover {display: block; background-color: #ff471a; padding: 5px; color: #fff; text-decoration: none; }

.h2bold {font-weight:bold;font-size:14px;margin:20px 0 5px 0;}
ul.sitemapBullets {margin: 0 0 0 17px;}
ul.sitemapBullets li {color: #333; font: 12px/15px  verdana,helvetica,arial; background:url("../images_custom/header_sprite.png") no-repeat scroll -1056px -190px transparent;list-style: none; padding-left:13px;}
ul.sitemapBullets li a:hover {text-decoration:underline;}
.table1 {border-collapse: collapse; line-height: 18px;margin-bottom:50px;}
.table2 {border:1px solid #E0E0E0;border-collapse:collapse;line-height:25px;margin:8px 0 0 0;}
.table2 td {font-size:11px;background-color:#E8E0D1;border:1px solid #F8F7F3;}
.table2 td a {display:block;padding:2px 4px;}
.table2 td a:hover {background-color:#FF4701;color:#ffffff;}
.javascript {
background-color:red;
color:#FFFFFF;
display:block;
font-size:18px;
padding:20px;
text-align:center;
}

.hreview-aggregate {
    margin:15px 0;
}

.hreview-aggregate div.item {
    display:block;
    margin-left:0px;
    font-weight:bold;
    font-size:14px;
}

.hreview-aggregate div {
    font-weight:normal;
    font-size:12px;
    display:inline;
}

.review-post div {
    margin-top:2px;
}

#tracking_container div.trackingText {
background:url("../images_custom/tracking.gif") no-repeat scroll 0 0 transparent;
display:block;
height:160px;
width:166px;
}
#tracking_container div {
display:block;
height:80px;
margin-bottom:5px;
}
#tracking_container div p {
color:#999999;
float:left;
font-size:18px;
margin:30px 0 0 10px;
}
#tracking_container div a {
float:left;
}

.priceSaveBox {
    background-color: #FFFFFF;
    border: 1px solid #B9A9A2;
    float: right;
    margin: 5px 8px 0 0;
    position: relative;
    height: 19px;
    width: 250px;
    display:none;
}

#priceBoxBottom {
	clear: both;
    background: url("../images_custom/gradient.png") repeat-x scroll 0 0 #F8F7F3;
    border: 1px solid #A08C82;
    float: right;
    margin: 10px 10px 10px 0;
    padding: 0 0 10px;
    width: 270px;
    position:relative;
}

.priceSave {
    color:red;
    text-align:right;
    margin: 2px 5px 0 0;
}

#qtyPricing {position:absolute; bottom:8px; right: 3px;}
#searchBox { margin: 8px 0 0 }
#searchBox #widgetSearch { float: right; margin-bottom: 0px }

#afterSalesBox {}
#afterSalesDD { display: none;  clear: both; width: 310px; float: left; position: relative; }
#afterSalesDD ul {background-color: #fff; border: 1px solid #ccc; padding: 5px;  margin-top: 21px; }
#afterSalesDD li {list-style: outside none;  float: none; margin-top: 5px; line-height: 14px !important;}

#afterSalesDD li a { float: none; background-color: #FF471A; display:  block; padding: 5px 10px; font-size: 12px; line-height: 14px !important; color: #fff; }
#afterSalesDD li a:hover {background-color: #333;}
#afterSalesDD .pointer { height: 22px; position: absolute; width: 300px;  background: transparent url(../images_custom/pointer.png) 22px 0px no-repeat;}


.r10 {-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;}
.r5 {-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.r5T {-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;-moz-border-radius-bottomright: px;-moz-border-radius-bottomleft: px;-webkit-border-radius: 5px 5px px px;border-radius: 5px 5px px px;}
.r5B {-moz-border-radius-topleft: px;-moz-border-radius-topright: px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;-webkit-border-radius: px px 5px 5px;border-radius: px px 5px 5px;}

.ie6 .r10, .ie6 .r5, .ie6 .r5T, .ie6 .r5B,
.ie7 .r10, .ie7 .r5, .ie7 .r5T, .ie7 .r5B,
.ie8 .r10, .ie8 .r5, .ie8 .r5T, .ie8 .r5B {behavior: url('border-radius.htc');}

.ds5 {-webkit-box-shadow: 0px 0px 5px 0px #666;-moz-box-shadow: 0px 0px 5px 0px #666;box-shadow: 0px 0px 5px 0px #666;}

.contacUsPage p {margin:15px 0;clear:both;}
.contacUsPage h3 {margin:20px 0;}
