* { margin: 0; padding: 0; outline: 0 }

body {
	background: #ffcc00 url(../images/webbg.gif) repeat-y center top;
	font: 12px/18px Arial, Verdana, Tahoma, sans-serif;
	color: #333333; 
	text-align: center;
	margin: 0;
}

#wrapper {
	background: #ffcc00 url(../images/mainContentBg.png) no-repeat center top;
	position: relative;
	width: 955px;
	margin: 0 auto;
	text-align: left;
}

#wrapper-retail {
	background: #ffcc00 url(../images/mainContentRetailBg.png) no-repeat center top;
	position: relative;
	width: 955px;
	margin: 0 auto;
	text-align: left;
}

/*- Header --------------------------- */

#header {
	width:950px;
	height:65px;
	padding:10px 0 5px 5px;
	text-align: left;
	background:transparent url(../images/roadpro_logo.png) no-repeat right bottom;
}

#header h1{
	display:block;
	font-size: 20px;
	line-height:24px;
	color: #000;
	font-weight: normal;
	float:left;
	padding:5px 10px;
}

#header h1 span{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}

/*- Main Content--------------------------- */
#mainContent{
	width:955px;
	padding:5px 0;
	margin:0;
	background:#ffffff url(../images/contentHeader.png) no-repeat left top;
	clear:both;
}

#colLeft{
	background: #030680 url(../images/leftColBg.png) repeat-y center top;
	width:191px;
	padding:0;
	margin:0 0 0 1px;
	float:left;
}

#colLeft h1{
	background: #030680 url(../images/leftColHeader.png) no-repeat center top;
	width:181px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding:5px;
	margin:0;
}

#colRight{
	width:191px;
	padding:0;
	margin:0 1px 0 0;
	float:right;
}
#colMain{
	width:561px;
	padding:5px;
	float:left;
}

#colMainLeft{
	width:347px;
	padding:0 2px 10px 0;
	float:left;
}
#colMainRight{
	width:345px;
	padding:0 0 10px 0;
	float:right;
}

#colMainLeftSub{
	width:220px;
	padding:0 2px 10px 0;
	float:left;
}
#colMainRightSub{
	width:420px;
	padding:0 0 10px 0;
	float:right;
}

.clear { clear:both; }

/*- Menu productMenu--------------------------- */

#productMenu {
	float:left;
	width:955px;
	font-size:11px;
	line-height:normal;
	margin:0 auto;
	border-bottom:#000 solid 1px;
}

#productMenu  div{
	float:left;
	width:945px;
	font-size:11px;
	line-height:normal;
	margin:0 auto;
	background: #242424 url(../images/submenu_bg.png) no-repeat left top;
	padding:10px 5px 5px 5px;
	border-top:#000 solid 1px;
	color:#fff;
	display:none;

}

#productMenu  div ul.sublevel {
	padding:0;
	list-style:none;
	margin:0;
}
#productMenu  div ul.sublevel li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	background: none;
	width:235px;
	height:25px;
}

#productMenu  div ul.sublevel li a {
	display:block;
	color: #fff;
	text-decoration: none;
	padding:0 0 0 25px;
	margin:0;
	background: url(../images/jquery/arrow_submenu.png) no-repeat left;
}

#productMenu  div ul.sublevel li a:hover {
	color: #f2f2f2;
	text-decoration: underline;
}

#productMenu ul {
	margin:0;
	padding:10px 2px 0 2px;
	list-style:none;
}
#productMenu li {
	display:inline;
	margin:0;
	padding:0;
	height:50px;
	width:105px;
}
#productMenu a {
	float:left;
	background:url(../images/productTabLeft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
}
#productMenu a span {
	float:left;
	display:block;
	background:url(../images/productTabRight.png) no-repeat right top;
	padding:5px 10px 4px 5px;
	height:41px;
	color:#FFF;
	width:88px;
	font-weight:bold;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#productMenu a span {float:none;}
/* End IE5-Mac hack */
#productMenu a:hover span {
	color:#FFF;
}
#productMenu a:hover {
	background-position:0% -51px;
}
#productMenu a:hover span {
	background-position:100% -51px;
}

#productMenu a.active {
	background-position:0% -51px;
}
#productMenu a.active  span {
	background-position:100% -51px;
}


/*- Menu menuTop--------------------------- */

#menuTop {
	float:left;
	width:955px;
	text-align: left;
	font-size: 12px;
	font-weight:bold;
	line-height:normal;
	bottom:0px;
	height:47px;
}
#menuTop ul {
	margin:0;
	padding:7px 0 0 10px;
	list-style:none;
	height:40px;
}
#menuTop li {
	display:inline;
	margin:0;
	padding:0;
	height:40px;
}
#menuTop a {
	float:left;
	background:transparent url(../images/tableft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
	height:40px;
}
#menuTop a span {
	float:left;
	display:block;
	background:transparent url(../images/tabright.png) no-repeat right top;
	padding:15px 14px 0 12px;
	color:#FFF;
	height:25px;
}

#menuTop a.search {background:none;background-color:#fff;}
#menuTop a.search span{
	font-size:14px;
	background:none;background-color:#fff;
	padding:12px 14px 0 12px;
	color:#000;
	height:28px;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menuTop a span {float:none;}
/* End IE5-Mac hack */
#menuTop a:hover span {
	color:#FFF;
}
#menuTop a:hover {
	background-position:0% -42px;
}
#menuTop a:hover span {
	background-position:100% -42px;
}

#menuTop #current a {
	background-position:0% -42px;
}
#menuTop #current a span {
	background-position:100% -42px;
}
#menuTop a:hover.search span {
	color:#30C;
}
/*
#menuTop .search {
	width:230px;
	height:25px;
	float:right;
	padding:12px 10px 8px 10px;
}
*/
#menuTop .search .input {
	width:190px;
	padding:5px 2px 2px 2px;
	background-repeat: no-repeat;
	background: transparent !important;
	border-style: none;
	color: #666;
	font-size:14px;
}


/* Main Page Columns*/
#leftCol{
	width:250px;
	float:left;
	padding:5px 0;
}

#main2Col {
	width:695px;
	float:right;
	padding:5px;
	margin:0;
	text-align:left;
}


#main2Col .MainPanelImg{
	background: #ccc url(../images/products/img_bg.png) no-repeat top center;
	width: 225px;
	height: 100px;
	border: solid 1px #636466;
	padding:0 0 25px 0;
	float:left;
}
/*
#main2Col .MainPanelImg{
	background: #ccc url(../images/img_bg.png) no-repeat top center;
	width: 150px;
	height: 150px;
	border: solid 1px #636466;
	padding:0 0 25px 0;
	margin: 0 10px 0 10px;
	float:left;
}
*/

#main2Col .MainPanelImgRight{
	background: #ccc url(../images/img_bg.png) no-repeat top center;
	width: 150px;
	height: 150px;
	border: solid 1px #636466;
	padding:0 0 25px 0;
	float:right;
	margin: 0 10px 0 10px;
}

#main2Col .MainPanelImgRightNoBg{
	background-color: #ccc;
	width: auto;
	height: auto;
	border: solid 1px #636466;
	padding:0;
	float:right;
	margin: 0 10px 0 10px;
}

.catContainer{
	width:685px;
	padding:5px;
}

.catContainer h1{
	color:#f51e30;
	font-size:26px;
	line-height:24px;
	text-decoration:none;
	font-weight:normal;
	padding:0 0 10px 0;
}

.catContainer .catBox{
	width:225px;
	margin:0 1px 0 0;
	border:0px;
	padding:1px 0 0 0;
	float:left;
	background-color:#f51e30;
}

.catContainer .catBox img{
	margin:0;
	padding:0;
	border:0;
	width:225px;
	height:100px;
}

.catContainer .catBox h1{
	margin:0;
	padding:0;
	border:0;
	width:225px;
	height:50px;
	color:#fff;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	
}

.catContainer .catBox h1 a{
	display:block;
	margin:0;
	padding:7px 5px;
	border:0;
	width:215px;
	height:40px;
	color:#fff;
	text-decoration:none;
	background: #3300cc url(../images/catBoxHeader.png) no-repeat top center;
}

.catContainer .catBox h1 a:hover{
	background: #3300cc url(../images/catBoxHeader_over.png) no-repeat top center;
}

.catContainer .catBox ul{
	margin:0;
	padding:1px;
	border:0;
	width:223px;
	height:115px;
	color:#000;
	font-size:11px;
	text-decoration:none;
	background: #efeff1 url(../images/catBoxBody.png) no-repeat bottom center;
	clear:both;
	
}

.catContainer .catBox li {
	display:inline;
	margin:0;
	padding:0 1px 0 10px;
	float:left;
	background: none;
	width:212px;
	background: url(../images/jquery/arrow.png) no-repeat left;
}

.catContainer .catBox li a {
	color: #000;
	text-decoration: none;
	padding:0;
}

.catContainer .catBox li a:hover {
	color: #333;
	text-decoration: underline;
}

.qlinkContainer{
	width:685px;
	padding:5px;
}

.qlinkContainer h1{
	color:#3300cc;
	font-size:26px;
	line-height:24px;
	text-decoration:none;
	font-weight:normal;
	padding:0 0 10px 0;
}

.qlinkContainer .qlinkBox{
	width:225px;
	margin:0;
	padding:1px 0 0 0;
	float:left;
	background-color:#3300cc;
}

.qlinkContainer .qlinkBox img{
	margin:0;
	padding:0;
	border:0;
	width:225px;
	height:100px;
}

.qlinkContainer .qlinkBox h1{
	margin:0;
	padding:0;
	border:0;
	width:225px;
	height:50px;
	color:#fff;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	
}

.qlinkContainer .qlinkBox h1 a{
	display:block;
	margin:0;
	padding:7px 5px;
	border:0;
	width:215px;
	height:40px;
	color:#fff;
	text-decoration:none;
	background: #f51e30 url(../images/catBoxHeaderRed.png) no-repeat top center;
}

.qlinkContainer .qlinkBox h1 a:hover{
	background: #f51e30 url(../images/catBoxHeaderRed_over.png) no-repeat top center;
}

.qlinkContainer .qlinkBox p{
	margin:0;
	padding:2px;
	border:0;
	width:221px;
	height:75px;
	color:#000;
	font-size:11px;
	text-decoration:none;
	background: #efeff1 url(../images/catBoxBody.png) no-repeat bottom center;
	
}


.prodContainer{
	width:685px;
	padding:5px;
}

.prodContainer h1{
	color:#000;
	font-size:26px;
	line-height:24px;
	text-decoration:none;
	font-weight:normal;
	padding:0 0 10px 0;
}

.prodContainer .prodBox{
	width:225px;
	margin:0 1px 0 0;
	padding:1px 0 0 0;
	float:left;
	background-color:#000;
}

.prodContainer .prodBox img{
	margin:0;
	padding:0;
	border:0;
	width:225px;
	height:100px;
}

.prodContainer .prodBox h1{
	margin:0;
	padding:0;
	border:0;
	width:225px;
	height:50px;
	color:#000;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	
}

.prodContainer .prodBox h1 a{
	display:block;
	margin:0;
	padding:7px 5px;
	border:0;
	width:215px;
	height:40px;
	color:#000;
	text-decoration:none;
	background: #000 url(../images/catBoxHeaderYellow.png) no-repeat top center;
}

.prodContainer .prodBox h1 a:hover{
	background: #000 url(../images/catBoxHeaderYellow_over.png) no-repeat top center;
}

.prodContainer .prodBox .prodPrice{
	margin:0;
	padding:2px;
	border:0;
	width:221px;
	height:200px;
	color:#000;
	font-size:11px;
	text-decoration:none;
	background: #efeff1 url(../images/catBoxBody.png) no-repeat bottom center;
	
}

.prodContainer .prodBox .prodPrice p{
	text-align:right;
	padding: 0;
	margin:0;
	font-size:12px;
}

.prodContainer .prodBox .prodPriceTrade{
	margin:0;
	padding:2px;
	border:0;
	width:221px;
	height:225px;
	color:#000;
	font-size:11px;
	text-decoration:none;
	background: #efeff1 url(../images/catBoxBody.png) no-repeat bottom center;
	
}

.prodContainer .prodBox .prodPriceTrade p{
	text-align:right;
	padding: 0;
	margin:0;
	font-size:12px;
}


.priceList {
  width: 205px;
  list-style: none;
  margin: 5px;
  padding: 0;
  font-size:12px;
}
.priceList li {
  clear: both;
  margin: 0;
  padding: 0 0 2px 0;
  position: relative;
  border-bottom: dotted 1px #999;
  height:25px;
}
.priceList strong {
  padding: 0 10px 0 0;
  font-weight: bold;
  position: absolute;
  bottom: -2px;
  left: 0;
  color:#3300cc;
}
.priceList em {
    padding: 0 0 0 5px;
  position: absolute;
  bottom: -2px;
  right: 0;
  color:#f51e30;
  font-weight: bold;
}
.priceList sup {
  font-size: 11px;
  color: #f51e30;
  margin-left: 3px;
}


.prodContainer .prodBox .prodPrice img{
	margin:0;
	padding:0;
	border:0;
	width:auto;
	height:auto;
	
}

.prodContainer .prodBox .prodPriceTrade img{
	margin:0;
	padding:0;
	border:0;
	width:auto;
	height:auto;
	
}

.prodContainer .prodEmail{
	width:225px;
	margin:0;
	padding:1px 0 0 0;
	float:left;
	background-color:#000;
}

.prodContainer .prodEmail img{
	margin:0;
	padding:0;
	border:0;
	width:225px;
	height:100px;
}

.prodContainer .prodEmail h1{
	margin:0;
	padding:0;
	border:0;
	width:225px;
	height:50px;
	color:#000;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	
}

.prodContainer .prodEmail h1 a{
	display:block;
	margin:0;
	padding:7px 5px;
	border:0;
	width:215px;
	height:40px;
	color:#000;
	text-decoration:none;
	background: #000 url(../images/catBoxHeaderYellow.png) no-repeat top center;
}

.prodContainer .prodBox h1 a:hover{
	background: #000 url(../images/catBoxHeaderYellow_over.png) no-repeat top center;
}

.prodContainer .prodEmail .prodForm{
	margin:0;
	padding:2px;
	border:0;
	width:221px;
	height:180px;
	color:#000;
	font-size:11px;
	text-decoration:none;
	background: #efeff1 url(../images/catBoxBody.png) no-repeat bottom center;
	
}

.prodContainer .prodEmail .prodForm p{
	text-align:left;
	padding: 0;
	margin:0;
	font-size:12px;
}

.prodContainer .prodEmail .prodForm img{
	margin:0;
	padding:0;
	border:0;
	width:auto;
	height:auto;
	
}

.prodSummary {
	margin: 0; 	
	padding: 5px;  	
	border:none;
}

.prodSummary h1{
	font: normal 14px/16px Arial, Helvetica, sans-serif; 
}

.prodSummary h2{
	font: normal 12px/16px Arial, Helvetica, sans-serif; 
}

.prodSummary p{
	font: normal 11px/12px Arial, Helvetica, sans-serif; 
}

.prodSummary img{
	float:left;
	border:#333 solid 1px;
	margin:0 5px 0 0;
}


/* Footer CSS*/
#footer {
    width:945px;
	padding:15px 5px 5px 5px;
	background:#000;
    clear:both;
	margin:0;
    }

#footer a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#footer a:hover {
	color: #ffcc00;	
}
#footer p {
	padding:10px 0;
}
#footer h3 {
	color: #ffcc00;
	margin: 0;
	padding: 0 5px; 
	text-transform: uppercase;
	font-weight:bold;
	font-size: 16px;	
}

#footer-columns {
	color: #0d0057;
	margin: 0 auto; 
	padding: 0;	
	width: 881px;
	font-size:11px;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(../images/footer-dots.png) repeat-x left top;
}
#footer-columns li {
	background: url(../images/footer-dots.png) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

#footer-bottom {
	clear: both;
	color: #fff;	
	margin: 0 auto; 
	width: 881px;
	padding: 10px 0;
	text-align: center;
}

#footer-bottom p{
	font-size: 10px;
}

/*Collapsible Panels*/
.ProdDetailPanel {
	width: 685px;
	border-bottom: solid 1px #c4c4c4;
	margin:0 0 5px 0;
}



.ProdDetailPanelTab {
	position: relative;
	background: #ffcc00 url(../images/jquery/panel_header.png) no-repeat top left;
	padding: 15px 5px 5px 5px;
	color:#000;
	margin: 0;
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	visibility: visible;
	height:30px;
}

.ProdDetailPanelTab .cp_moreless
{
	position:absolute;
	top:-5px;
	right:5px;
	}

.ProdDetailPanelContent {
	background: #f7f7f7;
	margin: 0;
	padding: 5px 5px 15px 5px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	height: auto;
	clear:both;

}

.ProdDetailPanelContent .ProdDetailImg{
	background: #ccc url(../images/products/img_bg.png) no-repeat top center;
	width: 225px;
	height: 100px;
	border: solid 1px #636466;
	padding:0 0 25px 0;
	float:left;
}

.ProdDetailPanelTab a {
	color: #000;
	text-decoration: none;
}

.ProdDetailPanelContent .footerLink 
{
	font: normal 10px Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
	color: #000;
	text-align:right;
}

.ProdDetailImage{
	position:relative;
	width: 225px;
	padding:0 0 25px 0;
	margin: 0;
	font-weight:bold;
	color:#CC0000;
	float:left;
	text-align:left;
	height: 140px;
}

.productNotes{
	position:relative;
	width: 525px;
	padding:5px 5px 5px 145px;
	margin: 5px 0 0 0 ;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	background: transparent url(../images/buttons/productnotes.png) no-repeat center left;
	color:#000;
	text-align:left;
	border: solid 1px #f7f7f7;
}

.ProdDetailPrice{
	position:relative;
	width: 220px;
	border-right: solid 1px #c4c4c4;
	border-left: solid 1px #c4c4c4;
	padding:0 5px 25px 5px;
	margin: 0 10px;
	font-weight:bold;
	color:#CC0000;
	float:left;
	text-align:left;
	height: 140px;
}

.ProdDetailPrice .cmd{
	margin:10px 0 0 0;
	
}

.ProdDetailButtons{
	position:relative;
	width: 190px;
	padding:0 0 25px 5px;
	margin: 0;
	float:left;
	height: 140px;
}

/*Collapsible Panels*/
.CollapsiblePanel {
	width: 680px;
	border-bottom: solid 1px #c4c4c4;
	margin:0 0 5px 0;
}

.CollapsiblePanelTab {
	position: relative;
	background: #f7f7f7 url(../images/jquery/panel_header.png) no-repeat;
	padding: 10px 15px;
	color:#000;
	margin: 0;
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	visibility: visible;
}
	
.CollapsiblePanelTab img{
	float:left;
	border:#333 solid 1px;
	margin:0 5px 0 0;
}

.CollapsiblePanelTab p{
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color:#000;
	font-style:italic;
}

.CollapsiblePanelTab .cp_moreless
{
	position:absolute;
	top:-5px;
	right:5px;

	}
	
.CollapsiblePanelTab .cp_moreless img
{
	border:0;
	margin:0;
	}

.CollapsiblePanelContent {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}

.CollapsiblePanelContent ul {
	padding: 10px 15px;
	list-style:none;
}
.CollapsiblePanelContent li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	background: none;
	width:275px;
}

.CollapsiblePanelContent li.dbl {
	width:550px;
}

.CollapsiblePanelContent li a {
	color: #000;
	text-decoration: none;
	padding:0 0 0 25px;
	background: url(../images/jquery/arrow.png) no-repeat left;
}

.CollapsiblePanelContent li a:hover {
	color: #3300cc;
	text-decoration: underline;
}

.CollapsiblePanelTab a {
	color: #000;
	text-decoration: none;
}

.CollapsiblePanelContent .footerLink 
{
	font: normal 10px Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
	color: #000;
	text-align:right;
}

.eventImg 
{
    border:0;
    margin:2px;
    float:right;
    }

/*Footer Panel*/
.FooterPanel {
	width: 675px;
	border-bottom: solid 1px #c4c4c4;
	margin:0 0 5px 5px;
	clear:both;
}

.FooterPanelTab {
	background: #f7f7f7 url(../images/jquery/panel_header.png) no-repeat;
	padding: 15px 15px 5px 15px;
	color:#000;
	margin: 0;
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	height:30px;
}

.FooterPanelContent {
	background: #fff;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

/*Category Menu Panels*/
.MenuCatPanel {
	width: 245px;
	border-bottom: solid 1px #c4c4c4;
	margin:0 0 5px 5px;
}


.MenuCatPanelTab {
	position: relative;
	background: #f7f7f7 url(../images/jquery/panel_header.png) no-repeat right;
	padding: 10px 15px;
	color:#000;
	margin: 0;
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	visibility: visible;
}

.MenuCatPanelTab .cp_moreless
{
	position:absolute;
	top:-5px;
	right:5px;
	}

.MenuCatPanelContent {
	background: #f7f7f7;
	margin: 0;
	padding: 5px 2px 20px 2px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}

.MenuCatPanelContent ul {
	padding: 5px;
	list-style:none;
}
.MenuCatPanelContent li {
	display:inline;
	margin:0;
	padding:2px 0;
	float:left;
	background: none;
	width:235px;
}

.MenuCatPanelContent li a {
	color: #666;
	text-decoration: none;
	padding:0 1px 0 10px;
	background: url(../images/jquery/arrow.png) no-repeat left;
}

.MenuCatPanelContent li a:hover {
	color: #000;
	text-decoration: underline;
}

.MenuCatPanelTab a {
	color: #000;
	text-decoration: none;
}

img.main 
{
	float:right;
	display:block;
	width:175px;
	height:175px;
	margin: -65px -75px 0 0;
}

img.promo 
{
    padding:0;
    border:none;
    margin:0;
}

img.paddedRight
{
    padding:0;
    border:none;
    margin:0 5px 0 0;
}

img.paddedLeft
{
    padding:0;
    border:none;
    margin:0 0 0 5px;
}

/* form elements */
form {/* no formating */}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

label span{
	font-weight:normal;
}

label em
{
    font-size:10px;
    font-weight:normal;
    }

.chk label {
	display:block;
	font-weight:normal;
	margin:0;
	float:left;
	width:300px;
}

.chk input {
	padding: 2px;
	border: none;
	color:#000;
	float:left;
}

label em{
	color:#ff0000;
}
input {
	padding: 2px;
	border: 1px solid #CCC;
	color:#000;
}

input:focus {
	border: 1px solid #333;
}
select {
	padding: 2px;
	border: 1px solid #CCC;
	color:#000;
	width:320px;
}

select:focus {
	border: 1px solid #333;
}


select.prod {
	padding: 2px;
	border: 1px solid #CCC;
	color:#000;
	width:auto;
}
textarea {
	width: 500px;
	padding:2px;
	border: 1px solid #CCC;
	height:150px;
	display:block;
	color:#000;
}

textarea:focus {
	border: 1px solid #333;
}
input.button { 
	padding: 2px 3px; 
}

ul.prodDetails {
	padding: 10px 15px 20px 5px;
	list-style:none;
}
ul.prodDetails li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	background: none;
	width:500px;
	height:30px;
}

ul.prodDetails li.pdf {
	background: url(../images/jquery/PDF.png) no-repeat left;
}

ul.prodDetails li a {
	color: #666;
	text-decoration: none;
	padding:0 0 0 30px;
}

ul.prodDetails li a:hover {
	color: #000;
	text-decoration: underline;
}

/*XSell*/
#xsellButtons{
	width:685px;
	padding:5px;
	text-align:right;
}

.cmdButton{
	border:#0d004d solid 1px;
	color:#fff;
	background: url(../images/cmdBackground.png) no-repeat left center;
	margin:0;
	padding:0 10px;
	height:40px;
}

.cmdLogin{
	border:#0d004d solid 1px;
	color:#fff;
	background: url(../images/cmdBackground.png) no-repeat left center;
	margin:0;
	padding:0 10px;
	height:30px;
}

/*Tables*/

table.basket 
{
    border: solid 1px #c4c4c4;
    padding: 0;
	margin: 0 0 20px 0;
    width: 680px;
    }
    
table.basket td 
{
    border:0;
    padding:5px;
    }
    
table.basket tr 
{
    background-color:#fff;
    color:#000;
    font-weight:normal;
    }
    
table.basket tr.header 
{
   position: relative;
	background: #f7f7f7 url(../images/jquery/panel_header.png) no-repeat;
	color:#000;
	font: normal 14px Arial, Helvetica, sans-serif;
	height:30px;
    }
    
table.basket tr.footer 
{
    background-color:#ccc;
    color:#000;
    font-weight:normal;
    font-size:12px;
    border-bottom:solid 1px #666;
    border-top:solid 1px #666;
    }
    
table.basket th
{
    padding:3px 2px;
    }
    
table.basket tr.alt 
{
    background-color:#f2f2f2;
    color:#000;
    font-weight:normal;
    }

.socialshare .sm{float:left;padding:0 12px 0 0; display:block;width:auto;}
.socialshare .sm-fb{padding:0 6px 0 0;}
.socialshare .share-this{float:left;padding:20px 12px 0 0; display:block;width:420px;color: #355F6F;font-size: 20px;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.spacer{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:5px}

.search-txt{font-size:16px;}

