@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}
body {
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f3efe4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	float:left;
	width:100%;
}
a {
	text-decoration: none;
	outline: none;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.colr {
	color:#ca2beb !important;
}
.black {
	color:#000;
}
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:28px;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.heading {
	padding:10px 0px 8px 0px;
	width:100%;
	border-bottom:#dddddd solid 1px;
	margin-bottom:10px;
	text-transform:uppercase;
}
input {
	font-size:11px;
}
.itlc {
	font-style:italic;
}
/*
=======================================================================
	Buttons
=======================================================================
*/

a.simplebtn {
	height:24px;
	display:inline-block;
	color:#FFF;
    padding:0px 0px 0px 6px;
	background-image:url(../img/butn_small.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
a.simplebtn span{
	height:24px;
	display:inline-block;
	color:#FFF;
	padding:4px 6px 0px 0px;
	background-image:url(../img/butn_small.gif);
	background-repeat:no-repeat;
	background-position:right top;
	font-size:12px;
}
.proceed {
	display:inline-block;
	color:#FFF;
	background-image:url(../img/proceed.gif);
	background-repeat:repeat-x;
	width:162px;
	height:26px;
	padding:7px 0px 0px 0px;
	text-align:center;
	font-size:14px;
}
.cartmarg {
	margin-top:8px;
	margin-right:5px;
}
/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:960px;
	margin:0px auto;
}
/*
=======================================================================
	Header Rules
=======================================================================
*/
#masthead {
	width:960px;
	float:left;
	color:#000;
}
/*
=======================================================================
	Logo Rules
=======================================================================
*/
.logo {
	float:left;
	height:65px;
	padding:30px 0px 0px 10px;
}
.logo a{
	float:left;
}
.logo h5.slogn{
	float:left;
	color:#FFF;
	background-color:purple;
	border-left:#FFF solid 1px;
	margin:0px 0px 0px 20px;
	padding:10px 0px 10px 20px;
	text-transform:uppercase;
}
/*
=======================================================================
	Small Cart Rules
=======================================================================
*/
.small_cart {
	width:300px;
	height:66px;
	float:right;
	background-image:url(../img/cart.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:13px 11px 0px 0px;
}
.small_cart .items{
	padding-left:90px;
	float:left;
	margin-top:15px;
}
.small_cart .items a{
	text-decoration:underline;
}
ul.network {
	float:right;
	list-style:none;
	padding:5px 0px 0px 0px;
}
ul.network li{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
/*
=======================================================================
	Language Rules
=======================================================================
*/
ul.lang {
	float:right;
	list-style:none;
	color:#FFF;
	margin:9px 10px 0px 0px;
}
ul.lang li{
	float:left;
	margin-right:5px;
}
ul.lang li a{
	float:left;
	border:#333 solid 1px;
}
/*
=======================================================================
	2nd Navigation Rules
=======================================================================
*/
.secnd_navi {
	float:right;
	width:960px;
	height:27px;
	color:#777777;
}
ul.links{
	list-style:none;
	float:left;
	padding-top:8px;
}
ul.links li{
	float:left;
	padding:0px 7px;
	background-image:url(../img/sep1.gif);
	background-repeat:no-repeat;
	background-position:right;
}
ul.links li.last{
	padding-right:0px;
	background-image:none;
}
ul.links li a{
	color:#777777;
	white-space:pre;
}
ul.links li a:hover{
	color:#ca2beb;
	text-decoration:underline;
}
ul.search {
	float:right;
	list-style:none;
	width:425px;
	height:35px;
	background-image:url(../img/search.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin:30px 0px 0px 0px;
}
ul.search li{
	float:left;
}
ul.search li input.bar{
	float:left;
	height:18px;
	width:262px;
	padding:3px 5px 0px 5px;
	border:none;
	background-color:transparent;
	color:#666;
	margin:7px 0px 0px 7px;
}
ul.search li a.searchbtn{
	width:106px;
	height:19px;
	padding:6px 0px 0px 28px;
	background-image:url(../img/search_btn.gif);
	background-repeat:no-repeat;
	display:inline-block;
	margin:5px 0px 0px 5px;
}
ul.search li a.searchbtn:hover{
	color:#000;
}
/*
=======================================================================
	Banner Rules
=======================================================================
*/
#banner {
	margin-bottom:10px;
	width:948px;
	height:291px;
	padding:6px;
	background-image:url(../img/nivo_bg.gif);
	background-repeat:no-repeat;
}
/*
=======================================================================
	Product Scroller Rules
=======================================================================
*/
#prod_scroller {
	width:700px;
	height:238px;
	background-image:url(../img/prod_scrol.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
}
.scrol {
	width:593px !important;
	float:left;
	margin-top:12px;
	margin-left:14px;
}
.scrol ul li{
	margin:0px 20px 0px 0px;
	width:160px !important;
	height:194px !important;
	background-image:url(../img/scroll_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px;
	text-align:center;
}
.scrol ul li h6{
	margin:0px 0px 0px 0px;
	width:152px;
	padding:0px 0px 5px 0px;
	height:20px;
}
.scrol ul li a img{
	border:#ccc solid 4px;
	width:152px;
	height:164px;
}
.scrol ul li p.price{
	/*float:left; */
	font-size:14px;
	padding:3px 0px 0px 0px;
}
.scrol ul li a.adcart{
	float:left;
	background-image:url(../img/adcart.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:149px;
	height:22px;
	padding:7px 0px 0px 10px;
	margin:6px 5px 0px 0px;
	color:#FFF;
	text-transform:uppercase;
}
.scrol ul li p a{
	color:#000;
	text-decoration:underline;
}
#prod_scroller a.prev {
	float:left;
	margin:88px 2px 0px 15px;
	width:31px;
	height:46px;
	background-image:url(../img/prevbig.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#prod_scroller a.next {
	float:left;
	margin:88px 0px 0px 0px;
	width:31px;
	height:46px;
	background-image:url(../img/nextbig.gif);
	background-position:left;
	background-repeat:no-repeat;
}
/*
=======================================================================
	Bread Crumb Rules
=======================================================================
*/
.crumb {
	float:left;
	width:940px;
	height:27px;
	padding:3px 10px 0px 10px;
	background-image:url(../img/crumb.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.crumb ul{
	float:left;
	list-style:none;
	margin-top:5px;
}
.crumb ul li{
	float:left;
	background-image:url(../img/sep3.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0px 10px;
}
.crumb ul li.first{
	float:left;
	background-image:none;
	padding:0px 10px 0px 0px;
}
.crumb ul li a:hover{
	color:#ca2beb;
	text-decoration:underline;
}
/*
=======================================================================
	Content Section Rules
=======================================================================
*/
.content_sec {
	width:968px;
	float:left;
}
.content_sec .cont_top{
	width:968px;
	height:4px;
	float:left;
	background-image:url(../img/cont_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.content_sec .cont_botm{
	width:968px;
	height:4px;
	float:left;
	background-image:url(../img/cont_bot.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.content_sec .cont_center{
	width:940px;
	float:left;
	background-image:url(../img/cont_bg.gif);
	background-repeat:repeat-y;
	padding:10px 14px;
}
.content_sec .cont_center_sh{
	background-image:url(../img/center_bg_sh.gif) !important;
	width:960px;
	padding:0px 4px;
}
/*
=======================================================================
	Column 1 Rules
=======================================================================
*/
.col1 {
	width:230px;
	float:left;
}
.col1 .small_heading{
	width:209px;
	background-image:url(../img/left_head.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	padding:0px 0px 0px 0px;
	margin:10px 0px 5px 0px;
}
.col1 .small_heading h5{
	color:#FFF !important;
	padding:7px 0px 0px 10px;
	height:22px;
}
.left_botm {
	width:230px;
	height:11px;
	background-image:url(../img/left_botm.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.col1center {
	width:210px;
	margin-left:10px;
	float:left;
}
/*
=======================================================================
	Categories Rules
=======================================================================
*/
.category {
	width:230px;
	padding:0px 0px 0px 0px;
	float:left;
	min-height:100px;
	background-image:url(../img/left_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.glossymenu{
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 210px;
	float:left;
}

.glossymenu a.menuitem{	
	color: #000;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	height:17px;
	padding: 3px 0px 3px 30px;
	text-decoration: none;
	background-color:#fff;
	border-bottom:#d8d8d8 solid 1px;
	margin-top:2px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 2px;
	left: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{

}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	width:210px;
	
	margin-bottom:3px;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 15px;
	text-decoration: none;
	background-image:url(../img/cat_arow.gif);
	background-position:5px 10px;
	background-repeat:no-repeat;
	background-color:#fcfcfc !important;
}

.glossymenu div.submenu ul li a:hover{
	text-decoration:underline;
}
/*
=======================================================================
	My Account Rules
=======================================================================
*/
.myaccount {
	width:230px;
	padding:0px 0px 0px 0px;
	float:left;
	min-height:100px;
	background-image:url(../img/left_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.myaccount .small_heading{
	margin-left:10px;
}
.myaccount ul{
	width:210px;
	float:left;
	padding:7px 0px;
	list-style:none;
	margin-left:10px;
}
.myaccount ul li{
	width:195px;
	padding:7px 0px 7px 15px;
	border-bottom:#e1e1e1 solid 1px;
	background-image:url(../img/myac_arow.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.myaccount ul li a{
	color:#666;
}
.myaccount ul li a:hover{
	font-weight:bold;
}
.myaccount ul li a.selected{
	font-weight:bold;
}
/*
=======================================================================
	My Cart Rules
=======================================================================
*/
.mycart {
	width:230px;
	padding:0px 0px 0px 0px;
	float:left;
	min-height:100px;
	background-image:url(../img/left_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.mycart .right{
		
}
.mycart .left{
	padding-top:7px;
}
.mycart .veiwitems{
	padding:15px 0px 5px 0px;
	width:210px;
	border-bottom:#e4e4e4 solid 1px;
	display:inline-block;
}
.mycart .veiwitems a{
	text-decoration:underline;
}
.mycart .right a{
	text-decoration:underline;
}
.mycart ul{
	float:left;
	list-style:none;
}
.mycart ul li{
	float:left;
	width:210px;
	margin-bottom:5px;
}
.mycart p.title{
	width:190px;
}
.mycart .grey{
	float:left;
	padding:1px 0px 5px 0px;
	width:210px;
}

.mycart p.sub{
	padding-top:4px;
	width:100%;
	text-align:center;
}
/*
=======================================================================
	Compare Products Rules
=======================================================================
*/
.compareproducts {
	width:230px;
	padding:0px 0px 0px 0px;
	float:left;
	min-height:100px;
	background-image:url(../img/left_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.compareproducts ul{
	float:left;
	list-style:none;
	padding-bottom:10px;
}
.compareproducts ul li{
	float:left;
	width:210px;
	border-bottom:#e3e3e3 dotted 1px;
	padding:5px 0px;
}
.compareproducts ul li .title{
	width:190px;
}
.compareproducts ul li .right{
	padding-top:3px;
}
/*
=======================================================================
	Community Poll Rules
=======================================================================
*/
.poll {
	width:230px;
	padding:0px 0px 0px 0px;
	float:left;
	min-height:100px;
	background-image:url(../img/left_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.poll p{
	float:left;
	padding:7px 0px;
}
.poll ul{
	width:210px;
	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:170px;
	float:left;
	padding:4px 10px;
}
.poll ul li input{
	float:left;
	margin-right:10px;
}
.poll a.vote{
	float:left;
	padding:3px 10px;
	background-color:#333333;
	color:#FFF;
	margin:10px 0px 0px 10px;
}
.poll a.vote:hover{
	background-color:#000;
	color:#FFF;
}
/*
=======================================================================
	Shop Now Rules
=======================================================================
*/
.shopby {
	width:230px;
	padding:0px 0px 0px 0px;
	float:left;
	min-height:100px;
	background-image:url(../img/left_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.shopby h6.head{
	width:190px;
	float:left;
	padding:7px 10px 0px 10px;
	background-color:#747474;
	color:#FFF;
}
.shopby h6.options{
	width:210px;
	float:left;
	padding:7px 0px 3px 0px;
	color:#666;
	border-bottom:#666 solid 1px;
}
.shopby ul{
	width:210px;
	float:left;
	list-style:none;
	padding:7px 0px;
}
.shopby ul li{
	width:210px;
	float:left;
	list-style:none;
	padding:7px 0px;
	border-bottom:#9a9a9a dotted 1px;
}
.shopby ul li a{
	color:#9a9a9a;
}
/*
=======================================================================
	Tags Rules
=======================================================================
*/
.tags {
	width:230px;
	padding:0px 0px 0px 0px;
	float:left;
	min-height:100px;
	background-image:url(../img/left_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
.tags ul{
	width:210px;
	float:left;
	min-height:100px;
	padding:20px 0px;
	list-style:none;
	background-color:#fafafa;
}
.tags ul li{
	padding:0px 5px;
	float:left;
}
.tags ul li a{
	float:left;
}
.tags ul li a.twelv{
	font-size:12px;
}
.tags ul li a.ten{
	font-size:10px;
}
.tags ul li a.sixteen{
	font-size:16px;
}
.tags ul li a.fourteen{
	font-size:14px;
}
.tags ul li a.eightn{
	font-size:18px;
}
/*
=======================================================================
	newsletter Rules
=======================================================================
*/
.col1 .newsletter {
	width:230px;
	padding:0px 0px 0px 0px;
	float:left;
	min-height:100px;
	background-image:url(../img/left_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}

.col1 .newsletter p{
	width:210px;
	float:left;
	padding:7px 0px;
}
.col1 .newsletter ul{
	width:210px;
	float:left;
	padding:7px 0px 15px 0px;
	list-style:none;
}
.col1 .newsletter ul li input.bar{
	background-color:#FFF;
	border:#cfcfcf solid 1px;
	width:195px;
	height:23px;
	background-image:url(../img/inputbar.gif);
	background-repeat:repeat-x;
	margin-bottom:6px;
	background-color:#f8f8f8;
}
.col1 .newsletter ul li input.subs{

}
/*
=======================================================================
	Column 2 Rules
=======================================================================
*/
.col2 {
	width:720px;
	float:left;
	margin-right:10px;
}
.col2 .col2_top {
	background-image:url(../img/right_colmn_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:720px;
	height:7px;
}
.col2 .col2_center {
	background-image:url(../img/right_colmn_bg.gif);
	background-repeat:repeat-y;
	width:700px;
	float:left;
	padding:0px 10px;
}
.col2 .col2_botm {
	background-image:url(../img/right_colmn_botm.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:720px;
	height:7px;
	margin-bottom:10px;
}
/*
=======================================================================
	Sorting Rules
=======================================================================
*/
.sorting {
	width:690px;
	padding:0px 0px 0px 10px;
	margin:0px 0px 20px 0px;
	background-image:url(../img/gray_sort.gif);
	background-repeat:no-repeat;
	float:left;
}
.sorting p{
	padding-top:5px;
}
.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:6px 10px 0px 10px;
}
/*
=======================================================================
	Shopping Cart Rules
=======================================================================
*/
.shoppingcart {
	width:700px;
	float:left;
	margin:0px 0px 0px 0px;
}
.shoppingcart ul.tablehead{
	width:700px;
	float:left;
	list-style:none;
	height:24px;
	padding-top:5px;
	background-image:url(../img/bar.gif);
	background-repeat:repeat-x;
}
.shoppingcart ul.tablehead li{
	float:left;
	padding:2px 0px 0px 0px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	background:none !important;
	height:18px !important;
}
.shoppingcart ul li.remove{
	width:34px;
	text-align:center;
	height:28px;
	padding-left:10px;
}
.shoppingcart ul li.thumb{
	width:84px;
	text-align:center;
	height:44px;
	padding-top:4px !important;
}
.shoppingcart ul li.thumb img{
	height:40px;
}
.shoppingcart ul li.title{
	width:348px;
	padding-left:10px;
	height:28px;
}
.shoppingcart ul li.price{
	width:75px;
	text-align:center;
	height:28px;
}
.shoppingcart ul li.qty{
	width:64px;
	text-align:center;
	height:48px;
}
.shoppingcart ul li.qty input{
	width:25px;
	height:21px;
	padding-top:3px;
	background-image:url(../img/qty.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:transparent solid 0px;
	text-align:center;
	margin-top:12px;
}
.shoppingcart ul li.total{
	width:75px;
	text-align:center;
}
.gray {
	background-color:#f5f3ed;
}
.shoppingcart ul.cartlist{
	width:700px;
	float:left;
	list-style:none;
	padding:0px 0px;
	height:50px;
	border-bottom:#dbdbdb solid 1px;
}
.shoppingcart ul.cartlist li{
	float:left;
	padding-top:0px;
}
.shoppingcart ul.cartlist li.txt{
	padding-top:20px;
}
.btns {
	border-bottom:#d7d7d7 solid 1px;
	width:100%;
	padding:15px 0px;
	float:left;
}
.btns ul{
	list-style:none;
}
.subtotal {
	width:700px;
	border-bottom:#dbdbdb solid 1px;
	float:left;
	padding:0px 0px 0px 0px;
}
.subtotal a{
	margin-top:7px;
	margin-right:7px;
}
.subtotal h3{
	float:right;
	list-style:none;
	padding:10px 10px 10px 30px;
}
/*
=======================================================================
	Sections Rules
=======================================================================
*/
.sections {
	width:940px;
	float:left;
	padding:20px 0px;
}
.centersec {
	float:left;
	width:280px;
	margin:0px 63px;
}
.sec_botm {
	width:264px;
	height:10px;
	background-image:url(../img/sec_bot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
/*
=======================================================================
	Cart Items Rules
=======================================================================
*/
.cartitems {
	width:264px;
	background-image:url(../img/sec_top.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	padding:10px 0px 0px 0px;
	float:left;
	margin-bottom:10px;
}
.cartitems h6{
	width:244px;
	float:left;
	margin-left:10px;
}
.cartitems h6 span{
	padding-bottom:5px;
}
.cartitems ul{
	float:left;
	list-style:none;
	margin-left:10px;
}
.cartitems ul li{
	width:244px;
	border-bottom:#dbdbdb solid 1px;
	float:left;
	padding:20px 0px;
}
.cartitems ul li .thumb{
	float:left;
	width:110px;
	margin-right:5px;
	text-align:center;
}

.cartitems ul li .desc{
	float:left;
	width:125px;
}
.cartitems ul li .desc a.title{
	margin-bottom:5px;
	width:125px;
	float:left;
}
.cartitems ul li .desc p{
	margin-bottom:5px;
	width:125px;
}
/*
=======================================================================
	Discount Coupon Rules
=======================================================================
*/
.discount {
	width:264px;
	background-image:url(../img/sec_top.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	padding:10px 0px 0px 0px;
	float:left;
	margin-bottom:10px;
}
.discount h6{
	width:254px;
	float:left;
	margin-left:10px;
}
.discount h6 span{
	padding-bottom:5px;
}
.discount p{
	width:254px;
	float:left;
	padding-top:5px;
	margin-left:10px;
}
.discount ul{
	width:254px;
	float:left;
	list-style:none;
	margin-top:10px;
	margin-left:10px;
}
.discount ul li{
	width:258px;
	float:left;
	padding-bottom:5px;
}
.discount ul li input.bar{
	width:235px;
	height:24px;
	background-color:#FFF;
	border:#a0a0a0 solid 1px;
	float:left;
}

/*
=======================================================================
	Estimate Rules
=======================================================================
*/
.estimate {
	width:264px;
	background-image:url(../img/sec_top.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	padding:10px 0px 0px 0px;
	float:left;
	margin-bottom:10px;
}
.estimate h6{
	width:254px;
	float:left;
	margin-left:10px;
}
.estimate h6 span{
	padding-bottom:5px;
}
.estimate p{
	width:254px;
	float:left;
	padding-top:5px;
	margin-left:10px;
}
.estimate ul{
	width:254px;
	float:left;
	list-style:none;
	margin-top:10px;
	margin-left:10px;
}
.estimate ul li{
	width:254px;
	float:left;
	padding-bottom:5px;
}
.estimate ul li input.bar{
	width:235px;
	height:24px;
	background-color:#FFF;
	border:#a0a0a0 solid 1px;
	float:left;
}
.estimate ul li select.bar{
	width:235px;
	height:24px;
	background-color:#FFF;
	border:#a0a0a0 solid 1px;
	float:left;
}
/*
=======================================================================
	Grand Total Rules
=======================================================================
*/
.grand_total {
	width:264px;
	background-image:url(../img/sec_top.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	padding:10px 0px 0px 0px;
	float:left;
	margin-bottom:10px;
}
.grand_total h5{
	font-weight:bold;
}
.grand_total a{
	margin-right:20px;
}
.grand_total ul{
	float:right;
	list-style:none;
	margin-right:20px;
	margin-bottom:5px;
}
.grand_total ul li{
	float:left;
}
.grand_total ul li.title{
	text-align:right;
	width:100px !important;
}
.grand_total ul li.price{
	text-align:right;
	width:80px !important;
}
/*
=======================================================================
	Login rules
=======================================================================
*/
.login {
	height:528px;
	background-image:url(../img/login.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.registrd {
	width:98%;
	padding:10px 0px 10px 20px;
	border:1px solid #CCC;
	border-radius:10px;
	background-color:#FFF;
	float:left;
}
.registrd h3{
	padding-left:20px;
	padding-bottom:10px;
}
.registrd a.forgot{
	float:right;
	font-size:12px;
	padding-top:10px;
	text-decoration:underline;
}
.newcus {
	width:439px;
	height:160px;
	padding:30px 0px 30px 20px;
	background:url(../img/login_sec_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:20px 0px 20px 20px;
	float:left;
}
.newcus h3{
	padding-bottom:20px;
}
.newcus p{
	padding:0px 0px 10px 0px;	
}
a.viewprods {
	float:right;
	margin:180px 80px 0px 0px;
}
/*
=======================================================================
	Product Detail Page Rules
=======================================================================
*/
.prod_detail {
	width:700px;
	float:left;
}
.prod_detail .big_thumb{
	width:238px;
	height:400px;
	background-color:#ededed;
	border:#ededed solid 1px;
	float:left;
	overflow:hidden !important;
}
.contentdiv {
	width:238px !important;
	height:311px !important;
	overflow:hidden !important;
	float:left;
}
.contentdiv img{
	width:238px !important;
	height:311px !important;
	overflow:hidden !important;
	float:left;
	margin:00px 0px 0px 0px;
	z-index:1;
}
.big_thumb #slider2{
	width:238px;
	height:311px;
	overflow:hidden !important;
	float:left;
}
.big_thumb #paginate-slider2{
	width:189px !important;
	height:60px;
	overflow:hidden;
	float:left;
	margin:17px 0px 0px 0px;
}
.big_thumb #paginate-slider2 ul{
	width:2000px !important;
}
#paginate-slider2 li{
	margin-right:9px;
}
#paginate-slider2 li a{
	border:#c2c2c2 solid 1px;
	float:left;
	height:55px !important;
	width:55px !important;
}
#paginate-slider2 li a.selected{
	border:#999 solid 1px;
}
#paginate-slider2 img{
	float:left;
	height:55px;
	width:55px;
	z-index:1;
}
a.prevsmall {
	float:left;
	margin:38px 8px 0px 8px;
}
a.nextsmall {
	float:left;
	margin:38px 5px 0px 5px;
}
.zoom {
	background-repeat:no-repeat;
	background-position:top left;
	width:238px;
	height:311px;
	margin:-311px 0px 0px 0px;
	z-index:9;
	font-size:1000px;
	overflow:hidden;
	display:block;
	float:left;
}
.zoom:hover {
	background-image:url(../img/zoom.png);
}
.prod_detail .desc{
	width:435px;
	float:right;
}
.prod_detail .desc a.email{
	font-weight:bold;
	background-image:url(../img/email.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}
.margn {
	padding:12px 0px 0px 0px;
}
.addtocart {
	padding:10px 0px 0px 0px;
	margin-top:10px;
	float:left;
	width:435px;
	height:104px;
	background-image:url(../img/addtocart.gif);
	background-repeat:no-repeat;
}
.addtocart h4{
	padding:5px 0px 10px 10px;
}
.addtocart ul.forms{
	width:364px;
	padding-left:0px;
}
.addtocart ul.forms li.txt{
	width:80px;
	padding-left:20px;
}
.addtocart ul.forms li.inputfield select{
	width:220px;
}
.addtocart ul.qt{
	list-style:none;
	float:left;
	width:100%;
	padding:10px 0px 0px 0px;
}
.addtocart ul.qt li{
	float:left;
	margin-right:10px;
}
.addtocart ul.qt li.qty{
	width:30px;
	padding-top:2px;
	padding-left:20px;
}
.addtocart ul.qt li input.bar{
	float:left;
	width:45px;
	height:21px;
	background-color:#FFF;
	border:#d0d0d0 solid 1px;
	background-image:url(../img/input_bar.gif);
	background-repeat:repeat-x;
}
.quickreview {
	padding:00px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}
.quickreview h6{
	padding:00px 0px 5px 0px;
}
.qheading {
	border-bottom:#dddddd solid 1px;
	color:#2e7fc4;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}
.quickreview h4{
	padding:0px 0px 10px 0px;
}
.quickreview h4.price{
	padding:10px 0px;
}
.quickreview p.avail{
	padding:10px 0px 10px 0px;
}
.quickreview p{
	padding:0px 0px 5px 0px;
}
ul.addicons {
	float:left;
	list-style:none;
	width:100%;
	padding:5px 0px 15px 10px;
}
ul.addicons li{
	float:left;
	margin-right:35px;
	padding-left:20px;
	background-image:url(../img/add.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.prod_desc {
	width:700px;
	float:left;
	background-image:url(../img/prod_desc.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	margin-top:40px;
	margin-bottom:40px;
}
.prod_desc ul#tab_menu{
	float:left;
	list-style:none;
	height:30px;
	border:#dbdbdb solid 1px;
	border-right:none;
}
.prod_desc ul#tab_menu li{
	float:left;
}
.prod_desc ul#tab_menu li a{
	background-color:#eaeaea;
	padding:8px 8px 9px 8px;
	border-right:#dbdbdb solid 1px;
	display:inline-block;
	cursor:pointer;
	font-weight:bold;
}
.prod_desc ul#tab_menu li a:hover{
	background-color:#fafafa;
}
.prod_desc ul#tab_menu li a.current{
	background-color:yellow;
}
.prod_desc .tab_sidebar_list{
	display:none;
	padding:10px 0px;
}
.aditional_info {
	width:700px;
	background-image:url(../img/cont_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
.aditional_info h6{
	width:710px;
	height:24px;
	padding:10px 0px 0px 10px;
	background-image:url(../img/top_curve_big.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.aditional_info ul{
	padding:10px;
	float:left;
	width:700px;
	border-bottom:#CCC solid 1px;
	list-style:none;
}
.aditional_info ul.last{
	border:none
}
.aditional_info ul li{
	float:left;
}
.aditional_info ul li.title{
	float:left;
	width:210px;
}
.aditional_info ul li.desc{
	float:left;
	width:470px;
}
.tags_big {
	padding: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(../img/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;
	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(../img/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;
}
/*
=======================================================================
	Input Form Rules
=======================================================================
*/
ul.forms {
	float:left;
	list-style:none;
	padding:0px 20px 10px 20px;
}
ul.forms li{
	float:left;
}
ul.forms li.txt{
	float:left;
	width:150px;
	color:#000;
	font-size:14px;
	padding-top:5px;
}
.req {
	color:#F00;
}
.blu {
	color:blue;
	font-size:18px;
	font-weight:bold;
}
ul.forms li.inputfield{
	float:left;
}
ul.forms li.inputfield input{
	height:24px;
	background-image:url(../img/inputbar.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	border:#cccccc solid 1px;
	padding:0px 5px;
	font-size:12px;
}
ul.forms li.inputfield textarea{
	background-image:url(../img/inputbar.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	border:#cccccc solid 1px;
}
ul.forms li.inputfield select{
	width:241px;
	height:20px;
	background-image:url(../img/inputbar.gif);
	background-repeat:repeat-x;
	border:#cccccc solid 1px;
	background-color:transparent;
}
ul.forms li.textfield{
	float:left;
}
ul.forms li.textfield textarea{
	width:229px;
	height:60px;
	background-image:url(../img/inputbar.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.radiobtn .labletxt{
	margin:0px 20px 0px 0px;
	float:left;
}
/*
=======================================================================
	Acount Page Rules
=======================================================================
*/
.account {
	width:700px;
	float:left;
}
ul.acount_navi {
	width:700px;
	height:26px;
	float:left;
	background-image:url(../img/acount.gif);
	background-repeat:no-repeat;
	list-style:none;
	height:27px;
}
ul.acount_navi li{
	float:left;
	background-image:url(../img/gray_sep.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
ul.acount_navi li a{
	font-weight:bold;
	color:#000;
	padding:5px 20px;
	height:15px;
	display:inline-block;
	border:transparent solid 1px;
}
ul.acount_navi li a.selected{
	background-image:url(../img/acount_rol.gif);
	background-repeat:repeat-x;
	border-right:#119ec0 solid 1px;
	border-left:#119ec0 solid 1px;
	color:#FFF;
}
ul.acount_navi li a:hover{
	background-image:url(../img/acount_rol.gif);
	background-repeat:repeat-x;
	border-right:#119ec0 solid 1px;
	border-left:#119ec0 solid 1px;
	color:#FFF;
}
.account_title {
	width:700px;
	float:left;
	padding-bottom:10px;
}
.account_title h6{
	width:700px;
	float:left;
	padding:20px 0px 10px 0px;
}
.account_title p{
	width:700px;
	float:left;
}
.acount_info {
	width:700px;
	float:left;
	padding:20px 0px;
}
.account_table {
	width:700px;
	border-bottom:#CCC solid 1px;
	float:left;
}
.account_table ul{
	width:700px;
	list-style:none;
}
.account_table ul li{
	float:left;
}
.account_table ul.headtable{
	width:698px;
	border:#dcdcdc solid 1px;
	background-color:#ca2beb;
	float:left;
	color:#FFF;
}
.account_table ul.headtable li{
	border-right:#FFF solid 1px;
	padding:3px 0px 3px 10px;
}
.account_table ul.headtable li.last{
	border-right:none;
}
.account_table ul.contable{
	width:692px;
	background-color:#fff;
	float:left;
}
.account_table ul.contable li{
	border-right:#CCC solid 1px;
	padding:6px 4px;
}
.account_table ul.contable li.last{
	border-right:none;
}
.account_table ul.gray{
	background-color:#fbfbfb;
}

.account_table ul.headtable li{
	float:left;
}
.account_table ul.headtable li.order{
	width:80px;
}
.account_table ul.headtable li.date{
	width:100px;
}
.account_table ul.headtable li.ship{
	width:130px;
}
.account_table ul.headtable li.ordertotal{
	width:130px;
}
.account_table ul.contable li.order{
	width:77px;
	padding-left:10px;
}
.account_table ul.contable li.date{
	width:96px;
	padding-left:10px;
}
.account_table ul.contable li.ship{
	width:126px;
	padding-left:10px;
}
.account_table ul.contable li.ordertotal{
	width:126px;
	padding-left:10px;
}
.account_table ul li.status{
	width:90px;
	padding-left:10px;
}
.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;
}
h6.bar{
	width:700px;
	border:#aaaaaa solid 1px;
	background-image:url(../img/bar.gif);
	background-repeat:repeat-x;
	height:20px;
	padding:10px 10px 0px 10px;
	float:left;
	margin-bottom:20px;
}
.small_sec {
	width:345px;
	min-height:132px;
	background-image:url(../img/acnt_sec_top.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.small_sec .content{
	min-height:80px;
	padding:10px 10px;
	float:left;
}
.small_sec .content p{
	width:100%;
	padding-bottom:5px;
	float:left;
}
.botm_small {
	width:345px;
	height:5px;
	bottom:0;
	background-image:url(../img/acnt_sec_bot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.botm_big {
	width:700px;
	height:5px;
	bottom:0;
	background-image:url(../img/acnt_sec_bot_big.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.big_sec .headng{
	float:left;
	width:323px;
	height:22px;
	padding:0px 0px 0px 0px;
	margin-left:0px;
}
.big_sec .headng h6{
	float:left;
	width:auto !important;
}
.big_sec {
	width:700px;
	background-image:url(../img/acnt_sec_top_big.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px 0px 10px 0px;
}
.big_sec .headng{
	float:left;
	width:320px;
	padding:0px 0px 7px 0px;
}
.news {
	margin-right:25px;
}
.big_sec h6{
	float:left;
	padding:5px 0px 15px 0px;
	width:320px;
}
.big_small_sec {
	width:320px;
	margin-left:10px;
	padding:10px 0px;
}
.view_tags {
	width:700px;
	float:left;
	margin:10px 0px;
}
.view_tags .tagssec{
	width:340px;
	float:right;
}
.view_tags .viewssec{
	width:340px;
	float:left;
}
.view_tags ul{
	list-style:none;
	float:left;
	width:340px;
}
.view_tags ul li{
	padding:10px 0px;
	border-bottom:#d1d1d1 dashed 1px;
	width:340px;
	float:left;
}
.view_tags ul li h5.bullet{
	padding:2px 5px;
	float:left;
	border:#333333 solid 1px;
	color:#333333;
	margin-right:10px;
}
.view_tags ul li h5.title{
	float:left;
	margin-top:2px;
}
.view_tags ul li .ratingsblt{
	margin:3px 0px 0px 29px;
}
.tagssec .tag{
	float:left;	
}
.tagssec .tgs{
	float:left;
	margin:0px 0px 0px 32px;
}
.tagssec a{
	float:left;	
	margin:2px 2px 0px 2px;
}
/*
=======================================================================
	Small Banner Rules
=======================================================================
*/
.small_banner {
	width:692px;
	height:198px;
	background-image:url(../img/small_banner_bg.gif);
	background-repeat:no-repeat;
	padding:4px;
	margin-bottom:20px;
}
/*
=======================================================================
	Static Page Rules
=======================================================================
*/
.static {
	float:left;
	width:940px;
}
a.bordrs {
	padding:3px;
	border:#c9c9c9 solid 1px;
	float:left;
}
.static h1{
	padding:10px 0px;
	color:#666666;
}
.static h2{
	padding:8px 0px;
	color:#666666;
}
.static h3{
	padding:6px 0px;
	color:#666666;
}
.static h4{
	padding:5px 0px;
	color:#666666;
}
.static h5{
	padding:5px 0px;
	color:#666666;
}
.static h5 span{
	padding-bottom:10px;
}
.static h6{
	padding:5px 0px;
	color:#666666;
}
.static_list {
	width:940px;
	float:left;
}
.static_list ul{
	list-style:none;
	float:left;
	padding:20px 0px;
}
.static_list ul li{
	float:left;
	width:438px;
	border:#CCC solid 1px;
	margin:0px 20px 0px 0px;
	padding:10px !important;
}
.static_list ul li.last{
	margin-right:0px;
}
.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:262px;
	padding:0px 20px;
	padding-right:10px;
	float:left;
	margin-right:30px;
	margin-top:20px;
	border-right:#CCC solid 1px;
	min-height:250px;
}
.static ul.arow{
	width:262px;
	float:left;
	padding:0px 0px 10px 0px;
	list-style:none;
}
.static ul.arow li{
	padding:3px 0px 3px 15px;
	background-image:url(../img/static_arow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.static .sec2 {
	width:272px;
	float:left;
	margin-right:30px;
	margin-top:20px;
	border-right:#CCC solid 1px;
	min-height:250px;
}
.static .sec2 p{
	width:262px;
	float:left;
	padding:0px 10px 10px 0px;
}
.static .sec2 a.bordrs{
	margin-bottom:10px;
}
.static .sec3 {
	width:282px;
	float:left;
	margin-top:20px;
}
.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;
}
.static ul li{
	padding:4px 0px;
}
.static ol{
	width:100%;
	float:left;
}
.static ol li{
	padding:4px 0px;
	font-weight:bold;
}
.bigsec {
	width:100%;
	float:left;
	padding:20px 0px;
}
.bigsec a.left{
	margin:0px 20px 10px 0px;
}
.grayborder {
	width:100%;
	border-top:#e1e1e1 solid 1px;
	margin:10px 0px;
	height:1px;
	overflow:hidden;
}
.bord_top {
	border-top:#CCC solid 1px;
	padding-top:20px;
}
.bord_botm {
	border-bottom:#CCC solid 1px;
	padding-bottom:20px;
	margin-bottom:20px;
}
/*
=======================================================================
	Listing Rules (Grid)
=======================================================================
*/
.listing {
}
.listing ul{
	list-style:none;
	float:left;
}
.listing ul li{
	width:140px !important;
	height:150px !important;
	padding:10px;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	background-image:url(../img/listing_bg.gif);
	background-repeat:no-repeat;
	text-align:center;
}
.listing ul li.last{
	margin-right:0px;
}
.listing ul li a.thumb img{
	height:130px;
	padding:2px;
	border:#b8b8b8 solid 1px;
	max-width:95%;
}
.listing ul li h6{
	margin:0px 0px 0px 0px;
	width:140px;
	float:left;
	height:30px;
}
.listing ul li .addwish{
	float:left;
	width:140px;
	padding:4px 5px;
}
.addwish a{
	float:left;
	width:125px;
	background-image:url(../img/add.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:15px;
	padding-top:5px;
}
.listing ul li p.price, .listing2 p.price{
	float:right;
	font-size:14px;
	padding:6px 0px 0px 0px;
	width:62px;
	text-align:center;
}
.listing ul li a.adcart, .listing2 a.adcart{
	float:left;
	background-image:url(../img/cart.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:78px;
	height:22px;
	text-align:center;
	padding-top:8px;
	font-size:11px;
	color:#FFF;
}
.listing ul li .cart_price, .listing2 .cart_price{
	color:#fff;
	margin:3px 0px 0px 0px;
	width:140px;
	height:30px;
	background-image:url(../img/listingcart.gif);
	background-repeat:no-repeat;
	float:left;
}
.marg {
	margin-left:30px;}

.listing2 .product
{
	height:150px;
	border-bottom:1px solid red;
	clear:both;
	overflow:hidden;
	padding:10px 5px;
}
.listing2 .name
{
	width:30%;
	float:left;
	text-align:center;
}
.listing2 .desc
{
	width:40%;
	height:150px;
	overflow:hidden;
	float:left;
}
.listing2 .info
{
	width:29%;
	float:left;
}

/*
=======================================================================
	Advertise Rules
=======================================================================
*/
.adv {
	float:left;
	width:960px;
}
.adv ul{
	float:left;
	width:960px;
	list-style:none;
}
.adv ul li{
	float:left;
}
.adv ul li a{
	float:left;
}
/*
=======================================================================
	Categories Rules
=======================================================================
*/
.categories {
	width:100%;
	float:left;
	padding:10px 0px 20px 0px;
}
.categories .cats{
	width:300px;
	height:383px;
	padding-top:10px;
	margin-right:20px;
	float:left;
}
.categories .lastcat{
	margin-right:0px;
}
.categories .luxor{
	background-image:url(../img/cat1.gif);
}
.categories .bedding{
	background-image:url(../img/cat2.gif);
}
.categories .sheet{
	background-image:url(../img/cat3.gif);
}
.categories .cats h3{
	width:280px;
	background-color:#637a46;
	padding:4px 10px;
	color:#FFF;
}
.categories .cats h3.green{
	background-color:#637a46;
}
.categories .cats h3.blue{
	background-color:#27377f;
}
.categories .cats h3.brown{
	background-color:#493733;
}
.categories .cats ul{
	list-style:none;
	float:right;
	margin:200px 80px 0px 0px;
}
.categories .cats ul li{
	background-image:url(../img/cat_arrows.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:2px 0px 2px 15px;
}
.categories .cats ul li a{
	color:#FFF;
}
/*
=======================================================================
	Col3 Rules
=======================================================================
*/
.col3 {
	width:960px;
	float:left;
}
.col3 .col3_top {
	background-image:url(../img/big_colmn_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:960px;
}
.col3 .col3_center {
	background-image:url(../img/big_colmn_bg.gif);
	background-repeat:repeat-y;
	width:940px;
	height:800px;
	float:left;
	padding:0px 10px;
}
.col3 .col3_botm {
	background-image:url(../img/big_colmn_botm.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:960px;
	height:7px;
	margin-bottom:10px;
}
/*
=======================================================================
	Footer Rules
=======================================================================
*/
#footer {
	width:100%;
	color:#878787;
	background-color:#6d665a;
	border-bottom:#000 solid 6px;
	padding:0px 0px 0px 0px;
	margin-top:10px;
}
#footer .foot_inr{
	width:960px;
	margin:0px auto 0px auto;
	color:#e7e7e7;
}
.topdiv {
	height:23px; 
	width:960px;
}
a.top {
	display:inline-block;
	background-image:url(../img/top.gif);
	background-repeat:no-repeat;
	background-position:85% 50%;
	background-color:#000;
	float:right;
	color:#fff;
	margin:-1px 0px 0px 00px;
	padding:5px 23px 5px 10px;
}
a.top:hover {
	background-color:#333;
}
/*
=======================================================================
	Footer Top Section Rules
=======================================================================
*/
.foot_top {
	width:960px;
	border-bottom:#565147 solid 1px;
	float:left;
	padding:28px 0px;
}
.foot_top .foot_logo{
	float:left;
	width:300px;
	margin-top:15px;
}
.foot_top .botm_navi{
	float:right;
}
.foot_top .botm_navi ul{
	float:left;
	list-style:none;
	padding-right:60px;
}
.foot_top .botm_navi ul li{
	padding:2px 0px;
}
.foot_top .botm_navi ul li a{
	color:#e7e7e7;
}
.foot_top .botm_navi ul li a:hover{
	color:#fff;
	text-decoration:underline;
}
/*
=======================================================================
	Footer Bottom Section Rules
=======================================================================
*/
.foot_bot {
	width:960px;
	float:left;
	padding:28px 0px 0px 0px;
}
/*
=======================================================================
	Email Signup Rules
=======================================================================
*/
.emailsignup {
	width:280px;
	float:left;
	color:#7a7a7a;
}
.emailsignup h5{
	width:280px;
	color:#fff;
	padding:4px 0px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.emailsignup ul.inp{
	list-style:none;
	float:left;
}
.emailsignup ul.inp li{
	float:left;
}
.emailsignup input.bar{
	width:169px;
	height:24px;
	padding:0px 5px;
	background-image:url(../img/footer_input.gif);
	background-repeat:no-repeat;
	border:none;
	background-color:transparent;
}
.emailsignup a.signup{
	width:60px;
	height:20px;
	padding-top:4px;
	margin-left:5px;
	text-align:center;
	background-image:url(../img/signup.gif);
	background-repeat:no-repeat;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	display:inline-block;
}
.botm_links {
	float:left;
	width:230px;
	margin-top:20px;
}
.botm_links ul{
	float:left;
	list-style:none;
}
.botm_links ul li{
	float:left;
	background-image:url(../img/sep2.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 10px;
}
.botm_links ul li.first{
	background-image:none;
	padding-left:0px;
}
.botm_links ul li a{
	color:#e7e7e7;
}
/*
=======================================================================
	Copyrights Rules
=======================================================================
*/
.copyrights {
	width:450px;
	padding:0px 0px 0px 0px;
	float:left;
	margin-top:18px;
}
.copyrights p{
	float:left;
}
/*
=======================================================================
	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;
	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;
}
/* Phần thêm */

.sorting a.current, .sorting a:hover
{
	color:red!important;
	font-weight:bold;
	background-color:yellow;
}
