@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
	/*
@font-face {
    font-family: 'AccidentalPresidencyRegular';
    src: url('font/accid___-webfont.eot');
    src: url('font/accid___-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/accid___-webfont.woff') format('woff'),
         url('font/accid___-webfont.ttf') format('truetype'),
         url('font/accid___-webfont.svg#AccidentalPresidencyRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1, h2, h3, h4, h5, h6 {
font-family:  Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:150%;
}*/
* {
	padding:0px;
	margin:0px;
}
body {
	background-image:url(bg.jpg);
	background-color:#FFF;
	font-family:Arial;
	font-size:14px;
	color:#646464;
}
a {
	text-decoration:none;
	color:#0478b2;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.under {
	text-decoration:underline;
}
.upper {
	text-transform:uppercase;
}
.italic {
	font-style:italic;
}
.colr {
	color:#0478B2 !important;
	text-shadow:1px 1px #FFF;
	font-size:14px;
	font-weight:bold;
}
.white {
	color:#fff !important;
}
.black {
	color:#000 !important;
}
h1 {
	font-family:Impact;
	font-size:30px;
	color:#0478b2;
	text-shadow: 1px 1px 1px #FFF;
	font-weight:normal;
	margin:0 !important;
}
h2 {
	font-size:24px;
	font-weight:normal;
	color:#646464;
	margin:0 !important;
}
h3 {
	font-size:40px;
	font-weight:bold;
	color:#0478b2;
	text-shadow: 1px 1px 1px #FFF;
	margin:0 !important;
}
h4 {
	font-size:18px;
	font-weight:bold;
	color:#646464;
	text-shadow: 1px 1px 1px #FFF;
	margin:0 !important;
}
h5 {
	font-family:Impact;
	font-size:20px;
	color:#0478b2;
	font-weight:normal;
	text-transform:uppercase;
	padding-top:20px;
	margin:0 !important;
}
h6 {
	font-size:12px;
	font-weight:normal;
}
p {
	line-height:1.7em;
	margin:0;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.heading {
	padding:15px 0px 6px 0px;
	width:100%;
	border-bottom:#272727 solid 1px;
	margin-bottom:10px;
	text-transform:uppercase;
}
input {
	font-size:11px;
}
textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
}
.itlc {
	font-style:italic;
}
.noback {
	background-image:none !important;
}
.noborder {
	border:none !important;
}

td.helpHedMain{background:#FAEFDD;}

/*
=======================================================================
	Buttons
=======================================================================
*/
.buttonAddCart {
	float:left;
	background-color:#0478b2;
	display:block; 
	color:#fff;
	padding:5px 20px; 
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
}
.buttonPlaceOrder {
	background-color:#0478b2;
	display:block; 
	color:#fff;
	padding:5px 20px; 
	cursor:pointer;
	font-size:20px;
	font-weight:bold;
	margin:0 auto;
}
.cancelbtn{
	width:253px;
	height:64px;
	background:url(btn_cancel.png);
	background-repeat:none;
	background-position: 0px 0px;
	float:left;
}
.cancelbtn:hover{
	width:253px;
	height:64px;
	background:url(btn_cancel.png);
	background-repeat:none;
	background-position: 0px -65px;
	float:left;
}
.trybtn{
	width:253px;
	height:64px;
	background:url(btn_try.png);
	background-repeat:none;
	background-position: 0px 0px;
	float:left;
	margin:20px 0 0 550px;
}
.trybtn:hover{
	width:253px;
	height:64px;
	background:url(btn_try.png);
	background-repeat:none;
	background-position: 0px -65px;
	float:left;
}
/*
=======================================================================
	Input Form Rules
=======================================================================
*/
ul.forms {
	float:left;
	list-style:none;
	padding:0px 0px 7px 0px;
}
ul.smallforms {
	padding:0px 20px 15px 0px !important;
}
ul.forms li{
}
ul.forms li.txt{
	width:98px;
	padding:5px 0px 0px 0px;
	float:left;
}
ul.forms li.smalltxt{
	float:left;
	width:70px;
	color:#666;
	padding:0px 0px 0px 0px;
}
.req {
	color:#F00;
}
ul.forms li.inputfield{
	float:left;
}
ul.forms li.inputfield input{
	width:241px;
	height:27px;
	line-height:27px;
	background-image:url(input_bg2.gif);
	padding:0px 5px;
	border:none;
	color:#FFF;
	border-top:#5c5c5c solid 1px;
	border-left:#5c5c5c solid 1px;
}
ul.forms li.inputfield select{
	width:251px;
	height:27px;
	line-height:27px;
	background-image:url(input_bg2.gif);
	padding:0px 5px;
	border:none;
	color:#FFF;
	border-top:#5c5c5c solid 1px;
	border-left:#5c5c5c solid 1px;
}
ul.forms li.textfield{
	float:left;
}
ul.forms li.textfield textarea{
	width:241px;
	height:110px;
	background:#fff1cc;
	padding:5px;
	border:none;
	color:#545454;
	border-top:#5c5c5c solid 1px;
	border-left:#5c5c5c solid 1px;
}
ul.forms li.radiobtn{
	float:left;
}
ul.forms li.radiobtn input{
	margin:0px 10px;
	float:left;
}
ul.forms li.check{
	float:left;
	width:auto;
	margin-right:10px;
}
ul.forms li.labletxt{
	margin:0px 20px 0px 0px;
	float:left;
}

#billingForm tr td {
	padding:5px; width:250px
}
#billingForm tr td input {
	width:241px;
	height:27px;
	line-height:27px;
	background:#E9DBC5;
	padding:0px 5px;
	border:none;
	color:#545454;
	border-top:#5c5c5c solid 1px;
	border-left:#5c5c5c solid 1px;
}
#billingForm tr td select {
	width:251px;
	height:27px;
	line-height:27px;
	background:none;
	padding:0px 5px;
	border:none;
	color:#545454;
	border-top:#5c5c5c solid 1px;
	border-left:#5c5c5c solid 1px;
}
#altdelivery tr td {
	padding:5px;
}
.checkoutRight {
	width:300px; float:left; margin:20px 20px 0 0;
}
.checkoutRight ul li {
	font-size:14px;
}
.checkoutHeadTxt {
	font-weight:bold; padding-top:15px; font-size:20px; line-height:1.3em;
}
.tRowGrey{
	background:#FAEFDD;
}
.tRow{
	border:solid 0px;
}

/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:969px;
	margin:0px auto;
	padding:20px 0 20px 0;
}
/*
=======================================================================
	Header
=======================================================================
*/
#topper{
	width:965px;
	height:72px;
	padding-left:4px;
}
#masthead {
	width:969px;
	height:74px;
	background:url(navbar.png);
	position:relative;
}
#page_header{
	text-align:center;
	margin:20px 0;
}
/*
=======================================================================
	Content
=======================================================================
*/
#content{
	width:935px;
	min-height:380px;
	background:#FFF;
	-webkit-box-shadow: #999 0px 0px 5px;
	-moz-box-shadow: #999 0px 0px 5px;
	box-shadow: #999 0px 0px 5px;
	margin:0 auto;
	padding:0 0 5px 0;
	margin-top:-4px;
}
.inside_content{
	padding:0 35px;
}
.column{
	width:400px;
	margin-right:30px;
	float:left;
}
/*
=======================================================================
	Navigation
=======================================================================
*/
#masthead .navigation{
	width:300px;
	height:47px;
	float:left;
	padding-top:23px;
	margin-left:10px;
}
/*
=======================================================================
	Search
=======================================================================
*/
#masthead .search{
	width:213px;
	height:28px;
	float:right;
	margin:7px 6px 0px 0px;
}
#masthead .search input{
	width:162px;
	height:28px;
	line-height:28px;
	padding:0px 5px;
	float:left;
	border:none;
	background-color:transparent;
	background-image:url(input_bg1.gif);
	color:#999999;
}
#masthead .search a.go{
	width:35px;
	height:22px;
	font-size:12px;
	padding-top:5px;
	float:left;
	text-align:center;
	color:#fff;
	background-color:#377FA8;
	border-top:#f7ddc0 solid 1px;
	border-left:#f7ddc0 solid 1px;
	margin-left:5px;
}
/*
=======================================================================
	Bread Crumb
=======================================================================
*/
#crumb {
	width:935px;
	height:27px;
	background-color:#e9dbc5;
	margin:0 auto;
}
#crumb ul{
	list-style:none;
	float:left;
	padding:0px 0px 0px 24px;
	margin-top:5px;
	width:500px;
}
#crumb ul li{
	float:left;
	/*background-image:url(crumb_sep.png);
	background-repeat:no-repeat;
	background-position:left;*/
	padding-left:12px;
	margin:0;
}
#crumb ul li a{
	color:#0478b2;
	float:left;
	text-shadow: 1px 1px #c4e4f4;
}
#crumb ul li a:hover{
	color:#023b58;
}
#crumb ul li a.selected{
	color:#023b58;
}
/*
=======================================================================
	Banner
=======================================================================
*/
#banner{
	width:926px;
	height:385px;
	margin:0 auto;
	background:url(header.jpg);
}
#banner .caption{
	width:400px;
	z-index:1;
	margin:25px;
}
#banner .caption p{
	color:#545454;
	font-size:14px;
	line-height:1.3em;
}
#banner_about{
	width:926px;
	height:385px;
	margin:0 auto;
	background:url(header_about.jpg);
	margin-top:5px;
	margin-bottom:20px;
}
#banner_prevention{
	width:926px;
	height:385px;
	margin:0 auto;
	background:url(header_prevention.jpg);
	margin-top:5px;
	margin-bottom:20px;
}
#banner_faqs{
	width:926px;
	height:385px;
	margin:0 auto;
	background:url(header_faqs.jpg);
	margin-top:5px;
	margin-bottom:20px;
}
#logo{
	width:349px;
	height:70px;
	float:left;
}
/*
=======================================================================
	Content Section
=======================================================================
*/
#content_sec{
	width:931px;
	float:left;
	margin-top:0px;
}
/*
=======================================================================
	Categories Section
=======================================================================
*/
#content_sec .catsecs{
	width:960px;
	float:left;
	margin-top:6px;
}
#content_sec .catsecs ul{
	list-style:none;
	float:left;
}
#content_sec .catsecs ul li{
	float:left;
	width:308px;
	height:216px;
	border:#3a3a3a solid 1px;
	margin-right:15px;
}
#content_sec .catsecs ul li.last{
	margin-right:0px;
}
#content_sec .catsecs ul li h3{
	float:left;
	width:308px;
	height:34px;
	border-bottom:#3a3a3a solid 1px;
}
#content_sec .catsecs ul li h3 a{
	float:left;
	width:298px;
	height:24px;
	padding:10px 0px 0px 10px;
	display:inline-block;
	background-image:url(catsec_head_bg.gif);
	background-repeat:no-repeat;
}
/*
=======================================================================
	Slider
=======================================================================
*/
#content_sec .featuredslider{
	width:958px;
	float:left;
	border:#3a3a3a solid 1px;
	background-image:url(lines1.gif);
	margin-top:30px;
	padding-bottom:20px;
}
#content_sec .featuredslider h4.slidhead{
	width:938px;
	height:22px;
	padding:11px 10px 0px 10px;
	float:left;
	border-top:#3a3a3a solid 1px;
	border-bottom:#3a3a3a solid 1px;
	background-image:url(slider_head.gif);
	background-repeat:repeat-x;
}
#content_sec .featuredslider .slidercont{
	width:940px;
	float:left;
	margin:20px 0px 0px 10px;
}
#content_sec .featuredslider .slidercont a.prevbtn{
	width:16px;
	height:35px;
	display:inline-block;
	float:left;
	margin:120px 10px 0px 0px;
	background-image:url(sliderarrows.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#content_sec .featuredslider .slidercont a.prevbtn:hover{
	background-position:0px -35px;
}
#content_sec .featuredslider .slidercont a.nextbtn{
	width:16px;
	height:35px;
	display:inline-block;
	float:left;
	margin:0px 0px 0px 0px;
	background-image:url(sliderarrows.png);
	background-repeat:no-repeat;
	background-position:-16px 0px;
	margin:120px 0px 0px 0px;
}
#content_sec .featuredslider .slidercont a.nextbtn:hover{
	background-position:-16px -35px;
}
#content_sec .featuredslider .slidercont .anyClass{
	float:left;
}
#content_sec .featuredslider .slidercont ul li{
	width:151px !important;
	height:286px !important;
	padding:2px 2px 2px 14px;
	background-image:url(slider_li_bg.gif);
	background-repeat:no-repeat;
	margin-right:12px;
}
.slidercont ul li h4{
	width:143px;
	padding:10px 0px 8px 0px;
	text-transform:uppercase;
}
.slidercont ul li a.thumb{
	width:135px;
	height:135px;
	border:#313131 solid 3px;
	float:left;
	margin-bottom:7px;
}
.slidercont ul li .rating{
	width:141px;
	float:left;
	padding-right:10px;
	margin:14px 0px 10px 0px;
}
.slidercont ul li .rating .stars{
	float:left;
}
.slidercont ul li .rating .stars a{
	float:left;
	width:14px;
	height:14px;
	background-image:url(rating_star.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-right:1px;
}
.slidercont ul li .rating .stars a.gry{
	background-position:bottom;
}
.slidercont ul li .rating a.reviews{
	float:right;
}
.slidercont ul li .prices{
	width:141px;
	float:left;
	padding-right:10px;
	margin:0px 0px 14px 0px;
}
.slidercont ul li .prices p.newprice{
	float:left;
	font-size:20px;
}
.slidercont ul li .prices p.oldprice{
	float:right;
	font-size:20px;
	text-decoration:line-through;
}
.slidercont ul li .cartse{
	width:141px;
	float:left;
}
.slidercont ul li .cartse a{
	margin-right:7px;
}
a.whishlist{
	width:20px;
	height:20px;
	background-image:url(icon1.png);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
}
a.favo{
	width:19px;
	height:17px;
	background-image:url(icon2.png);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
}
/*
=======================================================================
	Column 1
=======================================================================
*/
.col1{
	width:180px;
	float:left;
}
/*
=======================================================================
	Left Box
=======================================================================
*/
.leftsections{
	width:178px;
	float:left;
	border:#3a3a3a solid 1px;
	background-image:url(lines1.gif);
	margin-bottom:10px;
}
.leftsections h4{
	width:158px;
	height:20px;
	padding:8px 10px 0px 10px;
	float:left;
	border-bottom:#3a3a3a solid 1px;
	background-image:url(slider_head.gif);
	background-repeat:repeat-x;
}
/*
=======================================================================
	Currency
=======================================================================
*/
.currency{
	width:168px;
	float:left;
	padding:15px 0px 15px 10px;
}
.currency a.ui-selectmenu{
	width:158px !important;
}
#speedD-menu{
	width:154px !important;
}
/*
=======================================================================
	Shop By
=======================================================================
*/
.shopby {
	width:178px;
	float:left;
}
.arrowlistmenu{
	width: 178px;
}
.arrowlistmenu .menuheader{
	color: white;
	background: black url(titlebar.gif) repeat-x center left;
	text-transform: uppercase;
	cursor: pointer;
	font-size:12px;
	width:168px;
	height:22px;
	padding:7px 0px 0px 10px;
	display:inline-block;
}
.arrowlistmenu .openheader{
	background-image: url(titlebar-active.gif);
}
.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.arrowlistmenu ul li{
	padding-bottom: 2px;
	border-bottom:#232323 solid 1px;
}
.arrowlistmenu ul li .opensubheader{
}
.arrowlistmenu ul li .closedsubheader{
}
.arrowlistmenu ul li a{
	color: #999999;
	background: url(sep1.png) no-repeat 5% 55%;
	display: block;
	text-decoration: none;
	width:160px;
	height:16px;
	padding:4px 0px 0px 18px;
	display:inline-block;
}
.arrowlistmenu ul li a:visited{
	color: #999999;
}
.arrowlistmenu ul li a:hover{
	color: #377FA8;
}
.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin:0px 0px 0px 0px !important;
}
.arrowlistmenu ul ul {
	margin-top:20px;
}
.arrowlistmenu ul ul li{
	border:none !important;
}
.arrowlistmenu ul ul li{
	margin-left:10px;
	width:150px;
}
/*
=======================================================================
	Price Tab
=======================================================================
*/
.pricetab{
	width: 178px;
}
.pricetab p{
	color: white;
	background: black url(titlebar1.gif) repeat-x center left;
	text-transform: uppercase;
	cursor: pointer;
	font-size:12px;
	width:168px;
	height:24px;
	padding:5px 0px 0px 10px;
	display:inline-block;
}
.pricetab ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pricetab ul li{
	padding-bottom: 2px;
	border-bottom:#232323 solid 1px;
}
.pricetab ul li a{
	color: #999999;
	background: url(sep1.png) no-repeat 5% 55%;
	display: block;
	text-decoration: none;
	width:160px;
	height:16px;
	padding:4px 0px 0px 18px;
	display:inline-block;
}
/*
=======================================================================
	Color
=======================================================================
*/
.colortab{
	width: 178px;
}
.colortab p{
	color: white;
	background: black url(titlebar1.gif) repeat-x center left;
	text-transform: uppercase;
	cursor: pointer;
	font-size:12px;
	width:168px;
	height:24px;
	padding:5px 0px 0px 10px;
	display:inline-block;
}
.colortab ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.colortab ul li{
	padding-bottom: 2px;
	border-bottom:#232323 solid 1px;
}
.colortab ul li a{
	color: #999999;
	background: url(sep1.png) no-repeat 5% 55%;
	display: block;
	text-decoration: none;
	width:160px;
	height:16px;
	padding:4px 0px 0px 18px;
	display:inline-block;
}
/*
=======================================================================
	Recent Viewed
=======================================================================
*/
.recentviewed{
	width: 178px;
}
.recentviewed ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.recentviewed ul li{
	padding-bottom: 2px;
	border-bottom:#232323 solid 1px;
}
.recentviewed ul li a{
	color: #999999;
	background: url(sep1.png) no-repeat 5% 55%;
	display: block;
	text-decoration: none;
	width:160px;
	height:16px;
	padding:4px 0px 0px 18px;
	display:inline-block;
}
/*
=======================================================================
	Compare Prods
=======================================================================
*/
.compareprods{
	width: 178px;
}
.compareprods ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.compareprods ul li{
	padding-bottom: 2px;
	border-bottom:#232323 solid 1px;
	float:left;
	width: 178px;
}
.compareprods ul li a{
	color: #999999;
	background: url(sep1.png) no-repeat 5% 55%;
	display: block;
	text-decoration: none;
	width:140px;
	height:16px;
	padding:4px 0px 0px 18px;
	display:inline-block;
	float:left;
}
.compareprods ul li a.cross{
	width:7px;
	height:7px;
	display:inline-block;
	background-image:url(cross.gif);
	background-repeat:no-repeat;
	margin:9px 10px 0px 0px !important;
	padding:0px 0px 0px 0px !important;
}
.butns{
	width: 158px;
	padding:5px 10px 5px 10px;
	float:left;
}
.butns a.clearall{
	color:#005fa2;
	text-decoration:underline;
	margin:3px 0px 0px 0px;
}
/*
=======================================================================
	My Cart
=======================================================================
*/
.mycart{
	width: 178px;
	padding-bottom:10px;
	float:left;
}
.mycart a.viewcart{
	width:158px;
	margin:10px 0px 0px 10px;
	display:inline-block;
	border-bottom:#3c3c3c solid 1px;
	padding-bottom:5px;
}
.mycart ul{
	list-style:none;
	margin: 0;
	padding: 0;
	width:178px;
}
.mycart ul li{
	width:178px;
	float:left;
}
.mycart ul li a.title{
	width:152px;
	float:left;
	padding:8px 13px 0px 13px;
}
.mycart ul li .qtyprice{
	width:152px;
	float:left;
	padding:2px 13px 5px 13px;
	border-top:#272727 solid 1px;
	background-color:#0b0b0b;
	margin-top:8px;
}
.mycart p.subtotal{
	float:left;
	width:132px;
	padding:7px 13px 4px 13px;
	text-align:right;
	margin-left:10px;
	border-bottom:#3c3c3c solid 1px;
}
.mycart a.buttonone{
	margin:8px 10px 0px 0px;
	float:right;
}
/*
=======================================================================
	Adv
=======================================================================
*/
.adv{
	width: 178px;
	float:left;
}
/*
=======================================================================
	Community Poll
=======================================================================
*/
.poll{
	width: 178px;
	float:left;
	padding-bottom:10px;
}
.poll p{
	float:left;
	list-style:none;
	width:150px;
	padding:10px 14px 0px 14px;
}
.poll ul{
	float:left;
	list-style:none;
	width:150px;
	padding:10px 14px 8px 14px;
}
.poll ul li{
	float:left;
	width:150px;
	padding:5px 0px 5px 0px;
}
.poll ul li input{
	float:left;
	margin-right:10px;
}
.poll a.buttonone{
	margin:10px 0px 0px 10px;
}
/*
=======================================================================
	My Account
=======================================================================
*/
.dashboard{
	width: 178px;
}
.dashboard ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.dashboard ul li{
	padding-bottom: 2px;
	border-bottom:#232323 solid 1px;
}
.dashboard ul li a{
	color: #999999;
	background: url(sep1.png) no-repeat 5% 55%;
	display: block;
	text-decoration: none;
	width:160px;
	height:16px;
	padding:4px 0px 0px 18px;
	display:inline-block;
}
/*
=======================================================================
	Column 2
=======================================================================
*/
.col2{
	width:770px;
	float:right;
}
/*
=======================================================================
	Small Banner
=======================================================================
*/
.small_banner{
	width:764px;
	float:right;
	border:#1f1f1f solid 3px;
	margin-bottom:15px;
}
/*
=======================================================================
	Product Listings
=======================================================================
*/
.prod_listing{
	width:768px;
	float:left;
	border:#3a3a3a solid 1px;
	background-image:url(lines1.gif);
}
.prod_listing .sorting{
	width:768px;
	height:33px;
	float:left;
	background-image:url(sorting.gif);
	background-repeat:repeat-x;
	border-bottom:#3a3a3a solid 1px;
}
.prod_listing .sorting .leftsort{
	width:348px;
	height:33px;
	float:left;
	background-image:url(sorting_sep.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.prod_listing .sorting .leftsort h5{
	float:left;
	background-image:url(apprel.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:9px 0px 0px 25px;
	padding:2px 0px 0px 25px;
}
.prod_listing .sorting .leftsort p{
	float:right;
	padding:7px 10px 0px 0px;
}
.prod_listing .sorting .sortby{
	width:166px;
	height:33px;
	float:left;
	background-image:url(sorting_sep.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.prod_listing .sorting .sortby p{
	float:left;
	padding:6px 20px 0px 10px;
}
.prod_listing .sorting .selectmenu{
	float:left;
	padding:5px 0px 0px 0px;
}
.prod_listing .sorting a.ui-selectmenu{
	width:88px !important;
}
#speedE-menu{
	width:84px !important;
	border-top:#585858 solid 1px;
}
.prod_listing .sorting .showperpage{
	width:168px;
	height:33px;
	float:left;
	background-image:url(sorting_sep.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.prod_listing .sorting .showperpage p{
	float:left;
	padding:6px 10px 0px 10px;
}
.prod_listing .sorting .showperpage a.ui-selectmenu{
	width:58px !important;
	border-top:#585858 solid 1px;
}
#speedF-menu{
	width:54px !important;
	float:left;
}
.sorting .gridlist {
	float:left;
	padding:6px 0px 0px 20px;
}
.sorting .gridlist a{
	float:left;
	padding:3px 5px;
	border-left:1px solid transparent;
	border-top:1px solid transparent;
	display:inline-block;
	width:15px;
	height:16px;
	background-position:5px 2px;
}
.sorting .gridlist a.list{
	background-image:url(list.png);
	background-repeat:no-repeat;
}
.sorting .gridlist a.grid{
	background-image:url(grid.png);
	background-repeat:no-repeat;
}
.sorting .gridlist a:hover{
	border-left:1px solid #c5c5c5;
	border-top:1px solid #a5a5a5;
	background-color:#171717;
}
.sorting .gridlist a.selected{
	border-left:1px solid #c5c5c5;
	border-top:1px solid #a5a5a5;
	background-color:#171717;
}
/*
=======================================================================
	Listings
=======================================================================
*/
ul.listing {
	list-style:none;
	float:left;
	padding:30px 0px 30px 30px;
}
ul.listing li{
	width:151px !important;
	height:286px !important;
	padding:2px 2px 2px 14px;
	background-image:url(slider_li_bg.gif);
	background-repeat:no-repeat;
	margin-right:12px;
	margin-bottom:12px;
	float:left;
}
ul.listing li h4{
	width:143px;
	padding:10px 0px 8px 0px;
	text-transform:uppercase;
}
ul.listing li a.thumb{
	width:135px;
	height:135px;
	border:#313131 solid 3px;
	float:left;
	margin-bottom:7px;
}
ul.listing li .rating{
	width:141px;
	float:left;
	padding-right:10px;
	margin:14px 0px 10px 0px;
}
ul.listing li .rating .stars{
	float:left;
}
ul.listing li .rating .stars a{
	float:left;
	width:14px;
	height:14px;
	background-image:url(rating_star.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-right:1px;
}
ul.listing li .rating .stars a.gry{
	background-position:bottom;
}
ul.listing li .rating a.reviews{
	float:right;
}
ul.listing li .prices{
	width:141px;
	float:left;
	padding-right:10px;
	margin:0px 0px 14px 0px;
}
ul.listing li .prices p.newprice{
	float:left;
	font-size:20px;
}
ul.listing li .prices p.oldprice{
	float:right;
	font-size:20px;
	text-decoration:line-through;
}
ul.listing li .cartse{
	width:141px;
	float:left;
}
ul.listing li .cartse a{
	margin-right:7px;
}
/*
=======================================================================
	Listings Listview
=======================================================================
*/
ul.listinglist {
	list-style:none;
	float:left;
	padding:30px 0px 30px 30px;
	width:700px;
}
ul.listinglist li{
	width:700px;
	height:168px;
	padding:2px;
	background-image:url(listing_bg_listview.gif);
	background-repeat:no-repeat;
	margin-bottom:12px;
	float:left;
}
ul.listinglist li .thumb{
	width:164px;
	height:167px;
	float:left;
}
ul.listinglist li .thumb img{
	width:135px;
	height:135px;
	float:left;
	border:#313131 solid 3px;
	margin:15px 0px 0px 11px;
}
ul.listinglist li .desc{
	width:535px;
	float:left;
}
ul.listinglist li h4{
	padding:15px 0px 8px 15px;
	text-transform:uppercase;
}
ul.listinglist li .rating{
	width:510px;
	padding:0px 10px 15px 15px;
	float:left;
	background-image:url(border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
ul.listinglist li .rating .stars{
	float:left;
	padding-right:20px;
}
ul.listinglist li .rating .stars a{
	float:left;
	width:14px;
	height:14px;
	background-image:url(rating_star.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-right:1px;
}
ul.listinglist li .rating .stars a.gry{
	background-position:bottom;
}
ul.listinglist li .rating a.reviews{
	float:left;
	padding-right:10px;
	background-image:url(sep2.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-right:10px;
}
ul.listinglist li .rating a.noback{
	background-image:none;
}
ul.listinglist li p.txt{
	width:505px;
	height:37px;
	padding:5px 15px 10px 15px;
	float:left;
	background-image:url(border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
ul.listinglist li .prices{
	width:520px;
	float:left;
	padding:12px 0px 0px 15px;
}
ul.listinglist li .prices p.newprice{
	float:left;
	font-size:20px;
	padding-right:20px;
}
ul.listinglist li .prices p.oldprice{
	float:left;
	font-size:20px;
	text-decoration:line-through;
	padding-right:20px;
}
ul.listinglist li .prices a{
	margin-right:10px;
}
/*
=======================================================================
	Paging
=======================================================================
*/
.paging {
	width:700px;
	padding:10px 0px 20px 0px;
	float:left;
	border-top:#343434 solid 1px;
	margin:0px 0px 0px 30px;
}
.paging ul{
	float:right;
	list-style:none;
	color:#343434;
}
.paging ul li{
	float:left;
	padding-right:10px;
}
.paging ul li a.numbr{
	float:left;
	width:16px;
	height:14px;
	display:inline-block;
	border-top:transparent solid 1px;
	border-left:transparent solid 1px;
	text-align:center;
}
.paging ul li a.numbr:hover{
	border-top:#c5c5c5 solid 1px;
	border-left:#c5c5c5 solid 1px;
	background-color:#171717;
	color:#377FA8;
}
.paging ul li a.selected{
	border-top:#c5c5c5 solid 1px;
	border-left:#c5c5c5 solid 1px;
	background-color:#171717;
	color:#377FA8;
}
/*
=======================================================================
	Product Detail
=======================================================================
*/
.prod_detail{
	width:768px;
	float:left;
	border:#3a3a3a solid 1px;
	background-image:url(lines1.gif);
}
.prod_detail h4.prodhead{
	width:748px;
	height:20px;
	padding:7px 10px 0px 10px;
	float:left;
	border-bottom:#3a3a3a solid 1px;
	background-image:url(sorting.gif);
	background-repeat:repeat-x;
}
/*
=======================================================================
	Product Gallery
=======================================================================
*/
.prod_detail .thumbsec{
	width:222px;
	float:left;
	margin:22px 0px 0px 20px;
}
.prod_detail .thumbsec .prod_gallery{
	width:222px;
	height:200px;
	float:left;
	overflow:hidden;
}
.prod_detail .thumbsec a.toc{
	width:46px;
	height:44px;
	float:left;
	border:#000 solid 1px;
}
.prod_detail .thumbsec .galleryscrol{
	width:222px;
	height:46px;
	float:left;
	margin:16px 0px 0px 10px;
}
.prod_detail .thumbsec .galleryscrol .prevbtn{
	float:left;
	width:7px;
	height:13px;
	display:inline-block;
	background-image:url(galleryarrows.png);
	background-repeat:no-repeat;
	margin:16px 10px 0px 10px;
}
.prod_detail .thumbsec .galleryscrol .nextbtn{
	float:left;
	width:7px;
	height:13px;
	display:inline-block;
	background-image:url(galleryarrows.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:16px 0px 0px 5px;
}
.prod_detail .thumbsec .galleryscrol .anyClass{
	float:left;
}
.prod_detail .thumbsec .galleryscrol .anyClass li{
	margin-right:5px;
}
/*
=======================================================================
	Product Short Description
=======================================================================
*/
.prod_detail .descshort{
	width:500px;
	float:right;
	background-image:url(lines2.gif);
	border-left:#000 solid 1px;
	margin:21px 15px 0px 0px;
}
.prod_detail .descshort h4{
	width:500px;
	padding:20px 0px 0px 15px;
	float:left;
}
.prod_detail .descshort .rating{
	width:485px;
	padding:10px 0px 15px 15px;
	float:left;
	background-image:url(border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:15px;
}
.prod_detail .descshort .rating .stars{
	float:left;
	padding-right:20px;
	padding-bottom:8px;
}
.prod_detail .descshort .rating .stars a{
	float:left;
	width:14px;
	height:14px;
	background-image:url(rating_star.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-right:1px;
}
.prod_detail .descshort .rating .stars a.gry{
	background-position:bottom;
}
.prod_detail .descshort .rating a.reviews{
	float:left;
	padding-right:10px;
	background-image:url(sep2.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-right:10px;
}
.prod_detail .descshort .rating a.noback{
	background-image:none;
}
.prod_detail .descshort .quickreview{
	width:485px;
	padding:10px 0px 20px 15px;
	float:left;
	background-image:url(border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:15px;
}
.prod_detail .descshort .quickreview h6{
	padding-bottom:5px;
}
.prod_detail .descshort .prod_options{
	width:485px;
	padding:10px 0px 20px 15px;
	float:left;
	background-image:url(border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:15px;
}
.prod_detail .descshort .prod_options p{
	float:left;
}
.prod_detail .prod_options p.size{
	float:left;
	padding:2px 15px 0px 0px;
}
.prod_detail .prod_options p.color{
	float:left;
	padding:2px 15px 0px 10px;
}
.prod_detail .prod_options p.qty{
	float:left;
	padding:2px 15px 0px 10px;
}
.prod_detail .prod_options .selectmenu{
	float:left;
}
.prod_detail .prod_options .sizeselect a.ui-selectmenu{
	width:128px !important;
}
#speedG-menu{
	width:124px !important;
	border-top:#585858 solid 1px;
}
.prod_detail .prod_options .colorselect a.ui-selectmenu{
	width:98px !important;
}
#speedH-menu{
	width:94px !important;
	border-top:#585858 solid 1px;
}
.prod_detail .prod_options .qtyselect a.ui-selectmenu{
	width:68px !important;
}
#speedI-menu{
	width:64px !important;
	border-top:#585858 solid 1px;
}
.prod_detail .descshort .prices{
	width:485px;
	float:left;
	padding:0px 0px 15px 15px;
}
.prod_detail .descshort .prices p.newprice{
	float:left;
	font-size:20px;
	padding-right:20px;
}
.prod_detail .descshort .prices p.oldprice{
	float:left;
	font-size:20px;
	text-decoration:line-through;
	padding-right:20px;
}
.prod_detail .descshort .prices a{
	margin-right:10px;
}
/*
=======================================================================
	Product Long Description
=======================================================================
*/
.prod_detail .prod_desc{
	width:728px;
	float:left;
	margin:20px 0px 0px 20px;
}
.prod_detail .prod_desc p{
	width:728px;
	float:left;
	padding:0px 0px 10px 0px;
}
.prod_detail .prod_desc ul{
	width:728px;
	float:left;
	padding:10px 0px 10px 0px;
	list-style:none;
}
.prod_detail .prod_desc ul li{
	padding:0px 0px 10px 10px;
	background-image:url(arrow.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
}
/*
=======================================================================
	Related Products
=======================================================================
*/
.prod_detail .relatedproducts{
	width:728px;
	float:left;
	margin:20px 0px 0px 20px;
}
.prod_detail .relatedproducts ul{
	list-style:none;
	float:left;
	padding:10px 0px 10px 0px;
}
.prod_detail .relatedproducts ul li{
	margin-right:19px;
}
.prod_detail .relatedproducts ul li.last{
	margin-right:0px;
}
/*
=======================================================================
	Column 3
=======================================================================
*/
.col3{
	width:931px;
	float:left;
}
/*
=======================================================================
	Shopping Cart
=======================================================================
*/
.shoppingcart{
	width:958px;
	float:left;
	border:#3a3a3a solid 1px;
	background-image:url(lines1.gif);
	padding-bottom:20px;
}
.shoppingcart h4.carthead{
	width:938px;
	height:20px;
	padding:7px 10px 0px 10px;
	float:left;
	border-bottom:#3a3a3a solid 1px;
	background-image:url(sorting.gif);
}
.shoppingcart .carttable{
	width:922px;
	float:left;
	margin:18px 0px 0px 18px;
}
.carttable ul{
	float:left;
	list-style:none;
	width:922px;
}
.carttable ul li{
	float:left;
}
.carttable ul.head{
	background-image:url(sorting.gif);
	background-repeat:repeat-x;
	height:27px;
	border:#3a3a3a solid 1px;
}
.carttable ul.head li{
	height:21px;
	padding-top:6px;
}
.carttable ul.head li.remove{
	width:84px;
	text-align:center;
}
.carttable ul.head li.imag{
	width:110px;
	text-align:center;
}
.carttable ul.head li.p_name{
	width:456px;
	padding-left:22px;
}
.carttable ul.head li.u_price{
	width:96px;
	text-align:center;
}
.carttable ul.head li.qty{
	width:72px;
	text-align:center;
}
.carttable ul.head li.s_total{
	width:80px;
	text-align:center;
}

.carttable ul.cartcontents{
	border-top:#000000 solid 1px;
	border-bottom:#323232 solid 1px;
	border-left:#282828 solid 1px;
	border-right:#282828 solid 1px;
	background-image:url(lines2.gif);
	width:922px;
}
.carttable ul.cartcontents li.remove{
	width:84px;
	height:70px;
	text-align:center;
	background-image:url(border1.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.carttable ul.cartcontents li.remove a{
	width:10px;
	height:10px;
	background-image:url(remove.gif);
	background-repeat:no-repeat;
	display:inline-block;
	margin-top:30px;
}
.carttable ul.cartcontents li.imag{
	width:110px;
	height:70px;
	text-align:center;
	background-image:url(border1.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.carttable ul.cartcontents li.imag a{
	float:left;
	margin:12px 0px 0px 30px;
	border:#333333 solid 1px;
}
.carttable ul.cartcontents li.p_name{
	width:456px;
	height:70px;
	padding-left:22px;
	background-image:url(border1.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.carttable ul.cartcontents li.p_name a{
	float:left;
	margin:25px 0px 0px 0px;
}
.carttable ul.cartcontents li.u_price{
	width:96px;
	height:70px;
	text-align:center;
	background-image:url(border1.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.carttable ul.cartcontents li.u_price p{
	padding-top:25px;
}
.carttable ul.cartcontents li.qty{
	width:72px;
	height:70px;
	text-align:center;
	background-image:url(border1.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.carttable ul.cartcontents li.qty input{
	width:40px;
	height:22px;
	line-height:22px;
	color:#FFF;
	text-align:center;
	background-image:url(lines1.gif);
	border-left:#5c5c5c solid 1px;
	border-top:#5c5c5c solid 1px;
	border-right:none;
	border-bottom:none;
	margin:24px 0px 0px 0px;
	
}
.carttable ul.cartcontents li.s_total{
	width:80px;
	height:70px;
	text-align:center;
}
.carttable ul.cartcontents li.s_total p{
	padding-top:25px;
}
.shoppingcart .buttonssec{
	width:922px;
	float:left;
	padding:10px 0px;
	border-top:#272727 solid 1px;
	border-bottom:#272727 solid 1px;
	margin:10px 0px 10px 18px;
}
.shoppingcart .buttonssec a{
	margin-right:5px;
}
.shoppingcart .buttonssec p{
	font-size:14px;
}
/*
=======================================================================
	Estimate
=======================================================================
*/
.estimate {
	width:370px;
	float:left;
	border:#272727 solid 1px;
	background-image:url(lines2.gif);
	padding-bottom:15px;
	margin:5px 0px 0px 18px;
}
.estimate h4{
	width:350px;
	height:20px;
	padding:7px 10px 0px 10px;
	float:left;
	border-bottom:#272727 solid 1px;
	background-image:url(sorting.gif);
	background-repeat:repeat-x;
}
.estimate p{
	width:350px;
	padding:5px 10px 10px 10px;
	float:left;
}
.estimate .selectmenu{
	padding:5px 10px 10px 10px;
	float:left;
}
.estimate input.bar{
	width:159px;
	height:22px;
	line-height:22px;
	padding:0px 5px;
	background-image:url(input_bg1.gif);
	background-repeat:no-repeat;
	border:transparent solid 0px;
	color:#FFF;
	margin:10px 0px 0px 10px;
	float:left;
}
.estimate a.buttonone{
	margin:10px 0px 0px 10px;
}
#speedJ-menu{
	width:124px !important;
	border-top:#585858 solid 1px;
}
#speedK-menu{
	width:124px !important;
	border-top:#585858 solid 1px;
}
/*
=======================================================================
	Discount
=======================================================================
*/
.discount {
	width:262px;
	min-height:131px;
	float:left;
	border:#272727 solid 1px;
	background-image:url(lines2.gif);
	padding-bottom:15px;
	margin:5px 5px 0px 15px;
}
.discount h4{
	width:242px;
	height:20px;
	padding:7px 10px 0px 10px;
	float:left;
	border-bottom:#272727 solid 1px;
	background-image:url(sorting.gif);
	background-repeat:repeat-x;
}
.discount p{
	width:342px;
	padding:5px 10px 10px 10px;
	float:left;
}
.discount input.bar{
	width:159px;
	height:22px;
	line-height:22px;
	padding:0px 5px;
	background-image:url(input_bg1.gif);
	background-repeat:no-repeat;
	color:#FFF;
	margin:10px 0px 0px 10px;
	float:left;
	border:transparent solid 0px;
}
.discount a.buttonone{
	margin:10px 0px 0px 10px;
}
/*
=======================================================================
	Grand Totals
=======================================================================
*/
.grandtotal {
	width:252px;
	min-height:131px;
	float:left;
	border:#272727 solid 1px;
	background-image:url(lines2.gif);
	padding-bottom:15px;
	margin:5px 0px 0px 10px;
}
.grandtotal p.subt{
	width:252px;
	height:33px;
	padding-top:10px;
	text-align:center;
	font-size:14px;
	background-image:url(border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.grandtotal p.gtotal{
	width:252px;
	height:33px;
	padding-top:10px;
	text-align:center;
	font-size:14px;
	background-image:url(border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.grandtotal a.buttonone{
	margin:20px 0px 0px 90px;
}
/*
=======================================================================
	Related Products
=======================================================================
*/
.relateditems{
	width:921px;
	float:left;
	margin:18px 0px 0px 18px;
}
.relateditems ul{
	width:901px;
	padding:20px 0px 20px 20px;
	float:left;
	margin:10px 0px 0px 0px;
	list-style:none;
	background-image:url(lines2.gif);
	border-left:#585858 solid 1px;
	border-top:#585858 solid 1px;
}
.relateditems ul li{
	width:300px;
	float:left;
}
.relateditems ul li .thumb{
	width:118px;
	float:left;
}
.relateditems ul li .thumb img{
	float:left;
	width:101px;
	height:101px;
	border:#313131 solid 3px;
}
.relateditems ul li .desc{
	width:182px;
	float:left;
	padding-top:5px;
}
.relateditems ul li .desc .rating{
	width:141px;
	float:left;
	padding-right:10px;
	margin:7px 0px 7px 0px;
}
.relateditems ul li .desc .stars{
	float:left;
}
.relateditems ul li .desc .rating .stars a{
	float:left;
	width:14px;
	height:14px;
	background-image:url(rating_star.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-right:1px;
}
.relateditems ul li .desc .rating .stars a.gry{
	background-position:bottom;
}
.relateditems ul li .desc .rating a.reviews{
	float:right;
}
.relateditems ul li .desc .prices{
	width:141px;
	float:left;
	padding-right:10px;
	margin:0px 0px 10px 0px;
}
.relateditems ul li .desc .prices p.newprice{
	float:left;
	font-size:20px;
}
.relateditems ul li .desc .prices p.oldprice{
	float:right;
	font-size:20px;
	text-decoration:line-through;
}
.relateditems ul li .desc .cartse{
	width:141px;
	float:left;
}
.relateditems ul li .desc .cartse a{
	margin-right:7px;
}
/*
=======================================================================
	Login
=======================================================================
*/
.login{
	width:927px;
	padding:17px 16px 17px 15px;
	float:left;
	border:#3a3a3a solid 1px;
	background-image:url(lines1.gif);
	padding-bottom:20px;
}
.login .innersec{
	width:925px;
	height:459px;
	float:left;
	border:#3a3a3a solid 1px;
	background-image:url(login.gif);
	background-repeat:no-repeat;
}
/*
=======================================================================
	Sign In
=======================================================================
*/
.login .signin{
	width:350px;
	float:left;
	margin:35px 0px 0px 55px;
	border-bottom:#2f2f2f dashed 1px;
	padding-bottom:20px;
}
.login .signin h4{
	width:350px;
	background-image:url(border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:8px;
	margin-bottom:10px;
}
.login .signin p{
	margin-bottom:20px;
}
.login .signin a.forgot{
	margin:0px 20px 0px 90px;
	padding-top:3px;
}
/*
=======================================================================
	New User
=======================================================================
*/
.login .newuser{
	width:350px;
	float:left;
	margin:20px 0px 0px 55px;
	padding-bottom:20px;
}
.login .newuser h4{
	width:350px;
	background-image:url(border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:8px;
	margin-bottom:10px;
}
.login .newuser p{
	margin-bottom:20px;
}
/*
=======================================================================
	Account
=======================================================================
*/
.account{
	width:768px;
	float:left;
	border:#3a3a3a solid 1px;
	background-image:url(lines1.gif);
}
.account h4.acchead{
	width:748px;
	height:20px;
	padding:7px 10px 0px 10px;
	float:left;
	border-bottom:#3a3a3a solid 1px;
	background-image:url(sorting.gif);
	background-repeat:repeat-x;
}
.account .accinner{
	width:732px;
	margin:18px 0px 0px 18px;
	float:left;
}
.account .hello{
	float:left;
	width:732px;
	padding:10px 0px 20px 0px;
}
.account .hello h6{
	padding-bottom:5px;
}
/*
=======================================================================
	My Account Table
=======================================================================
*/
.account_table {
	width:730px;
	float:left;
	background-image:url(lines2.gif);
	border:#272727 solid 1px;
}
.recentorders h5{
	padding-bottom:10px;
}
.account_table ul{
	width:730px;
	list-style:none;
}
.account_table ul.headtable{
	width:724px;
	float:left;
	padding:0px 4px;
	height:30px;
	text-transform:uppercase;
}
.account_table ul.headtable li{
	padding-top:7px !important;
	height:23px;
	border-right:#272727 solid 1px;
}
.account_table ul li.nobordr{
	border-right:none;
}
.account_table ul.contable{
	width:722px;
	float:left;
	padding:0px 4px;
}
.account_table ul.grey{
	border-top:#272727 solid 1px !important;
	background-color:#0b0b0b;
}
.account_table ul li{
	float:left;
	padding:6px 0px;
	text-align:center;
	border-right:#272727 solid 1px;
}
.account_table ul li.order{
	width:99px;
}
.account_table ul li.date{
	width:99px;
}
.account_table ul li.ship{
	width:80px;
}
.account_table ul li.ordertotal{
	width:130px;
}
.account_table ul li.status{
	width:126px;
}
.account_table ul li.action {
	width:146px;
}
.account_table ul li.action a{
	padding:0px 6px;
	border-left:#999999 solid 1px;
}
.account_table ul li.action a.first{
	padding:0px 6px;
	border-left:none;
}
.sections {
	width:730px;
	border:#272727 solid 1px;
	background-image:url(lines2.gif);
	margin-top:15px;
}
.sections .sechead{
	width:100%;
	height:35px;
	background-image:url(sorting.gif);
	background-repeat:repeat-x;
	float:left;
	border-bottom:#272727 solid 1px;
}
.sections .sechead h6{
	float:left;
	padding:12px 0px 0px 10px;
}
.sections .sechead a{
	float:right;
	margin:11px 10px 0px 0px;
}
.sections .sec{
	width:365px;
	float:left;
	min-height:125px;
}
.sections .sec .txtsection{
	padding:10px;
}
.sections .secbordr{
	width:364px;
	border-left:#272727 solid 1px;
}
/*
=======================================================================
	View Tags Rules
=======================================================================
*/
.view_tags {
	width:732px;
	float:left;
	margin-bottom:10px;
}
.view_tags h6.simpletransform{
	width:338px;
	height:18px;
	padding:9px 10px 0px 10px;
	background-image:url(sorting.gif);
	background-repeat:repeat-x;
	border:#272727 solid 1px;
	margin:15px 0px 10px 0px;
}
.view_tags .tagssec{
	width:360px;
	float:right;
}
.view_tags .tagssec p{
	float:left;
	padding-right:3px;
}
.view_tags .tagssec a{
	float:left;
	padding-top:2px;
}
.view_tags .viewssec{
	width:360px;
	float:left;
}
.view_tags ul{
	list-style:none;
	width:360px;
}
.view_tags ul li{
	padding:5px 10px 5px 0px;
	width:350px;
	height:40px;
	float:left;
	margin-bottom:5px;
	border-bottom:#3c3c3c solid 1px;
}
.view_tags ul li h5.bullet{
	float:left;
	color:#fff;
	border-top:#f7ddc0 solid 1px;
	border-left:#f7ddc0 solid 1px;
	margin-right:10px;
	width:35px;
	height:23px;
	padding-top:10px;
	text-align:center;
	background-color:#377FA8;
}
.view_tags ul li h5.title{
	float:left;
	margin-top:2px;
	width:300px;
	padding-bottom:2px;
}
.view_tags ul li .starrating{
	margin:3px 0px 0px 29px;
}
/*
=======================================================================
	Static Page
=======================================================================
*/
.static{
	width:887px;
	padding:0 24px 20px 24px;
	float:left;
	background:#FFF;
	padding-bottom:20px;
}
.static h2.statichead{
	padding:0px 0px 10px 0px;
}
.static h3 span{
	padding:0px 0px 4px 0px;
}
.static p.txt{
	padding:5px 0px 10px 0px;
}
.static p.bigtxt{
	padding:10px 0px 10px 0px;
	font-size:12px;
}
.static .gallery{
	width:918px;
	padding:10px 0px;
	float:left;
	border-top:#3a3a3a solid 1px;
	border-bottom:#3a3a3a solid 1px;
}
.static .gallery ul{
	float:left;
	list-style:none;
}
.static .gallery ul li{
	float:left;
	padding-right:10px;
}
.static .gallery ul li a{
	float:left;
	border:#313131 solid 3px;
}
.static .staticsec{
	width:918px;
	padding:10px 0px;
	float:left;
	border-bottom:#3a3a3a solid 1px;
}
.bordrs {
	border:#313131 solid 3px;
	float:left;
}
.static p{
	padding-bottom:10px;
}
.static .staticsec .sec1{
	width:291px;
	float:left;
}
.static .staticsec .sec1 .bordrs{
	float:left;
	margin:0px 0px 10px 0px;
}
.static .staticsec .sec2{
	width:609px;
	float:right;
}
.static .staticsec .sec2 .bordrs{
	float:left;
	margin:0px 20px 10px 0px;
}
.static .sampletxt{
	width:918px;
	padding:10px 0px 8px 0px;
	float:left;
	border-bottom:#3a3a3a solid 1px;
	margin-bottom:10px;
}
.static .sampletxt p{
	float:left;
	margin-right:20px;
}
.static .staticsec .sec3{
	width:291px;
	float:left;
	margin:0px 23px 0px 22px;
}
.static .staticsec .sec4{
	width:291px;
	float:left;
}
.static h1{
	padding:10px 0px;
}
.static h1{
	padding:10px 0px;
}
.static span{
	padding:0px 0px 5px 0px;
}
.static h2{
	padding:8px 0px;
}
.static h3{
	padding:6px 0px;
}
.static h4{
	padding:5px 0px;
}
.static h5{

}
.static h5 span{
	padding-bottom:10px;
}
.static h6{
	padding:5px 0px;
}
.static ul.numbrs{
	width:100%;
	float:left;
	list-style-position:inside;
	list-style-type:decimal;
}
.static ul.numbrs li{
	padding-bottom:7px;
}
.static ul.arrosbullets, #errorbox ul {
	width:100%;
	float:left;
	list-style:none;
	margin-left:20px;
	margin-bottom:10px;
}
.static ul.arrosbullets li, #errorbox ul li{
	padding-bottom:7px;
	background-image:url(arrow.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:10px;
}
#errorbox {
	border: 1px solid #f00;
	padding:10px 20px;
	width:929px;
	margin-bottom:100px;
}
#errorbox p {
	color:#f00;
	font-size:1.2em;
	padding-bottom:10px;
}
/*
=======================================================================
	Static Page Form
=======================================================================
*/
.formssec{
	width:390px;
	float:left;
	border:#3a3a3a solid 1px;
	background-image:url(lines2.gif);
	padding-bottom:20px;
	margin-top:20px;
}
.formssec h4.formhead{
	width:370px;
	height:20px;
	padding:7px 10px 0px 10px;
	float:left;
	border-bottom:#3a3a3a solid 1px;
	background-image:url(sorting.gif);
	margin-bottom:10px;
}
.formssec ul{
	padding:10px 0px 0px 20px;
}
/*
=======================================================================
	Static Page Table
=======================================================================
*/
.tablesec{
	width:884px;
	/*float:right;
	float:left;*/
	border:#dccaad solid 2px;
	background:#FFF;
	margin: 20px auto 0px;
}
.tablesec .formhead{
	width:864px;
	height:20px;
	padding:7px 10px;
	float:left;
	background:#E9DBC5;
}
.tablesec ul{
	padding:10px 0px 0px 20px;
}
.static table{
	float:left;
	width:100%;
	border:#dccaad solid 0px;
}
.static tr.tablehead{
	background:#E9DBC5;
	font-weight:bold;
	color:#fff;
}
.static tr.tablehead td {
	padding:5px;
}
.static tr{
	padding:5px;
}
.static tr.tabledark{
	background-color:#FFF !important;
}
.static tr td{
	padding:10px;
	border:solid 0px !important;
	margin-left:100px;
}
.static .checkboxs{
	float:left;
	width:430px;
}
.static .checkboxs .checksec{
	float:left;
	width:200px;
}
/*
=======================================================================
	Footer
=======================================================================
*/
#footer{
	width:930px;
	margin:0 auto;
	padding-top:56px;
}
.footer_links{
	float:left;
	width:150px;
}
.footer_links a{
	line-height:1.3em;
	font-size:12px;
	text-shadow:1px 1px #FFF;
	color:#646464;
}
.footer_cel{
	float:left;
	width:240px;
	margin-right:20px;
}
.footer_cel p{
	line-height:1.3em;
	font-size:12px;
	text-shadow:1px 1px #FFF;
}







.ddsmoothmenu{
	margin:0 auto;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
margin-top:0px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
margin:0;
}

/*Top level menu link items on the left*/
.ddsmoothmenu ul li a{
display: block;
color: #03527a;
padding: 0px 13px 0px 13px;
text-decoration: none;
text-transform:uppercase;
font-size:22px;
font-family:Impact;
text-shadow: 1px 1px #4299c5;
font-weight:normal;
}

/*Top level menu link items on the right*/
.ddsmoothmenu ul li.small a{
padding: 0px 25px 0px 25px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #03527a;
text-shadow: 1px 1px #4299c5;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#FFF !important;
	text-decoration:underline;
}

.ddsmoothmenu ul li a:hover{
	color:#023b58 !important;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border:#3a3a3a solid 1px;
border-bottom:none;
width:148px !important;
margin-top:-1px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background-image:url(navi_bg.gif);
background-repeat:repeat-x;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 128px; /*width of sub menus*/
height:18px;
padding: 4px 10px 0px 10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #3a3a3a;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
text-transform:none;
}
.ddsmoothmenu ul li ul li a.down{
	background-image:url(down.gif);
	background-repeat:no-repeat;
	background-position:98% 85%;	
}
.ddsmoothmenu ul li ul li a.selected{
	background-color:#000;
	text-decoration:none;
}
.ddsmoothmenu ul li ul li a:hover{
	background-color:#000;
	text-decoration:none;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

}














.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 11px; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { background-image: url(input_bg.gif); color: #999999; outline: none; }



.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #999999; outline: none; text-decoration: none; }


.ui-state-error a, .ui-widget-content .ui-state-error a { color: #000; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #000; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 26px; height: 23px; background-image: url(select_down.gif); }
.ui-state-default .ui-icon { background-image: url(select_down.gif); }



/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; position:relative; height:23px; width:120px !important; text-decoration: none; overflow:hidden;}
.ui-selectmenu-icon { position:absolute; right:0px; margin-top:-12px; top: 50%; }
.ui-selectmenu-menu { padding:0px 1px; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; width:116px !important; background-image:url(lines.gif); background-repeat:repeat; margin-top:-1px; border-top:none; border-left:#585858 solid 1px; border-bottom:#585858 solid 1px; border-right:#585858 solid 1px;}
.ui-selectmenu-open { visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 22px !important; display:block; outline:none; text-decoration:none; padding-left:10px; font-size:11px; }
.ui-selectmenu-menu li a:hover,.ui-selectmenu-status:hover { background-color:#000;}
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-status:hover { background-color:transparent; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a {  }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content {  }
.ui-selectmenu-menu li .ui-selectmenu-item-footer {}
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 11px; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }


/* myJunk */
.bannerR {
	width:275px;
	height:387px;
	float:left;
	position:relative;
	background-image:url(banner1a.jpg);
	background-repeat:no-repeat;
}

.bannerR p {
	margin:210px 15px 10px 20px ;
}

.bannerR p a {
	padding: 6px 20px; margin-left:55px;
}
.headUnderline {
	border-bottom:1px solid #377FA8;
	margin-bottom:20px;
}
