@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}
body {
	background-image:url(../images/bg1.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fefefe;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}
.bgbanner {
	background-image:url(../images/bg.gif);
}
a {
	text-decoration:none;
	outline:none;
	color:#666;
}
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:#1367bb !important;
}
.white {
	color:#fff !important;
}
.black {
	color:#000 !important;
}
h1 {
	font-size:22px;
	font-weight:normal;
}
h2 {
	font-size:20px;
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:normal;
}
h4 {
	font-size:16px;
	font-weight:normal;
}
.subhead {
	margin-top:20px;
	width:100%;
	float:left;
}
h5 {
	font-size:14px;
	font-weight:normal;
}
h6 {
	font-size:12px;
	font-weight:normal;
}
p {
	line-height:18px;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.heading {
	padding:15px 0px 8px 0px;
	width:100%;
	border-bottom:#cccccc solid 1px;
	margin-bottom:10px;
	text-transform:uppercase;
}
input {
	font-size:11px;
}
.itlc {
	font-style:italic;
}
.noback {
	background-image:none !important;
}
.noborder {
	border:none !important;
}
.simpletransform {
	text-transform:none !important;
}
/*
=======================================================================
	Buttons
=======================================================================
*/
/* Button One */
a.buttonone {
	float:left;
	height:20px;
	padding:4px 15px 0px 15px;
	background-image:url(../images/button.gif);
	background-repeat:repeat-x;
	display:inline-block;
	color:#fff;
	border:#2b2b2b solid 1px;
}
/*
=======================================================================
	Input Form Rules
=======================================================================
*/
ul.forms {
	float:left;
	list-style:none;
	padding:0px 20px 10px 0px;
}
ul.smallforms {
	padding:0px 20px 3px 0px !important;
}
ul.forms li{
}
ul.forms li.txt{
	width:229px;
	color:#666;
	padding-top:5px;
}
ul.forms li.smalltxt{
	float:left;
	width:70px;
	color:#666;
	padding-top:5px;
}
.req {
	color:#F00;
}
ul.forms li.inputfield{
	float:left;
}
ul.forms li.inputfield input{
	width:229px;
	height:20px;
	line-height:20px;
	background-image:url(../images/search_input_bg.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	border:#cccccc solid 1px;
	padding:0px 5px;
}
ul.forms li.inputfield select{
	width:241px;
	height:20px;
	background-image:url(../images/search_input_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	border:#cccccc solid 1px;
}
ul.forms li.textfield{
	float:left;
}
ul.forms li.textfield textarea{
	width:340px;
	height:110px;
	background-image:url(../images/search_input_bg.gif);
	background-repeat:repeat-x;
	border:#cccccc solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	background-color:#fff;
}
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;
}
/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:960px;
	margin:0px auto;
}
/*
=======================================================================
	Header Rules
=======================================================================
*/
#masthead {
	width:960px;
	float:left;
	color:#ccc;
	height:147px;
}
#masthead .lefthead{
	float:left;
	width:837px;
	padding-top:5px;
}
#masthead .lefthead p{
	float:left;
	color:#CCC;
}
#masthead .lefthead ul.links{
	float:left;
	list-style:none;
	padding-left:10px;
	padding-top:2px;
}
#masthead .lefthead ul.links li{
	float:left;
	padding:0px 10px;
	background-image:url(../images/top_sep.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#masthead .lefthead ul.links li.last{
	background-image:none;
}
#masthead .lefthead ul.links li a{
	float:left;
	color:#CCC;
}
#masthead .lefthead ul.links li a:hover{
	color:#1367bb;
	text-decoration:underline;
}
#masthead .lefthead ul.flags{
	float:left;
	list-style:none;
	padding-left:10px;
	padding-top:2px;
	color:#ccc;
}
#masthead .lefthead ul.flags li{
	float:left;
	padding:0px 5px;
}
#masthead .lefthead ul.flags li a img{
	float:left;
	padding-top:3px;
}
#masthead .logo{
	float:left;
	padding-top:23px;
	width:220px;
}
#masthead .righthead{
	float:right;
}
.search {
	float:right;
	height:25px;
	padding:6px;
	background-image:url(../images/search_bg.gif);
	background-repeat:repeat-x;
	border:#991127 solid 1px;
	margin:20px 20px 0px 0px;
}
.search input{
	float:left;
	width:280px;
	height:23px;
	line-height:23px;
	padding:0px 5px;
	background-image:url(../images/search_input_bg.gif);
	background-repeat:repeat-x;
	border:#cacaca solid 1px;
	margin-right:5px;
	color:#666;
}
.search a.searchbtn{
	float:left;
	display:inline-block;
	height:20px;
	padding:3px 15px 0px 15px;
	background-image:url(../images/search.gif);
	background-repeat:repeat-x;
	border:#888888 solid 1px;
	color:#FFF;
}
#masthead .cart_tab{
	float:right;
	width:100px;
	height:95px;
	padding:50px 10px 0px 10px;
	background-image:url(../images/cart_bg.png);
	background-repeat:no-repeat;
	display:inline-block;
	text-align:center;
}
#masthead .cart_tab h5{
	padding:0px 0px 3px 0px;
	float:left;
}
#masthead .cart_tab h4{
	float:left;
	width:100px;
	text-align:left;
}
#masthead .cart_tab a.viewcart{
	padding:5px 10px;
	display:inline-block;
	background-color:#1367bb;
	color:#FFF;
	margin-top:7px;
	clear:both;
}
/*
=======================================================================
	Banner Rules
=======================================================================
*/
#banner {
	width:960px;
	height:439px;
	padding-top:22px;
	background-image:url(../images/banner_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 22px;
}
#banner .sliderwrapper{
	position: relative;
	overflow: hidden;
	width:960px;
}
#banner .sliderwrapper .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width:960px;
}
.scrollingbanner {
	overflow:hidden;
	height:401px;
}
#banner .desc{
	float:left;
	width:352px;
	height:331px;
	padding:70px 50px 0px 70px;
}
#banner .desc h1{
	text-transform:uppercase;
	padding-bottom:10px;
	color:#FFF;
}
#banner .desc p{
	color:#FFF;
}
#banner .desc .buttons_banner{
	color:#FFF;
	width:352px;
	border-top:#666666 solid 1px;
	margin-top:60px;
	padding-top:20px;
}
#banner .desc .buttons_banner a{
	margin-right:10px;
}
#banner .thumb{
	float:left;
	width:449px;
	height:351px;
	padding:50px 0px 0px 39px;
	overflow:hidden;
}
#banner .thumb img{
	float:left;
	width:327px;
	height:246px;
}
#banner .shadow{
	float:left;
	width:327px;
	height:246px;
	position:absolute;
	background-image:url(../images/shadow.png);
	background-repeat:no-repeat;
	margin:50px 0px 0px 511px;
}
#banner #paginate-slider2{
	width:960px;
	text-align:center;
	margin-top:-40px;
}
#banner #paginate-slider2 a.toc{
	width:16px;
	height:16px;
	background-image:url(../images/bullets.png);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
}
#banner #paginate-slider2 a.selected{
	background-position:bottom;
}
#banner #paginate-slider2 a.prev{
	width:50px;
	height:50px;
	background-image:url(../images/previous.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	position:absolute;
	margin:-185px 0px 0px -25px;
}
#banner #paginate-slider2 a.next{
	width:50px;
	height:50px;
	background-image:url(../images/next.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	position:absolute;
	margin:-185px 0px 0px 935px;
}
/*
=======================================================================
	Scroller Rules
=======================================================================
*/
#scroller {
	width:960px;
	padding:20px 0px 20px 0px;
	float:left;
}

#scroller a.prevbtns{
	width: 44px;
	height:44px;
	background-image:url(../images/left.gif);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	margin-left:-20px;
	margin-top:132px;
}
#scroller a.nextbtns{
	width: 44px;
	height:44px;
	background-image:url(../images/right.gif);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	margin-right:-30px;
	margin-top:132px;
}
.bigscroll {
	padding:20px 0px 0px 0px;
	float:right;
}
.bigscroll ul{ 
	float:left;
	list-style:none;
	overflow:hidden !important;
}
.bigscroll ul li{ 
	float:left;
	width:150px !important;
	height:256px !important;
	padding:11px 13px 0px 10px;
	background-image:url(../images/scroller_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:inline;
	margin-right:7px;
}
.bigscroll ul li a.thumb{ 
	float:left;
	width:150px;
	height:216px;
	margin-bottom:13px;
}
.bigscroll ul li a.thumb:hover .title{
	display:block;
}
.bigscroll ul li .title{ 
	float:left;
	width:140px;
	padding:5px;
	background-image:url(../images/white.png);
	margin-top:-68px;
	display:none;
}
.bigscroll ul li:hover .title{ 
	display:block;
}
.bigscroll ul li .title h6{ 
	padding-bottom:5px;
}
.bigscroll ul li .title a.add{ 
	float:left;
	background-image:url(../images/add.gif);
	background-repeat:no-repeat;
	background-position:left;
	clear:both;
	color:#666666;
	padding-left:20px;
	width:120px;
}
.bigscroll ul li p{ 
	float:left;
	padding-left:20px;
}
.bigscroll ul li a.addtocart{ 
	float:right;
	width:15px;
	height:15px;
	background-image:url(../images/cart.gif);
	background-repeat:no-repeat;
}
.overline {
	text-decoration:line-through;
}
/*
=======================================================================
	Sections Rules
=======================================================================
*/
#sections {
	float:left;
	width:960px;
	padding:20px 0px;
}
#sections .sec{
	float:left;
	width:308px;
	background-image:url(../images/secs_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#sections .sec h5{
	text-transform:uppercase;
	padding:8px 0px 12px 0px;
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:left;
}
#sections .sec h5.who{
	background-image:url(../images/who.gif);
}
#sections .sec h5.what{
	background-image:url(../images/what.gif);
}
#sections .sec h5.packages{
	background-image:url(../images/packages.gif);
}
#sections .sec .sectop{
	float:left;
	width:308px;
	height:4px;
	background-image:url(../images/secs_top.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#sections .sec .secbottom{
	float:left;
	width:258px;
	min-height:270px;
	padding:10px 25px 25px 25px;
	background-image:url(../images/secs_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#sections .sec1 p{
	padding-bottom:10px;
}
#sections .sec a.readmore{
	text-decoration:underline;
}
#sections .sec a.readmore:hover{
	color:#1367bb;
}
#sections .sec2{
	margin:0px 18px;
}
#sections .sec2 ul{
	float:left;
	list-style:none;
	width:258px;
	padding-bottom:10px;
}
#sections .sec2 ul li{
	float:left;
	width:238px;
	padding:7px 0px 7px 20px;
	background-image:url(../images/secs_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	border-bottom:#cccccc solid 1px;
}
#sections .sec2 ul li a{
	color:#666;
}
#sections .sec2 ul li a:hover{
	color:#1367bb;
}
#sections .sec3 ul{
	float:left;
	list-style:none;
	width:258px;
	padding-bottom:10px;
}
#sections .sec3 ul li{
	float:left;
	width:258px;
	padding:5px 0px 17px 0px;
	border-bottom:#cccccc solid 1px;
	margin-bottom:10px;
}
#sections .sec3 ul li h6{
	padding:0px 0px 5px 0px;
}
#sections .sec3 ul li.last{
	margin-bottom:0px;
}
#sections .sec3 ul li a{
	color:#666;
}
#sections .sec3 ul li a:hover{
	color:#1367bb;
}
/*
=======================================================================
	Bread Crumb Rules
=======================================================================
*/
#crumb {
	float:left;
	width:938px;
	height:24px;
	padding:6px 10px 0px 10px;
	border:#a5a5a5 solid 1px;
	background-color:#FFF;
	margin:17px 0px 14px 0px;
}
#crumb p{
	float:left;
	padding-right:10px;
}
#crumb ul{
	float:left;
	list-style:none;
	padding-top:2px;
}
#crumb ul li{
	float:left;
	background-image:url(../images/crumb_sep.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:0px 10px;
}
#crumb ul li.first{
	background-image:none;
	padding-left:0px;
}
#crumb ul li a{
	float:left;
	color:#666;
}
#crumb ul li a:hover{
	color:#1367bb;
	text-decoration:underline;
}

/*
=======================================================================
	Content Section Rules
=======================================================================
*/
#content_sec {
	float:left;
	width:960px;
	padding-bottom:20px;
}
/*
=======================================================================
	Content Section Rules
=======================================================================
*/
#content_sec .col1{
	float:left;
	width:233px;
}
#content_sec .col1 .smallbox{
	float:left;
	width:233px;
	margin-bottom:10px;
}
#content_sec .col1 .smallbox .boxtop{
	float:left;
	width:233px;
	height:4px;
	background-image:url(../images/col1_top.gif);
}
#content_sec .col1 .smallbox .boxbottom{
	float:left;
	width:233px;
	padding-bottom:60px;
	background-image:url(../images/col1_bottom.gif);
	background-position:bottom;
}
#content_sec .col1 .smallbox .boxbottom h5{
	float:left;
	width:100%;
	padding-bottom:15px;
	text-transform:uppercase;
}
/*
=======================================================================
	My Cart Rules
=======================================================================
*/
.mycart {
	float:left;
	padding:10px 12px 0px 10px;
	width:211px;
}
.mycart p.items{
	float:left;
}
.mycart p.items a{
	background-image:url(../images/crumb_sep.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	margin-left:5px;
	color:#666;
	text-decoration:underline;
}
.mycart ul{
	float:left;
	width:211px;
	padding:10px 0px;
	list-style:none;
}
.mycart ul li{
	float:left;
	width:189px;
	padding:8px 10px 7px 10px;
	height:30px;
	background-image:url(../images/cart_col1_bg.gif);
	background-repeat:repeat-x;
	border:#f0f0f0 solid 1px;
}
.mycart ul li h6{
	float:left;
	width:189px;
	padding-bottom:3px;
}
.mycart ul li p.quantity{
	float:left;
}
.mycart ul li p.price{
	float:right;
}
.mycart p.subtotal{
	float:left;
}
.mycart a.buttonone{
	float:right;
}
/*
=======================================================================
	Compare Products
=======================================================================
*/
.compare {
	float:left;
	padding:10px 12px 0px 10px;
	width:211px;
}
.compare p{
	padding-bottom:8px;
}
.compare ul{
	width:211px;
	float:left;
	list-style:none;
	margin-bottom:20px;
}
.compare ul li{
	width:211px;
	float:left;
	padding:5px 0px;
	border-bottom:#cccccc dotted 1px;
}
.compare ul li a{
	color:#666;
}
.compare ul li a.title{
	float:left;
	width:200px;
}
.linethr {
	text-decoration:line-through;
}
/*
=======================================================================
	Poll
=======================================================================
*/
.poll {
	float:left;
	padding:10px 12px 0px 10px;
	width:211px;
}
.poll p{
	float:left;
	padding:7px 0px;
	width:211px;
}
.poll ul{
	width:211px;
	float:left;
	padding:15px 0px;
	border-top:#d8d8d8 solid 1px;
	border-bottom:#d8d8d8 solid 1px;
	list-style:none;
	margin-bottom:10px;
}
.poll ul li{
	width:190px;
	float:left;
	padding:4px 10px;
}
.poll ul li input{
	float:left;
	margin-right:10px;
}
/*
=======================================================================
	My Account Navigation
=======================================================================
*/
.accountnavi {
	float:left;
	padding:10px 12px 0px 10px;
	width:211px;
}
.accountnavi ul{
	float:left;
	width:211px;
	list-style:none;
}
.accountnavi ul li{
	float:left;
	width:200px;
	padding:5px 0px 5px 11px;
	background-image:url(../images/left_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	border-bottom:#CCC dotted 1px;
}
/*
=======================================================================
	Column 2 Rules
=======================================================================
*/
.col2 {
	float:right;
	width:713px;
}
/*
=======================================================================
	Small Banner Rules
=======================================================================
*/
.small_banner {
	width:708px;
	height:178px;
	padding:1px 4px 5px 1px;
	margin:10px 0px;
	background-image:url(../images/small_banner_bg.gif);
	background-repeat:no-repeat;
}
/*
=======================================================================
	Sorting Rules
=======================================================================
*/
.sorting {
	width:693px;
	height:56px;
	padding:0px 10px;
	margin:7px 0px 17px 0px;
	background-image:url(../images/sorting.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	color:#666;
}
.sorting p{
	padding-top:3px;
}
.sorting ul{
	float:left;
	list-style:none;
}
.sorting ul li{
	float:left;
	height:23px;
	padding:4px 10px 0px 10px;
}
.sorting ul li.last{
	border-right:none;
}
.sorting ul li.text{
	height:21px;
	padding:5px 10px 0px 10px;
}
/*
=======================================================================
	Listing Rules
=======================================================================
*/
.listing {
	width:713px;
	float:left;
}
.listing ul{ 
	float:left;
	list-style:none;
	width:713px;
}
.listing ul li{ 
	float:left;
	width:150px;
	height:256px;
	padding:11px 13px 0px 10px;
	background-image:url(../images/scroller_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:inline;
	margin-right:7px;
	margin-bottom:20px;
}
.listing ul li.last{ 
	margin-right:0px;
}
.listing ul li a.thumb{ 
	float:left;
	width:150px;
	height:216px;
	margin-bottom:13px;
}
.listing ul li a.thumb:hover .title{
	display:block;
}
.listing ul li .title{ 
	float:left;
	width:140px;
	padding:5px;
	background-image:url(../images/white.png);
	margin-top:-68px;
	display:none;
}
.listing ul li:hover .title{ 
	display:block;
}
.listing ul li .title h6{ 
	padding-bottom:5px;
}
.listing ul li .title a.add{ 
	float:left;
	background-image:url(../images/add.gif);
	background-repeat:no-repeat;
	background-position:left;
	clear:both;
	color:#666666;
	padding-left:20px;
	width:120px;
}
.listing ul li p{ 
	float:left;
	padding-left:15px;
}
.listing ul li a.addtocart{ 
	float:right;
	width:15px;
	height:15px;
	background-image:url(../images/cart.gif);
	background-repeat:no-repeat;
}
/*
=======================================================================
	Product Detail Page Rules
=======================================================================
*/
.prod_detail {
	width:713px;
	float:left;
}
.prod_detail .big_thumb{
	width:331px;
	height:580px;
	float:left;
	overflow:hidden !important;
	background-image:url(../images/thumb_bg_small.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.prod_detail .contentdiv {
	width:331px !important;
	height:454px !important;
	overflow:hidden !important;
	float:left;
}
.prod_detail .contentdiv img{
	width:288px !important;
	height:410px !important;
	overflow:hidden !important;
	float:left;
	margin:0px 0px 0px 0px;
	z-index:1;
}
.big_thumb #slider2{
	width:288px;
	height:410px;
	padding:20px 23px 24px 20px;
	overflow:hidden !important;
	float:left;
	background-image:url(../images/thumb_bg.gif);
	margin-bottom:24px;
}
.big_thumb #paginate-slider2{
	width:264px !important;
	height:60px;
	overflow:hidden;
	float:left;
	margin:17px 0px 0px 0px;
}
.big_thumb #paginate-slider2 ul{
	width:2000px !important;
	float:left;
}
.prod_detail #paginate-slider2 li{
	margin-right:9px;
}
.prod_detail #paginate-slider2 li a{
	border:#c2c2c2 solid 1px;
	float:left;
	height:55px !important;
	width:55px !important;
}
.prod_detail #paginate-slider2 li a.selected{
	border:#999 solid 1px;
}
.prod_detail #paginate-slider2 img{
	float:left;
	height:55px;
	width:55px;
	z-index:1;
}
.prod_detail a.prevbtns {
	float:left;
	margin:38px 7px 0px 20px;
}
.prod_detail a.nextbtns {
	float:left;
	margin:38px 5px 0px 5px;
}
.zoom {
	background-repeat:no-repeat;
	background-position:top left;
	width:288px;
	height:410px;
	margin:-410px 0px 0px 0px;
	z-index:9;
	font-size:1000px;
	overflow:hidden;
	display:block;
	float:left;
}
.zoom:hover {
	background-image:url(../images/zoom.png);
}
.prod_detail .desc{
	width:353px;
	float:right;
}
.desc h5{
	padding:0px 0px 0px 0px;
	float:left;
}
.desc h2{
	padding:10px 0px;
}
.desc p.avail{
	padding:5px 0px;
}
.desc p{
	padding:0px 0px 5px 0px;
}
.desc a.links{
	padding:5px 0px;
	float:left;
}
.desc ul{
	padding:10px 0px;
	list-style:none;
}
.desc ul li{
	float:left;
	margin-right:10px;
}
.desc ul li.txt{
	padding-top:3px;
}
.desc ul li input{
	float:left;
	width:35px;
	height:18px;
	line-height:18px;
	border:#d0d0d0 solid 1px;
}
.desc ul li a.addbutn{
	float:left;
	height:16px;
	padding:2px 15px 0px 15px;
	background-image:url(../images/button.gif);
	background-repeat:repeat-x;
	display:inline-block;
	color:#fff;
	border:#2b2b2b solid 1px;	
}
.desc a.addbtn{
	float:left;
	display:inline-block;
	background-color:#FFF;
	border:#a8a8a8 solid 1px;
	background-image:url(../images/addbtn.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding:3px 10px 3px 20px;
	margin-right:10px;
}
.prod_detail .quickreview{
	width:353px;
	float:left;
	padding:20px 0px 10px 0px;
	margin:20px 0px 10px 0px;
	border-top:#a4a4a4 solid 1px;
}
.quickreview h6{
	padding:0px 0px 10px 0px;
}

.prod_desc {
	width:700px;
	float:left;
	background-image:url(../images/prod_desc.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	margin-top:40px;
}
.prod_desc ul#tab_menu{
	float:left;
	list-style:none;
	height:26px;
	border-right:none;
	width:713px;
	border-bottom:#cecece solid 1px;
}
.prod_desc ul#tab_menu li{
	float:left;
}
.prod_desc ul#tab_menu li a{
	padding:4px 8px 0px 8px;
	height:20px;
	color:#666;
	border:#b2b2b2 solid 1px;
	background-color:#FFF;
	background-repeat:repeat-x;
	display:inline-block;
	cursor:pointer;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	margin-right:1px;
}
.prod_desc ul#tab_menu li a:hover{
	background-image:url(../images/button.gif);
	color:#fff;
}
.prod_desc ul#tab_menu li a.current{
	background-image:url(../images/button.gif);
	color:#fff;
}
.prod_desc .tab_sidebar_list{
	display:none;
	padding:10px 0px;
}
.tags_big {
	padding:0px 0px 20px 0px;
	float:left;
	width:100%;
}
.tags_big h4{
	padding:10px 0px 20px 0px;
	float:left;
	width:100%;
}
.tags_big h6.bar{
	margin-bottom:10px;
}
.tags_big ul{
	float:left;
	list-style:none;
	padding:10px 0px;
}
.tags_big ul li{
	float:left;
	padding:0px 10px;
	background-image:url(../images/sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-bottom:10px;
}
.tags_big ul li.last{
	background:none;
}
.tags_big input.bar{
	float:left;
	background-color:#FFF;
	border:#999 solid 1px;
	height:24px;
	line-height:24px;
	width:200px;
	margin:5px 0px 10px 0px;
}
.tags_big input.simplebtn{
	margin:0px 0px 10px 0px;
}
.rating {
	float:left;
	padding:12px 0px;
}
.rating ul{
	float:left;
	list-style:none;
}
.rating ul li{
	float:left;
	margin-right:2px;
}
ul.reviews{
	float:left;
	list-style:none;
	padding-bottom:20px;
}
ul.reviews li{
	float:left;
	background-image:url(../images/sep3.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 10px 0px 0px;
}
ul.reviews li.last{
	background-image:none;
	padding:0px 0px 0px 10px;
}
ul.reviews li a{
	color:#000;
}
/*
=======================================================================
	Shopping Cart Rules
=======================================================================
*/
.shopcart {
	width:960px;
	float:left;
}
.shopcart a.continueshop{
	height:24px;
	padding:8px 20px 0px 20px;
	background-image:url(../images/continue_bg.gif);
	background-repeat:repeat-x;
	color:#FFF;
	border:#818181 solid 1px;
}
.shopcart h3{
	padding:9px 0px 0px 0px;
}
.shopcart .cartitems{
	width:960px;
	float:left;
	padding:20px 0px;
}
.shopcart .cartitems ul.head{
	width:958px;
	height:25px;
	float:left;
	list-style:none;
	color:#333;
}
.shopcart .cartitems ul.head li.image{
	float:left;
	padding:0px 0px 0px 10px;
	width:67px;
}
.shopcart .cartitems ul.head li.title{
	width:369px;
	float:left;
	padding-left:10px;
}
.shopcart .cartitems ul.head li.delete{
	width:51px;
	float:left;
	padding:0px 0px 0px 10px;
}
.shopcart .cartitems ul.head li.quantity{
	width:142px;
	float:left;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.shopcart .cartitems ul.head li.unitprice{
	width:140px;
	float:left;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.shopcart .cartitems ul.head li.subtotal{
	width:148px;
	float:left;
	padding-right:10px;
	text-align:right;
}
.shopcart .cartitems ul.cartlist{
	width:958px;
	height:65px;
	float:left;
	background-image:url(../images/cart_item_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFF;
	border:#acacac solid 1px;
	list-style:none;
	margin-top:-1px;
}
.shopcart .cartitems ul.cartlist li.image{
	height:57px;
	float:left;
	padding:8px 0px 0px 10px;
	width:67px;
}
.shopcart .cartitems ul.cartlist li.title{
	height:40px;
	width:379px;
	float:left;
	padding:25px 0px 0px 10px;
}
.shopcart .cartitems ul.cartlist li.delete{
	height:40px;
	width:41px;
	float:left;
	padding:25px 0px 0px 10px;
	border-right:#cecece solid 1px;
}
.shopcart .cartitems ul.cartlist li.quantity{
	height:44px;
	width:132px;
	float:left;
	padding:22px 0px 0px 10px;
	border-right:#cecece solid 1px;
	text-align:center;
}
.shopcart .cartitems ul.cartlist li.quantity p{
	float:left;
	margin-left:20px;
}
.shopcart .cartitems ul.cartlist li.quantity input{
	float:left;
	width:21px;
	height:20px;
	line-height:20px;
	background-color:#FFF;
	border:#bcbcbc solid 1px;
	text-align:center;
	margin-left:10px;
}
.shopcart .cartitems ul.cartlist li.unitprice{
	height:44px;
	width:138px;
	float:left;
	padding:22px 0px 0px 0px;
	border-right:#cecece solid 1px;
	text-align:center;
}
.shopcart .cartitems ul.cartlist li.subtotal{
	height:44px;
	width:148px;
	float:left;
	padding:22px 10px 0px 0px;
	text-align:right;
}
.shopcart .cartitems ul.cartlist li.buttn{
	height:46px;
	width:779px;
	float:left;
	border-right:#cecece solid 1px;
	padding:20px 20px 0px 0px;
	text-align:center;
}
.shopcart .cartitems ul.cartlist li.subtotalcolrd{
	height:42px;
	width:148px;
	float:left;
	padding:24px 10px 0px 0px;
	text-align:right;
}
/*
=======================================================================
	Discount Coupon
=======================================================================
*/
.discount {
	float:left;
	width:609px;
	height:75px;
	padding:15px;
	background-image:url(../images/cart_section_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border:#b2b2b2 solid 1px;
	background-color:#FFF;
}
.discount h6{
	float:left;
	width:609px;
	padding-bottom:25px;
}
.discount input{
	float:left;
	width:480px;
	height:24px;
	line-height:24px;
	padding:0px 5px;
	background-color:#FFF;
	border:#b2b2b2 solid 1px;
}
.discount a{
	float:right;
}
/*
=======================================================================
	Total
=======================================================================
*/
.total {
	float:right;
	width:300px;
}
.total ul{
	float:left;
	width:298px;
	list-style:none;
	background-image:url(../images/cart_section_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFF;
	border:#b2b2b2 solid 1px;
}
.total ul li.sub{
	float:left;
	width:148px;
	border-right:#cccccc solid 1px;
	text-align:center;
	height:45px;
	padding-top:16px;
}
.total ul li.totalprice{
	float:left;
	width:149px;
	text-align:center;
	height:46px;
	font-size:13px;
	padding-top:15px;
}
.total a.proceed{
	float:left;
	width:298px;
	height:30px;
	padding-top:12px;
	border:#898989 solid 1px;
	background-image:url(../images/proceed.gif);
	background-repeat:repeat-x;
	color:#FFF;
	font-size:14px;
	text-align:center;
}
.total p{
	float:left;
	padding-top:5px;
}
/*
=======================================================================
	Relevant Products
=======================================================================
*/
.relavent_prods {
	float:left;
	width:609px;
	height:247px;
	padding:15px;
	background-image:url(../images/cart_section_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border:#b2b2b2 solid 1px;
	background-color:#FFF;
}
.relavent_prods h6.title{
	float:left;
	width:609px;
	padding-bottom:25px;
}
.relavent_prods ul{
	float:left;
	list-style:none;
	width:609px;
}
.relavent_prods ul li{
	width:278px;
	padding:10px;
	border:#CCC solid 1px;
}
.relavent_prods ul li .thumb{
	width:121px;
	float:left;
}
.relavent_prods ul li .desc{
	float:left;
}
.relavent_prods ul li .desc h6{
	margin-bottom:5px;
}
.relavent_prods ul li .desc a.buttonone{
	margin-top:10px;
}
/*
=======================================================================
	Estimate
=======================================================================
*/
.estimate {
	float:right;
	width:268px;
	height:247px;
	padding:15px;
	background-image:url(../images/cart_section_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border:#b2b2b2 solid 1px;
	background-color:#FFF;
}
.estimate p{
	width:268px;
	float:left;
	padding-top:10px;
}
.estimate ul{
	width:268px;
	float:left;
	list-style:none;
	margin-top:10px;
}
.estimate ul li{
	width:268px;
	float:left;
	padding-bottom:5px;
}
.estimate ul li input.bar{
	width:245px;
	height:24px;
	line-height:24px;
	background-color:#FFF;
	border:#a0a0a0 solid 1px;
	float:left;
}
.estimate ul li select.bar{
	width:245px;
	height:24px;
	background-color:#FFF;
	border:#a0a0a0 solid 1px;
	float:left;
}
/*
=======================================================================
	Login Rules
=======================================================================
*/
.login {
	width:960px;
	float:left;
}
.login h5{
	padding:0px 0px 20px 0px;
}
/*
=======================================================================
	Sign In Rules
=======================================================================
*/
.login .signin{
	width:428px;
	height:222px;
	padding:20px;
	float:left;
	background-image:url(../images/cart_section_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFF;
	border:#b2b2b2 solid 1px;
	margin-top:10px;
}
.login .signin p{
	padding-bottom:10px;
}
.login .signin ul{
	float:left;
	list-style:none;
	padding-bottom:10px;
}
.login .signin ul li{
	float:left;
}
.login .signin ul li.txt{
	float:left;
	width:100px;
	padding-top:4px;
}
.login .signin ul li.field{
	float:left;
	width:292px;
}
.login .signin ul li.field input{
	float:left;
	width:280px;
	height:23px;
	line-height:23px;
	padding:0px 5px;
	background-image:url(../images/search_input_bg.gif);
	background-repeat:no-repeat;
	border:#cccccc solid 1px;
}
.login .signin ul li.field a.forget{
	margin-left:10px;
	margin-top:6px;
	float:right;
	margin-right:20px;
}
/*
=======================================================================
	New Customer Rules
=======================================================================
*/
.login .newcus{
	width:428px;
	height:222px;
	padding:20px;
	float:right;
	background-image:url(../images/cart_section_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFF;
	border:#b2b2b2 solid 1px;
	margin-top:10px;
}
.login .newcus p{
	width:428px;
	padding:0px 0px 20px 0px;
}
/*
=======================================================================
	My Account Rules
=======================================================================
*/
.myaccount {
	float:left;
	width:713px;
}
.myaccount h5.acc_head{
	padding:0px 0px 10px 0px;
}
.myaccount .welcome{
	float:left;
	width:713px;
	padding:10px 0px 20px 0px;
}
.myaccount .welcome h6{
	padding:0px 0px 10px 0px;
}
.bigbox{
	float:left;
	width:713px;
	margin-bottom:20px;
}
.bigbox .boxtop{
	float:left;
	width:713px;
	height:4px;
	background-image:url(../images/col2_top.gif);
}
.bigbox .boxbottom{
	float:left;
	width:709px;
	padding:0px 3px 0px 1px;
	padding-bottom:20px;
	background-image:url(../images/col2_bottom.gif);
	background-position:bottom;
}
.account_table {
	width:709px;
}
.account_table ul{
	width:709px;
	list-style:none;
}
.account_table ul.headtable{
	width:703px;
	border-bottom:#ababab solid 1px;
	background-repeat:repeat-x;
	float:left;
	padding:0px 3px 0px 4px;
	height:23px;
}
.account_table ul.headtable li{
	padding-top:4px !important;
}
.account_table ul.contable{
	width:701px;
	float:left;
	padding:0px 4px;
}
.account_table ul.gray{
	background-color:#fbfbfb;
}

.account_table ul li{
	float:left;
	background-image:url(../images/grey_border.gif);
	background-repeat:repeat-y;
	background-position:100% 0%;
	padding:6px 0px;
	text-align:center;
}
.account_table ul li.order{
	width:110px;
}
.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:#666 solid 1px;
}
.account_table ul li.action a.first{
	padding:0px 6px;
	border-left:none;
}

.left_sec {
	width:313px;
	min-height:98px;
	padding:15px;
	background-image:url(../images/sec_sep.gif);
	background-repeat:no-repeat;
	background-position:right top;
	float:left;
}
.right_sec {
	width:333px;
	min-height:98px;
	padding:15px;
	float:left;
}

.view_tags {
	width:713px;
	float:left;
	margin-bottom:10px;
}
.view_tags .tagssec{
	width:340px;
	float:right;
}
.view_tags .tagssec p{
	float:left;
	padding-right:3px;
	margin-left:31px;
}
.view_tags .tagssec a{
	float:left;
	padding-top:2px;
}
.view_tags .viewssec{
	width:340px;
	float:left;
}
.view_tags ul{
	list-style:none;
	width:340px;
}
.view_tags ul li{
	padding:10px;
	border:#b5b5b5 solid 1px;
	width:318px;
	height:40px;
	float:left;
	background-image:url(../images/tags_bg.gif);
	background-repeat:repeat-x;
	margin-bottom:5px;
	background-color:#f7f7f7;
}
.view_tags ul li h5.bullet{
	float:left;
	background-image:url(../images/headingbullet.gif);
	background-repeat:repeat-x;
	color:#000;
	border:#9c9c9c solid 1px;
	margin-right:10px;
	width:16px;
	height:15px;
	padding-top:1px;
	text-align:center;
}
.view_tags ul li h5.title{
	float:left;
	margin-top:2px;
	width:280px;
	padding-bottom:6px;
}
.view_tags ul li .starrating{
	margin:3px 0px 0px 29px;
}
/*
=======================================================================
	Static Page Rules
=======================================================================
*/
.static {
	float:left;
	width:960px;
}
a.bordrs {
	padding:3px;
	border:#c9c9c9 solid 1px;
	background-color:#FFF;
	float:left;
}
.strip {
	width:958px;
	float:left;
	border:#b5b5b5 solid 1px;
	background-image:url(../images/tags_bg.gif);
	background-repeat:repeat-x;
}
.strip p{
	float:left;
	margin-right:20px;
}
.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{
	padding:5px 0px;
}
.static h5 span{
	padding-bottom:10px;
}
.static h6{
	padding:5px 0px;
}
.static_list {
	width:940px;
	float:left;
}
.static_list ul{
	list-style:none;
	float:left;
}
.static_list ul li{
	float:left;
	width:438px;
	margin:0px 20px 0px 0px;
	padding:30px 0px 30px 0px !important;
}
.static_list ul li.last{
	border-right:none;
	margin-right:0px;
	margin-left:10px;
}
.static_list ul li .imag{
	float:left;
}
.static_list ul li div{
	float:left;
	width:300px;
	margin-left:20px;
}
.static ul.imgs{
	float:left;
	list-style:none;
	padding:5px 0px 10px 0px;
}
.static ul.imgs li{
	float:left;
	margin-right:10px;
}
.static .sec1 {
	width:272px;
	padding-right:10px;
	float:left;
	margin-right:10px;
	margin-top:20px;
}
.static .sec1 p{
	width:272px;
	float:left;
	padding:0px 0px 10px 0px;
}
.static .sec1 a.bordrs{
	margin-bottom:10px;
}
.static .sec2 {
	width:282px;
	float:left;
	margin-right:30px;
	margin-top:20px;
}
.static .sec2 h5{
	padding:0px 10px 0px 12px;
}
.static .sec2 a.bordrs{
	margin-bottom:10px;
}
.static .sec3 {
	width:282px;
	float:left;
	margin-top:20px;
}
.static .sec3 h5{
	padding:0px 10px 0px 5px;
}
.static .sec3 p{
	width:282px;
	float:left;
	padding:0px 0px 10px 0px;
}
.static .sec3 a.bordrs{
	margin-bottom:10px;
}
.static ul{
	width:100%;
	float:left;
	padding-left:18px;
}
.static ul li{
	padding:4px 0px;
}
.static ol{
	float:left;
	padding-left:30px;
}
.static ol li{
	padding:4px 0px;
}
.bigsec {
	width:100%;
	float:left;
	padding:20px 0px;
}
.bigsec a.left{
	margin:0px 20px 10px 0px;
}
.grayborder {
	width:100%;
	border-top:#5e5e5e solid 1px;
	margin:10px 0px;
	height:1px;
	overflow:hidden;
}
.bord_top {
	border-top:#5e5e5e solid 1px;
	padding-top:20px;
}
.bord_botm {
	padding-bottom:20px;
}
.static p.pad{
	padding:0px 30px 0px 0px;
}
.static .checkboxs{
	float:left;
	width:430px;
}
.static .checkboxs .checksec{
	float:left;
	width:200px;
}
.static .formssec {
	width:420px;
	float:left;
}
.static .tabls{
	float:right;
}
.static table{
	float:left;
	width:500px;
	border:#b5b5b5 solid 1px;
}
.static tr.tablehead{
	background-color:#fff !important;
	font-weight:bold;
	color:#000;
}
.static tr{
	padding:5px;
	background-color:#f8f8f8;
}
.static tr.tabledark{
	background-color:#e8e8e8 !important;
}
.static tr td{
	padding:5px;
}
/*
=======================================================================
	Contact Page Rules
=======================================================================
*/
.contact {
	float:left;
	width:700px;
	margin-bottom:20px;
}
.mapsec {
	width:336px;
	float:left;
}
.mapsec h6{
	padding-bottom:10px;
	margin-top:10px;
}
.mapsec p{
	width:300px;
	float:left;
}
.map {
	float:left;
	margin-top:20px;
}
.map iframe{
	border-bottom:#000 solid 1px;
}
.map a.enlarg{
	font-weight:bold;
	padding:5px 0px;
	color:#333;
	float:left;
}
.contact_form {
	width:280px;
	float:right;
}
.contact_form h6{
	padding-bottom:10px;
	margin-top:10px;
}
.contact_form ul{
	float:left;
	list-style:none;
}
.contact_form ul li{
	margin-bottom:5px;
}
.contact_form input.bar{
	width:269px;
	height:24px;
	line-height:24px;
	padding:0px 5px;
	border:#dddddd solid 1px;
	font-size:11px;
}
.contact_form textarea{
	width:269px;
	height:154px;
	padding:5px;
	border:#dddddd solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.error {
	color:#F00;
}
.seccess {
	color:#090;
}
/*
=======================================================================
	Footer Rules
=======================================================================
*/
#footer {
	width:100%;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	height:288px;
	padding-top:10px;
}
#footer .inner{
	width:960px;
	margin:0px auto;
}
/*
=======================================================================
	Site Information Rules
=======================================================================
*/
.siteinfo {
	float:left;
	margin-right:20px;
	width:408px;
	height:244px;
}
.siteinfo a:hover{
	color:#1367bb;
}
.siteinfo h5{
	padding:10px 0px 15px 0px;
	text-transform:uppercase;
}
.siteinfo ul{
	list-style:none;
	float:left;
	width:204px;
}
.siteinfo ul li{
	width:184px;
	background-image:url(../images/footer_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:5px 0px 5px 20px;
	border-bottom:#ccc solid 1px;
}
.siteinfo ul li a{
	color:#666;
}
/*
=======================================================================
	Photo Gallery Rules
=======================================================================
*/
.photogallery {
	float:left;
	margin-right:20px;
	width:282px;
	height:244px;
}
.photogallery h5{
	padding:10px 0px 15px 0px;
	text-transform:uppercase;
}
.photogallery ul{
	list-style:none;
	float:left;
	width:282px;
}
.photogallery ul li{
	float:left;
	padding:3px;
	border:#b5b5b5 solid 1px;
	margin:0px 21px 20px 0px;
	background-color:#FFF;
}
.photogallery ul li:hover{
	border:#1367bb solid 1px;
}
.photogallery ul li img{
	float:left;
}
.photogallery ul li.last{
	margin-right:0px;
}
/*
=======================================================================
	Newsletter Rules
=======================================================================
*/
.newsletter {
	float:left;
	width:230px;
	height:244px;
}
.newsletter h5{
	padding:10px 0px 15px 0px;
	text-transform:uppercase;
}
.newsletter p{
	padding:0px 0px 7px 0px;
}
.newsletter input{
	float:left;
	width:205px;
	height:23px;
	line-height:24px;
	padding:0px 5px;
	background-image:url(../images/search_input_bg.gif);
	background-repeat:repeat-x;
	border:#c5c5c5 solid 1px;
	margin-bottom:5px;	
}
/*
=======================================================================
	Copyrights Rules
=======================================================================
*/
.copyrights {
	width:960px;
	height:26px;
	padding-top:8px;
	float:left;
	color:#CCC;
}
.copyrights p{
	float:left;
}
.copyrights a.top{
	float:right;
	display:inline-block;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:13px;
	margin-top:3px;
	color:#CCC;
}
