@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}
body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ec93b8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
a {
	text-decoration:none;
	outline:none;
	color:#666;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.under {
	text-decoration:underline;
}
.italic {
	font-style:italic;
}
.colr {
	color:#0a75c5 !important;
}

.wscolr{
	color:#ef4377 !important;	
}
.black {
	color:#000 !important;
}
.black {
	color:#000 !important;
}
.white {
	color:#fff !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:22px;
	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;
}

.full {
	width:100%;
}
.heading {
	padding:15px 0px 8px 0px;
	width:100%;
	border-bottom:#7e7e7e solid 1px;
	margin-bottom:10px;
}
input {
	font-size:11px;
}
.itlc {
	font-style:italic;
}
.noback {
	background-image:none !important;
}
.noborder {
	border:none !important;
}
.subtitle {
	text-transform:uppercase;
	color:#93BB3A;
	font-size:9px;
	font-family: Tahoma, Arial, sans-serif;
}
/*
=======================================================================
	Buttons
=======================================================================
*/

a.simplebtn {
	display:inline-block;
	color:#FFF;
	padding:4px 10px;
	background-color:#383838;
}
a.simplebtn:hover {
	background-color:#000;
}
.proceed {
	display:inline-block;
	color:#FFF;
	padding:10px 30px;
	background-color:#383838;
	margin-bottom:3px;
}
.proceed:hover {
	background-color:#000;
}
.cartmarg {
	margin-top:8px;
	margin-right:5px;
}

/* Buttons
---------------------------------------------------------------------*/

.btn {
	display: inline-block;
	padding: 5px 10px;
	color: #777 !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.9);
	position: relative;
	cursor: pointer;
	border:1px solid #ccc !important;
	background:#fff url("../images/btn-overlay.png") repeat-x !important;
}
.btn:hover, .btn:focus, .btn:active {
	outline:medium none;
	border:1px solid #329ECC !important;
	opacity:0.9;
	-khtml-opacity: .9;
	-moz-opacity: 0.9;
	-moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
	box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
}

.btn-green {
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border:1px solid #749217 !important;
	background-color: #6AB620 !important;
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
	-moz-box-shadow:0 0 5px rgba(116, 146, 23, 0.9);
	-webkit-box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
	box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
	border:1px solid #749217 !important;
}

.btn-blue {
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border:1px solid #2D69AC !important;
	background-color: #3C6ED1 !important;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
	-moz-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
	-webkit-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
	box-shadow: 0 0 5px rgba(71, 131, 243, 0.9);
	border:1px solid #2D69AC !important;
}

.btn-red {
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border:1px solid #AE2B2B !important;
	background-color: #D22A2A !important;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
	-moz-box-shadow:0 0 5px rgba(174, 43, 43, 0.9);
	-webkit-box-shadow:0 0 5px rgba(174, 43, 43, 0.9);
	box-shadow: 0 0 5px rgba(174, 43, 43, 0.9);
	border:1px solid #AE2B2B !important;
}

.btn-special {
	font-size:110%;
	width: 210px;
}

/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:980px;
	margin:0px auto;
}
/*
=======================================================================
	Header Rules
=======================================================================
*/
#masthead {
	width:960px;
	float:left;
	color:#333333;
	height:100px;
	margin-left:10px;
}
.tophead {
	width:960px;
	float:left;
	height:33px;
}
.tophead ul.links{
	float:left;
	list-style:none;
	margin:8px 0px 0px 0px;
}
.tophead ul.links li{
	float:left;
	background-image:url(../images/sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 10px;
}
.tophead ul.links li.slogn{
	padding-left:0px;
}
.tophead ul.links li a{
	color:#333333;
}

.tophead .righthead{
	float:right;
}
.tophead .righthead ul{
	float:left;
	list-style:none;
}
.tophead .righthead ul li{
	float:left;
}

.tophead .righthead ul.lang{
	float:left;
	margin:7px 10px 0px 0px;
}
.tophead .righthead ul.lang li select{
	float:left;
	width:50px;
	margin-left:10px;
}
.tophead .righthead ul.search{
	margin:4px 0px 0px 0px;
}
.tophead .righthead ul.search li input.bar{
	float:left;
	width:117px;
	height:23px;
	padding:0px 0px 0px 30px;
	background-image:url(../images/search_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	line-height:23px;
}
.tophead .righthead ul.search li a.go{
	float:left;
	width:38px;
	height:23px;
	background-image:url(../images/go.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:transparent;
	display:inline-block;
}
/*
=======================================================================
	Logo Rules
=======================================================================
*/
.logo {
	float:left;
	padding-top:0;
}
/*
=======================================================================
	Content Section Rules
=======================================================================
*/
#content_sec {
	width:980px;
	float:left;
}
.cont_top {
	width:980px;
	height:22px;
	background-image:url(../images/top_curve.png);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:1;
}
.cont_center {
	width:962px;
	background-image:url(../images/center_bg.png);
	background-repeat:repeat-y;
	float:left;
	padding:0px 9px;
}
/*
=======================================================================
	Column 1 Rules
=======================================================================
*/
.col1 {
	float:left;
	width:220px;
	padding:10px;
}
.head {
	padding:0px 0px 30px 0px;
	color:#FFF;
}
/*
=======================================================================
	Shopping bag Rules
=======================================================================
*/
.cart_bag {
	width:200px;
	background-image:url(../images/left_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 10px 0px 10px;
	margin-bottom:20px;
	float:left;
}
.cart_bag ul{
	width:200px;
	list-style:none;
	float:left;
	margin-bottom:10px;
}
.cart_bag ul li{
	width:200px;
	float:left;
	padding:7px 0px;
	border-bottom:#999 dotted 1px;
}
.cart_bag ul li .thumb{
	float:left;
	margin-right:10px;
}
.cart_bag ul li .thumb img{
	border:#CCC solid 3px;
}
.cart_bag ul li .desc{
	float:left;
	width:135px;
	color:#CCC;
}
.cart_bag ul li .desc a{
	color:#FFF;
}
.cart_bag ul li a.cros{
	float:right;
}
.cart_bag .total{
	font-size:12px;
	color:#FFF;
	padding-top:2px;
}
/*
=======================================================================
	Related Rules
=======================================================================
*/
.related {
	width:200px;
	background-image:url(../images/left_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 10px 0px 10px;
	margin-bottom:20px;
	float:left;
	color:#FFF;
}
.related p{
	width:200px;
	padding-bottom:5px;
}
.related select{
	width:100%;
	height:24px;
	margin-bottom:10px;
}
.related a img{
	border:#000 solid 1px;
	float:left;
}
/*
=======================================================================
	Related Rules
=======================================================================
*/
.poll {
	width:200px;
	background-image:url(../images/left_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 10px 0px 10px;
	margin-bottom:20px;
	float:left;
	color:#FFF;
}
.poll p{
	float:left;
	padding:7px 0px;
	width:188px;
	margin-left:5px;
}
.poll ul{
	width:188px;
	float:left;
	padding:15px 0px;
	border-top:#d8d8d8 solid 1px;
	border-bottom:#d8d8d8 solid 1px;
	list-style:none;
	margin-bottom:10px;
	margin-left:5px;
}
.poll ul li{
	width:160px;
	float:left;
	padding:4px 10px;
}
.poll ul li input{
	float:left;
	margin-right:10px;
}
/*
=======================================================================
	Shopping bag Rules
=======================================================================
*/
.shopby {
	width:220px;
	background-image:url(../images/left_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 0px 0px 0px;
	margin-bottom:20px;
	float:left;
}
.shopby h6{
	padding-left:10px;
}
.shopby ul{
	width:200px;
	list-style:none;
	float:left;
	padding:10px;
	color:#ccc;
}
.shopby ul a{
	color:#ccc;
}
.shopby ul.bcolor{
	background-color:#545454;
}
.shopby ul li.title{
	width:100px;
	float:left;
	font-weight:bold;
}
.shopby ul li.links{
	width:100px;
	float:right;
	text-align:right;
}
/*
=======================================================================
	Compare Products Rules
=======================================================================
*/
.compare {
	width:200px;
	background-image:url(../images/left_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 10px 20px 10px;
	margin-bottom:20px;
	float:left;
}
.compare p{
	width:200px;
	margin-bottom:5px;
	color:#FFF;
}
.compare ul{
	width:200px;
	float:left;
	list-style:none;
	margin-bottom:20px;
}
.compare ul li{
	width:200px;
	float:left;
	padding:5px 0px;
	border-bottom:#cccccc dotted 1px;
}
.compare ul li a{
	color:#fff;
}
.compare ul li a.title{
	float:left;
	width:190px;
}
.linethr {
	text-decoration:line-through;
}
/*
=======================================================================
	Account Navi Rules
=======================================================================
*/
.acc_nav {
	width:220px;
	background-image:url(../images/left_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:12px 0px 0px 0px;
	margin-bottom:20px;
	float:left;
}
.acc_nav h6{
	padding-left:10px;
	padding-bottom:20px;
}
.acc_nav ul{
	width:220px;
	list-style:none;
	float:left;
}
.acc_nav ul li{
	width:200px;
	padding:5px 10px;
}
.acc_nav ul li.bg{
	background-color:#5d5d5d;
}
.acc_nav ul a{
	color:#ccc;
}
.acc_nav ul a:hover{
	text-decoration:underline;
}
/*
=======================================================================
	Column 2 Rules
=======================================================================
*/
.col2 {
	float:right;
	width:698px;
}

/*
=======================================================================
	Sizing Rules
=======================================================================
*/

.sizing{
	width:100%;
	float:left;
	border-bottom:#7e7e7e solid 1px;
	padding:20px 0px 5px 0px;	
}

.sizing ul{
	list-style:none;
	float:left;
	text-align:center;
}

.sizing .label{
	background-color:#fff;
	color:#000;
	border:none;
}

.sizing ul li{
	float:left;
	padding:2px;
	margin:2px;
	width:25px;
	
	font-weight:bold;
	color:#000;
	border:#CCC solid 1px;
}

.sizing input{
	background-color:#65c2cc;	
}

.sizing .number{	
	padding-right:10px;
	margin-right:10px;
	float:left;
}

/*
=======================================================================
	Sorting Rules
=======================================================================
*/
.sorting {
	width:100%;
	float:left;
	border-bottom:#7e7e7e solid 1px;
	padding:20px 0px 5px 0px;
}
.sorting a{
	color:#666;
}
.sorting a:hover{
	text-decoration:underline;
}
.sorting ul{
	list-style:none;
	float:left;
}
.sorting ul li{
	float:left;
	padding:0px 2px;
}
.sorting .items{
	background-image:url(../images/sep1.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	margin-right:10px;
	float:left;
}
.sorting .viewas{
	float:left;
}
.sorting .paging{
	background-image:url(../images/sep1.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	margin-right:10px;
	float:left;
}
.sorting .sortby{
	float:left;
}
/*
=======================================================================
	Sorting Rules
=======================================================================
*/
ul.listing {
	list-style: none;
    float:left;
	padding:20px 0px 0px 0px;
}
ul.listing li {
	width:160px !important;
	height:285px;
	color:#666;
	background-image:url(../images/listing_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 181px;
	margin-right:17px;
	margin-bottom:20px;
	display:inline-block;
	float:left;
}
ul.listing li.last {
	margin-right:0px;
}
ul.listing li a.thumb{
	width:160px;
	height:181px;
	float:left;
}
ul.listing li h6{
	width:144px;
	float:left;
	color:#666;
	padding:8px 8px 5px 8px;
}
ul.listing li .rate{
	width:68px;
	float:left;
	margin:0px 12px 5px 8px;
}
ul.listing li a.reviews{
	float:left;
	color:#666;
}
ul.listing li p.crossprice{
	float:left;
	margin-right:20px;
	color:#666;
	font-size:14px;
	text-decoration:line-through;
	margin-bottom:5px;
	margin-left:8px;
}
ul.listing li p.price{
	float:left;
	margin-right:20px;
	color:#666;
	font-size:14px;
}
ul.listing li a.adcrt{
	width:80px;
	height:19px;
	display:inline-block;
	padding-top:3px;
	float:left;
	background-image:url(../images/adcart.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	color:#FFF;
	margin:0px 8px 0px 8px;
}
ul.listing li a.icons{
	float:left;
	margin-left:10px;
}
/*
=======================================================================
	Product Detail Rules
=======================================================================
*/
.prod_detail {
	width:698px;
	float:left;
	margin-top:0;
}

.box_prod_detail{
	border:1px solid #c1c1c1;
	padding:5px;
	margin-top:17px;
}

.prod_detail .desc{
	width:338px;
	float:left;
}
.prod_detail .desc .product_name{
	font-size:20px;
	font-weight:normal;
	width:338px;
	float:left;
	padding:30px 0px 10px 0px;
	color:#3B5998;
}

.product_name_display{
	font-size:34px;
	font-weight:normal;
	/*font-family: Georgia,Tahoma;*/
	font-family: 'Bitter', serif;
	width:475px;
	float:left;
	padding:15px 0px 0 0px;
	color:#000;
	
}

.write_review_title{
	font-family: 'Bitter', serif;
	font-size:20px;
	color:#fff;
}

.s_color{
	color: #ff7700;
}

.product_name_code{
	font-size: 10px;
	float:right;
	width:150px;
	text-align: right;
}

.prod_detail .desc h2{
	width:338px;
	float:left;
	padding:30px 0px 10px 0px;
	color:#666;
}
.prod_detail .desc h4{
	float:left;
	padding:0px 0px 0px 0px;
}
.prod_detail .desc p.avail{
	float:left;
	padding:0px 0px 0px 30px;
}
.prod_detail .desc ul.quantity{
	float:left;
	padding:10px 0px 10px 15px;
	list-style:none;
	background-color:#65c2cc;
	width:323px;
	margin:10px 0px;
}
.prod_detail .desc ul.quantity li{
	float:left;
	padding:0px 10px 0px 0px;
}
.prod_detail .desc ul.quantity li.txt{
	float:left;
	padding:4px 10px 0px 0px;
	color:#FFF;
}
.prod_detail .desc ul.quantity li input{
	float:left;
	width:45px;
	height:21px;
	background-color:#FFF;
	border:#d0d0d0 solid 1px;
}

.prod_detail .desc ul.quantity li button{
	background-color:#65c2cc;
	border:none;
	margin:0;
}

.prod_detail .desc .quickreview{
	float:left;
	padding:10px 0px 0px 0px;
	
}

.prod_quickreview{
	border:1px solid #c1c1c1;
	margin-top:10px;
	font-family: Tahoma,verdana,sans;
}

.prod_quickreview .title{
	padding:5px;
	background-color: #65C2CC;
	color:#fff;
	font-weight: bold;
	font-variant: small-caps;
}

.prod_quickreview p{
	padding: 5px;
}

.quickreview h6{
	padding:0px 0px 5px 0px;
}
.prod_detail .desc ul.add{
	float:left;
	padding:10px 0px 10px 0px;
	width:338px;
	list-style:none;
	margin:10px 0px;
	border-top:#7e7e7e solid 1px;
	border-bottom:#7e7e7e solid 1px;
}
.prod_detail .desc ul.add li{
	float:left;
	padding:0px 0px 0px 15px;
	background-image:url(../images/add.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-right:20px;
}
.prod_detail .desc ul.add li a{
	color:#666;
}
.prod_detail .desc a{
	color:#fff;
}

.prod_price{
	font-family: Tahoma,Verdana,Sans;
	font-weight: bold;
	color:#000;
	font-size: 22px;
	padding-bottom: 5px;
}

.prod_avail{
	font-family: Tahoma, Verdana, Sans;
	font-size: 10px;
	
}

.prod_size{
	font-family: Tahoma, Verdana, Sans;
	color:#3B5998;
	padding-bottom: 5px;
	font-weight: bold;
}

/*

=======================================================================
	Gallery Script Rules
=======================================================================
*/
.prod_detail .big_thumb{
	width:342px;
	height:362px;
	background-color:#65c2cc;
	border:#f3efe4 solid 4px;
	float:right;
	overflow:hidden !important;
	margin-top:10px;
}
.contentdiv {
	width:342px !important;
	height:285px !important;
	overflow:hidden !important;
	float:left;
}
.contentdiv img{
	width:342px !important;
	height:285px !important;
	overflow:hidden !important;
	float:left;
	margin:00px 0px 0px 0px;
	z-index:1;
}
.big_thumb #slider2{
	width:342px;
	height:285px;
	overflow:hidden !important;
	float:left;
}
.big_thumb #paginate-slider2{
	width:189px !important;
	height:60px;
	overflow:hidden;
	float:left;
	margin:10px 0px 0px 0px;
}
.big_thumb #paginate-slider2 ul{
	width:2000px !important;
}
#paginate-slider2 li{
	margin-right:9px;
	float:left;
}
#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.prev {
	float:left;
	margin:30px 12px 0px 56px;
}
a.next {
	float:left;
	margin:30px 5px 0px 12px;
}
.zoom {
	background-repeat:no-repeat;
	background-position:top left;
	width:342px;
	height:285px;
	margin:-285px 0px 0px 0px;
	z-index:9;
	font-size:1000px;
	overflow:hidden;
	display:block;
	float:left;
}
.zoom:hover {
	background-image:url(../images/zoom.png);
}
/*
=======================================================================
	Big Tags Rules
=======================================================================
*/
.big_tags {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.big_tags ul{
	padding:0px 0px 20px 0px;
	list-style:none;
	float:left;
}
.big_tags ul li{
	background-image:url(../images/sep.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:2px 6px;
	float:left;
}
.big_tags ul li.first{
	background-image:none;
	padding-left:0px;
}
.big_tags ul li a{
	color:#666;
}
.big_tags input{
	width:300px;
	height:20px;
	float:left;
	margin-right:5px;
}
/*
=======================================================================
	Custmer Reviews Rules
=======================================================================
*/

.box_review{
	width:342px;	
	background-color:#65c2cc;
	border:#f3efe4 solid 4px;
	float:right;
	overflow:hidden !important;
	margin-top:10px;
	text-align: center;
	padding: 5px 0 5px 0;
}

.box_review p{
	color:#000;
}
/*
=======================================================================
	Write Reviews Rules
=======================================================================
*/
.writereview {
	float:left;
	width:350px;

}
.writereview h4{
	padding-left:10px;
	width:340px;
}
.writereview p{
	padding-left:10px;
}
.putrating {
	margin:20px 0px;
	float:left;
}
.writereview ul.ratesec{
	float:left;
	list-style:none;
	width:300px;
	height:30px;
	background-color:#EC93B8;
	color:#fff;
	margin:0px 0px 1px 10px;
}
.writereview ul.pink{
	background-color:#EF4377;
	color:#FFF;
}
.writereview ul.ratesec li{
	float:left;
	padding-top:7px;
}
.writereview ul.ratesec li.title{
	padding-left:10px;
	width:80px;
}
.writereview ul.ratesec li.starput{
	width:40px;
	text-align:center;
}

.review_form {
	width:340px;
	margin-left:10px;
	float:left;
}
.review_form ul{
	list-style:none;
	float:left;
}
.review_form ul li{
	float:left;
	width:330px;
	padding:3px 0px;
}
.review_form ul li input.bar{
	float:left;
	width:300px;
	padding: 2px;
	height:24px;
	background-color:#FFF;
	border:#2b2b2b solid 1px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.review_form ul li textarea{
	float:left;
	width:300px;
	height:124px;
	background-color:#FFF;
	padding: 2px;
	border:#2b2b2b solid 1px;		
	font-family: Verdana, tahoma;
	font-size: 11px;
}
/*
=======================================================================
	Account Rules
=======================================================================
*/
.account {
	width:698px;
	float:left;
}
.account ul.account_links{
	width:698px;
	float:left;
	list-style:none;
	height:26px;
	background-color:#ccc;
	margin-bottom:20px;
}
.account ul.account_links li{
	float:left;
	background-image:url(../images/account_sep.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:26px;
}
.account ul.account_links li a{
	display:inline-block;
	height:21px;
	float:left;
	color:#666;
	padding:5px 15px 0px 15px;
	background-repeat:repeat-x;
	font-weight:bold;
}
.account ul.account_links li a:hover{
	background-image:url(../images/account_bg.gif);
	color:#FFF;
}
.account ul.account_links li a.selected{
	background-image:url(../images/account_bg.gif);
	color:#FFF;
}
.account .user_detail{
	width:698px;
	float:left;
}
.account .user_detail h6{
	padding-bottom:5px;
}
.account .ac_info{
	width:698px;
	float:left;
}
.ac_info .secs1{
	width:345px;
	float:left;
	background-color:#ccc;
	margin-bottom:1px;
}
.ac_info .secs1 .sec_head{
	float:left;
	width:325px;
	height:23px;
	padding:8px 10px 0px 10px;
	border-bottom:#5e5e5e solid 1px;
	background-color:#888888;
}
.ac_info .secs1 .sec_head h6{
	float:left;
	color:#FFF;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:0px;
}
.ac_info .secs1 .sec_head h6.contct{
	background-image:url(../images/contact_icon.gif);
}
.ac_info .secs1 .sec_head h6.adress{
	background-image:url(../images/adress_icon.gif);
}
.ac_info .secs2 .sec_head h6.manage{
	background-image:url(../images/manage_icon.gif);
}
.ac_info .secs1 .sec_head a{
	float:right;
	color:#fff;
}
.ac_info .secs1 .sec_head a:hover{
	text-decoration:underline;
}
.ac_info .secs1 .seccont{
	float:left;
	width:325px;
	min-height:123px;
	padding:8px 10px 0px 10px;
}
.seccont a{
	color:#666 !important;
}
.ac_info .secs2{
	width:352px;
	float:right;
	background-color:#ccc;
	margin-bottom:1px;
}
.ac_info .secs2 .sec_head{
	float:left;
	width:332px;
	height:23px;
	padding:8px 10px 0px 10px;
	border-bottom:#5e5e5e solid 1px;
	background-color:#888;
}
.ac_info .secs2 .sec_head h6{
	float:left;
	color:#FFF;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:0px;
}
.ac_info .secs2 .sec_head h6.news{
	background-image:url(../images/news_icon.gif);
}
.ac_info .secs2 .sec_head a{
	float:right;
	color:#fff;
}
.ac_info .secs2 .sec_head a:hover{
	text-decoration:underline;
}
.ac_info .secs2 .seccont{
	float:left;
	width:321px;
	min-height:123px;
	padding:8px 10px 0px 10px;
}

/*
=======================================================================
	Account Table Rules
=======================================================================
*/
.account_table {
	width:698px;
	margin:20px 0px;
	float:left;
}
.account_table ul{
	width:698px;
	list-style:none;
}
.account_table ul.headtable{
	width:692px;
	background-color:#888;
	float:left;
	padding:0px 3px 0px 3px;
	height:23px;
	color:#FFF;
}
.account_table ul.headtable li{
	padding-top:4px !important;
}
.account_table ul.contable{
	width:690px;
	float:left;
	padding:0px 4px;
}
.account_table ul.gray{
	background-color:#ccc;
}

.account_table ul li{
	float:left;
	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:144px;
}
.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;
}
/*
=======================================================================
	View Tags Rules
=======================================================================
*/
.view_tags {
	width:698px;
	float:left;
	margin-bottom:10px;
}
.view_tags .tagssec{
	width:338px;
	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:338px;
	float:left;
}
.view_tags ul{
	list-style:none;
}
.view_tags ul li{
	padding:10px 0px;
	border-bottom:#999999 dashed 1px;
}
.view_tags ul li h5.bullet{
	padding:2px 5px;
	float:left;
	background-color:#fff;
	color:#000	;
	border:#9c9c9c solid 1px;
	margin-right:10px;
}
.view_tags ul li h5.title{
	float:left;
	margin-top:2px;
	color:#666;
}
.view_tags ul li .rating{
	margin:3px 0px 0px 29px;
}
/*
=======================================================================
	Banner Rules
=======================================================================
*/
.banner {
	width:960px;
	height:410px;
	float:left;
	margin-top:-11px;
	z-index:99;
	margin-left:1px;
	background-color: #EF4377;
}
.bannersec {
	width:960px;
	height:412px;
	background-color:#ef4377;
}
.bannersec a{
	width:960px;
	height:359px;
	border-bottom:#fff solid 1px;
	float:left;
}
.bannersec p{
	width:920px;
	height:35px;
	padding:15px 20px 0px 20px;
	float:left;
	color:#FFF;
}
.paginationstyle{
	width: 100px;
	text-align: center;
	padding: 2px 0;
	margin: -40px 0px 0px 850px;
	position:absolute;
}
.paginationstyle a.prevbanner{
	text-decoration: none;
	display:inline-block;
	width:23px;
	height:23px;
	background-image:url(../images/banner_arows.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.paginationstyle a.prevbanner:hover{
	background-position:0px -23px;
}
.paginationstyle a.nextbanner{
	text-decoration: none;
	display:inline-block;
	width:23px;
	height:23px;
	background-image:url(../images/banner_arows1.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-left:6px;
}
.paginationstyle a.nextbanner:hover{
	background-position:0px -23px;
}
.paginationstyle a:hover, .paginationstyle a.selected{
	background-position:0px -23px;
}
.paginationstyle a.disabled, .paginationstyle a.disabled:hover{
	background-position:0px -23px;
}
.paginationstyle a.imglinks{
	border: 0;
	padding: 0;
}
.paginationstyle a.imglinks img{
	vertical-align: bottom;
	border: 0;
}
.paginationstyle a.imglinks a:hover{
	background: none;
}
.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{
	color: #000;
	background-color: yellow;
}
/*
=======================================================================
	Slider Home Page Rules
=======================================================================
*/
.slidersec {
	width:960px;
	height:428px;
	float:left;
	background-image:url(../images/scroller_shadow.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#f2f2f2;
	padding-bottom:10px;
	margin-left:1px;
}
.slidersec h4{
	width:883px;
	border-bottom:#7e7e7e solid 1px;
	color:#fff;
	padding-bottom:10px;
	margin-bottom:20px;
}
.slidersec .list{
	width:883px !important;
	float:left;
	overflow:hidden;
}
.sliderGallery {
	overflow: hidden;
    position: relative;
    padding: 20px 25px 0px 25px;
	margin: 15px 0px 0px 15px;
    height: 390px;
    width: 883px;
	background-image:url(../images/scroller_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
}
.sliderGallery UL {
	position: relative;
    list-style: none;
    /*overflow: none;*/
    white-space: nowrap;
    padding: 0;
    margin: 0;
	left: 0px;
	overflow:hidden;
	float:left;
	padding-right:20px;
}
.sliderGallery UL LI {
	width:160px !important;
	height:292px !important;
	color:#FFF;
	background-image:url(../images/scroller_li_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:17px;
	display:inline-block;
}
.sliderGallery UL LI.first {
	margin-left:0px;
}
.sliderGallery UL LI.last {
	margin-right:30px;
}
.sliderGallery UL LI a.thumb{
	width:160px;
	height:181px;
	float:left;
}
.sliderGallery UL LI h6{
	width:155px;
	float:left;
	color:#333333;
	padding:3px 0px 3px 5px;
}
.sliderGallery UL LI .rate{
	width:65px;
	float:left;
	margin:0px 15px 5px 5px;
}
.sliderGallery UL LI a.reviews{
	float:left;
	color:#333333;
}
.sliderGallery UL LI p.crossprice{
	float:left;
	color:#333333;
	font-size:14px;
	text-decoration:line-through;
	margin:0px 15px 5px 5px;
}
.sliderGallery UL LI p.price{
	float:left;
	margin-right:20px;
	color:#333333;
	font-size:14px;
}
.sliderGallery UL LI a.adcrt{
	width:80px;
	height:19px;
	display:inline-block;
	padding-top:3px;
	float:left;
	background-image:url(../images/adcart.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	color:#FFF;
	margin-left:5px;
}
.sliderGallery UL LI a.icons{
	float:left;
	margin-left:10px;
}
.slider {
	width: 881px;
    height: 27px;
    margin-top: 310px;
    margin-left: 0px;
    position: absolute;
    background: url(../images/slider.gif) no-repeat;
}
.handle {
	position: absolute;
    cursor: move;
    height: 19px;
    width: 242px;
	margin-top:4px;
    top: 0;
    background: url(../images/pan.gif) no-repeat;
    z-index: 100;
}
/*
=======================================================================
	Slider Home Page Rules
=======================================================================
*/
.ads {
	width:940px;
	padding:10px 10px 10px 10px;
	margin-left:1px;
	float:left;
	background-image:url(../images/bg-hori-banner.gif);
background-repeat:no-repeat;
background-position:right;
}

.ads img{
	margin-left:10px;
	vertical-align:middle;
}
/*
=======================================================================
	Bread Crumb Rules
=======================================================================
*/
.crumb {
	width:932px;
	height:38px;
	padding:0px 15px;
	background-image:url(../images/crumb.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:-12px;
	float:left;
	position:absolute;
}
.crumb ul{
	list-style:none;
	float:left;
	padding-top:10px;
}
.crumb ul li{
	float:left;
	background-image:url(../images/crumb_sep.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 10px;
}
.crumb ul li.first{
	background-image:none;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:0px;
}
.crumb ul li a{
	color:#fff;
}
/*
=======================================================================
	Categories Rules
=======================================================================
*/
.categories {
	float:left;
	width:940px;
	padding:26px 10px 0px 10px;
	margin-left:1px;
}
.categories .cat_sec{
	float:left;
	width:231px;
	height:397px;
	margin-right:1px;
}
.categories .cat_sec h5{
	width:231px;
	color:#666;
	padding:10px 0px;
}
.categories .cat_sec .cats{
	width:231px;
	height:90px;
	background-repeat:no-repeat;
	padding-top:259px;
}
.categories .cat_sec .cat1{
	background-image:url(../images/cat1.gif);
}
.categories .cat_sec .cat2{
	background-image:url(../images/cat2.gif);
}
.categories .cat_sec .cat3{
	background-image:url(../images/cat3.gif);
}
.categories .cat_sec .cat4{
	background-image:url(../images/cat4.gif);
}
.categories .cat_sec .cats ul{
	width:211px;
	background-image:url(../images/grey_bg.png);
	padding:10px;
	list-style:none;
}
.categories .cat_sec .cats ul li{
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:13px;
}
.categories .cat_sec .cats ul li a{
	color:#272727;
}
.categories .cat_sec .cats ul li.viewall{
	background-image:none;
	text-align:right;
}
/*
=======================================================================
	Static Page Rules
=======================================================================
*/
.static {
	float:left;
	width:940px;
	padding:26px 10px 0px 10px;
	margin-left:1px;
}
a.bordrs {
	padding:3px;
	border:#c9c9c9 solid 1px;
	background-color:#FFF;
	float:left;
}
.static h1{
	padding:10px 0px;
}
.static h1{
	padding:10px 0px;
}
.static span{
	padding:0px 0px 5px 0px;
}
.static h2{
	padding:8px 0px;
}
.static h3{
	padding:6px 0px;
}
.static h4{
	padding:5px 0px;
}
.static h5{
	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 {
	border-bottom:#5e5e5e solid 1px;
	padding-bottom:20px;
}
.static p.pad{
	padding:0px 30px 0px 0px;
}
.static .checkboxs{
	float:left;
	width:430px;
}
.static table{
	float:left;
	width:453px;
}
.static tr.tablehead{
	background-color:#767676 !important;
	font-weight:bold;
	color:#FFF;
}
.static tr{
	padding:5px;
	background-color:#ccc;
}
.static tr.tabledark{
	background-color:#b9b8b8 !important;
}
.static tr td{
	padding:5px;
}
/*
=======================================================================
	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;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-color:#f8f8f8;
	border:#cccccc solid 1px;
	padding:0px 5px;
}
ul.forms li.inputfield select{
	width:241px;
	height:20px;
	background-image:url(../images/input_bar.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/input_bar.gif);
	background-repeat:repeat-x;
	border:#cccccc solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	background-color:#f8f8f8;
}
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;
}

/*
=======================================================================
	Input Form Rules Baru
=======================================================================
*/



/*
=======================================================================
	Shopping Cart Rules
=======================================================================
*/
.shoppingcart {
	float:left;
	width:940px;
	padding:26px 10px 0px 10px;
	margin-left:1px;
}
.shoppingcart ul.tablehead{
	width:940px;
	float:left;
	list-style:none;
	height:24px;
	padding-top:5px;
	color:#666;
}
.shoppingcart ul.tablehead li{
	float:left;
	padding:2px 0px 0px 0px;
	font-weight:bold;
	font-size:12px;
	background:none !important;
	height:18px !important;
}
.shoppingcart ul.tablehead  li.remove{
	width:88px;
	text-align:center;
}
.shoppingcart ul.tablehead  li.thumb{
	width:84px;
	text-align:center;
	height:44px;
	padding-top:4px !important;
}
.shoppingcart ul.tablehead li.title{
	width:590px;
	padding-left:10px;
}
.shoppingcart ul.tablehead li.price{
	width:75px;
	text-align:center;
	height:28px;
}
.shoppingcart ul.tablehead li.qty{
	width:75px;
	text-align:center;
	height:48px;
}
.shoppingcart ul.tablehead li.qty input{
	width:27px;
	height:22px;
	padding-top:4px;
	background-image:url(../images/qty.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:transparent solid 0px;
	text-align:center;
	margin-top:12px;
}
.shoppingcart ul.tablehead li.total{
	width:92px;
	text-align:center;
}
.cartbg {
	background-image:url(../images/cart_curve.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.cartgrey {
	background-color:#ec93b8 !important;
}
.shoppingcart ul.cartlist{
	width:942px;
	float:left;
	list-style: none;
	color:#fff;
	background-color:#65c2cc;
	border-bottom:#5e5e5e solid 1px;
}
.shoppingcart ul.cartlist li{
	float:left;
	padding:0px;
	background:none !important;
	border-right:#5e5e5e solid 1px;
	list-style: none;	
}
.shoppingcart ul.cartlist li a{
	color:#fff;
}
.shoppingcart ul.cartlist  li.remove{
	width:88px;
	text-align:center;
	padding:26px 0px 0px 0px;
	height:37px;
}
.shoppingcart ul.cartlist  li.thumb{
	width:80px;
	text-align:center;
	padding:10px 0px;
	border:none;
}
.shoppingcart ul.cartlist  li.thumb a img{
	border:#666 solid 3px;
	float:left;
	margin-left:20px;
}
.shoppingcart ul.cartlist li.title{
	width:520px;
	padding-left:10px;
	padding:10px 0px;
	height:43px;
	
}
.shoppingcart ul.cartlist li.price{
	width:75px;
	text-align:center;
	padding:25px 0px 0px 0px;
	height:38px;
}
.shoppingcart ul.cartlist li.qty{
	width:75px;
	text-align:center;
	height:63px;
}
.shoppingcart ul.cartlist li.qty input{
	width:23px;
	height:22px;
	padding-top:0px;
	background-image:url(../images/qty.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:transparent solid 0px;
	text-align:center;
	margin-top:22px;
}
.shoppingcart ul.cartlist li.total{
	width:92px;
	text-align:center;
	padding:25px 0px 0px 0px;
	height:38px;
	border:none;
}
.crtbuttns {
	width:922px;
	padding:10px;
	float:left;
	background-image:url(../images/cart_curve_botm.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#65c2cc;
}
a.crtbtn {
	display:inline-block;
	height:24px;
	background-image:url(../images/cartbtn.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-align:center;
	padding-left:10px;
	color:#FFF;
}
a.crtbtn span{
	display:inline-block;
	height:20px;
	background-image:url(../images/cartbtn.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	padding-top:4px;
}
a.crtbtn:hover {
	color:#ccc;
}

.sections {
	width:942px;
	float:left;
	padding-top:10px;
	color:#fff;
}
.sections .smallsec{
	width:260px;
	height:178px;
	padding:15px 20px;
	float:left;
	background-image:url(../images/cart_sec_small.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.smallsec h6{
	width:260px;
	margin-bottom:15px;
}
.smallsec p{
	width:260px;
	margin-bottom:10px;
}
.smallsec select{
	width:260px;
	margin-bottom:10px;
	height:22px;
}
.smallsec input{
	width:256px;
	height:18px;
	margin-bottom:10px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.sections .bigsec{
	width:581px;
	height:178px;
	padding:15px 20px;
	float:right;
	background-image:url(../images/cart_sec_big.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.bigsec .leftsec{
	width:280px;
	float:left;
}
.leftsec h6{
	width:260px;
	margin-bottom:15px;
}
.leftsec input{
	width:256px;
	height:18px;
	margin:10px 0px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.leftsec a.crtbtn{
	margin-right:18px;
}
.bigsec .rightsec{
	width:280px;
	float:right;
}
.rightsec h5{
	width:280px;
	margin-bottom:30px;
}
.rightsec ul{
	width:280px;
	list-style:none;
	border-bottom:#5e5e5e solid 1px;
	padding:8px 0px !important;
	float:left;
	height:20px;
}
.rightsec ul li{
	float:left;
}
.rightsec ul.subtotalbig{
	font-size:14px;
}
.rightsec a.checkout{
	height:33px;
	background-image:url(../images/checkout.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FFF;
	float:right;
	font-size:12px;
	margin-top:20px;
	padding-left:25px;
}
.rightsec a.checkout span{
	height:25px;
	padding-top:8px;
	background-image:url(../images/checkout.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:25px;
	display:inline-block;
}
.rightsec a.checkout:hover{
	color:#ccc;
}
/*
=======================================================================
	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;
}


/*
=======================================================================
	Login Rules
=======================================================================
*/
.login {
	float:left;
	width:940px;
	padding:26px 10px 0px 10px;
	margin-left:1px;
	color:#FFF;
}
.login h5{
	padding:0px 0px 20px 0px;
	color:#FFF;
}
.login .creatacnt{
	float:left;
	width:420px;
	height:224px;
	padding:12px 20px;
	background-image:url(../images/login.gif);
	background-repeat:no-repeat;
	background-position:top;
	overflow:hidden;
}
.login .creatacnt p{
	padding:5px 0px 5px 0px;
}
.login .creatacnt a{
	margin:10px 0px 0px 0px;
}
.login .signin{
	float:right;
	width:420px;
	height:224px;
	padding:12px 20px;
	background-image:url(../images/login.gif);
	background-repeat:no-repeat;
	background-position:top;
	overflow:hidden;
}
.login .signin p{
	padding:20px 0px 10px 0px;
}
.login .signin ul{
	list-style:none;
	float:left;
	width:100%;
	padding-bottom:10px;
}
.login .signin ul li{
	float:left;
}
.login .signin ul li.txt{
	float:left;
	width:70px;
	padding-top:5px;
}
.login .signin ul li.field{
	float:left;
	width:350px;
}
.login .signin ul li.field input{
	float:left;
	width:328px;
	height:24px;
	padding:0px 10px;
	background-image:url(../images/input_bar.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
	border:#646464 solid 1px;
}
.login .signin ul li.butns{
	float:right;
}
.login .signin ul li a.forgot{
	color:#CCC;
	margin-right:10px;
	text-decoration:underline;
}

/*
=====
Order Rules
=====
*/

.payment_column_left{
	color:#000;
	float:left;
	width:370px;	
	padding:12px 20px;	
	overflow:hidden;
}

.payment_column_right{
	color:#333;
	float:right;
	width:420px;
	margin-top:15px;	
	border:2px dotted #ef4377;
	padding:12px 20px;	
	overflow:hidden;
}
/*
=======================================================================
	Checkout Rules
=======================================================================
*/

.login .form_check_out_left{
	color:#000;
	float:left;
	width:420px;
	height:800px;
	padding:12px 20px;	
	background-repeat:no-repeat;
	background-position:top;
	overflow:hidden;
}

.review_left{
	color:#000;
	float:left;
	width:420px;
	height:75px;
	padding:12px 20px;	
	background-repeat:no-repeat;
	background-position:top;
	overflow:hidden;
}

.review_right{
	color:#000;
	float:right;
	width:420px;
	height:75px;
	padding:12px 20px;	
	overflow:hidden;
}

.spacer{
	background-image:url(../images/spacer_gray.gif);
	background-repeat:repeat-x;
}


/*
=======================================================================
	Display Items on Preview Invoice 
=======================================================================
*/

.display_invoice{
	
}

.display_invoice .left{
	color:#000;
	float:left;
	width:100px;
	height:75px;
	padding:12px 20px;		
	overflow:hidden;
}

.display_invoice .right{
	color:#000;
	float:right;
	width:220px;
	height:75px;
	padding:12px 20px;		
	overflow:hidden;
}

/*
=======================================================================
	Display Items on checkout 
=======================================================================
*/
.litstcart {
	color:#000;
	float:left;
	width:940px;
	padding:26px 10px 0px 10px;
	margin-left:1px;
}
.listcart ul.tablehead{
	width:940px;
	float:left;
	list-style:none;
	height:24px;
	padding-top:5px;
	color:#000;
}
.listcart ul.tablehead li{
	float:left;
	padding:2px 0px 0px 0px;
	font-weight:bold;
	font-size:12px;
	background:none !important;
	height:18px !important;
}
.listcart ul.tablehead  li.remove{
	width:88px;
	text-align:center;
}
.listcart ul.tablehead  li.thumb{
	width:84px;
	text-align:center;
	height:44px;
	padding-top:4px !important;
}
.listcart ul.tablehead li.title{
	width:530px;
	padding-left:10px;
}
.listcart ul.tablehead li.price{
	width:75px;
	text-align:center;
	height:28px;
}
.listcart ul.tablehead li.qty{
	width:75px;
	text-align:center;
	height:48px;
}

.listcart ul.tablehead li.total{
	width:92px;
	text-align:center;
}

.listgrey {
	background-color:#ec93b8 !important;
}
.listcart ul.cartlist{
	width:942px;
	float:left;
	height: 140px;
	list-style:none;
	color:#000;	
	border-bottom:#5e5e5e solid 1px;
	
}
.listcart ul.cartlist li{
	float:left;
	padding:0px;
	background:none !important;
	
}
.listcart ul.cartlist li a{
	color:#fff;
}
.listcart ul.cartlist  li.remove{
	width:88px;
	text-align:center;
	padding:26px 0px 0px 0px;
	height:37px;
}
.listcart ul.cartlist  li.thumb{
	width:80px;
	text-align:center;
	padding:10px 0px;
	border:none;
}
.listcart ul.cartlist  li.thumb a img{
	border-bottom:#666 solid 3px;
	float:left;
	margin-left:20px;
}
.listcart ul.cartlist li.title{
	width:530px;
	padding-left:10px;
	padding:10px 0px;
	margin:0 0 0 10px;
	height:43px;
}
.listcart ul.cartlist li.price{
	width:75px;
	text-align:center;
	padding:25px 0px 0px 0px;
	height:38px;
}
.listcart ul.cartlist li.qty{
	width:75px;
	text-align:center;
	padding:25px 0px 0px 0px;
	height:38px;
}
.listcart ul.cartlist li.qty input{
	width:23px;
	height:22px;
	padding-top:0px;	
	background-repeat:no-repeat;
	background-position:left;
	border:transparent solid 0px;
	text-align:center;
	margin-top:22px;
}
.listcart ul.cartlist li.total{
	width:92px;
	text-align:center;
	padding:25px 0px 0px 0px;
	height:38px;
	border:none;
}

/*
=======================================================================
	columns Rules
=======================================================================
*/
.columns {
	float:left;
	width:950px;
	margin-left:1px;
	padding:26px 10px 0px 0px;
	background-image:url(../images/colum_bg.gif);
	background-repeat:repeat-y;
	background-color:#fff;
	background-position:left;
}
/*
=======================================================================
	Footer Rules
=======================================================================
*/
#footer {
	width:100%;
	background-image:url(../images/footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	padding-top:30px;
}
.foot_back {
	background-image:url(../images/footer_colm.gif) !important;
}
#footer .inner {
	width:961px;
	margin:0px auto;
}
a.top {
	float:right;
	margin-top:-19px;
	margin-right:10px;
}
#footer .footerlinks {
	width:961px;
	float:left;
	padding-bottom:20px;
}
#footer .footerlinks ul{
	width:240px;
	float:left;
	list-style:none;
}
#footer .footerlinks ul li{
	width:220px;
	float:left;
	color:#666;
	padding:2px 0px;
}
#footer .footerlinks ul li a{
	color:#666;
}
#footer .footerlinks ul li a:hover{
	text-decoration:underline;
}

.foot_botm {
	width:961px;
	float:left;
	border-top:#bbbbbb solid 1px;
	padding:20px 0px;
	color:#666;
}
.foot_botm .copyright{
	width:661px;
	float:left;
}
.foot_botm .netwrok{
	float:right;
}
.foot_botm .netwrok ul.signup{
	list-style:none;
	float:right;
}
.foot_botm .netwrok ul.signup li{
	float:left;
}
.foot_botm .netwrok ul.signup li input.bar{
	float:left;
	width:211px;
	height:26px;
	line-height:24px;
	padding:0px 5px;
	background-image:url(../images/search_foot.gif);
	background-repeat:no-repeat;
	background-position:right;
	border:none;
	margin-right:5px;
	text-transform:uppercase;
	color:#666;
}
.foot_botm .netwrok ul.signup li a.signbtn{
	float:left;
	height:26px;
	color:#FFF;
	display:inline-block;
	background-image:url(../images/signup.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-transform:uppercase;
	padding-left:10px;
}
.foot_botm .netwrok ul.signup li a.signbtn span{
	float:left;
	height:20px;
	padding-top:6px;
	padding-right:10px;
	text-align:center;
	color:#FFF;
	display:inline-block;
	background-image:url(../images/signup.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-transform:uppercase;
}
.foot_botm .netwrok ul.networklinks{
	list-style:none;
	float:right;
	padding-top:15px;
}
.foot_botm .netwrok ul.networklinks li{
	float:left;
	margin-left:5px;
	color:#666;
}

/*
=======================================================================
	 Rules Tambahan
=======================================================================
*/
.error_msg, .notice_msg, .success_msg {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.error_msg {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice_msg {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success_msg {background:#E6EFC2;color:#264409;border-color:#C6D880;}

.white{color:#fff}

/*
=======================================================================
	 Rules Blogs
=======================================================================
*/

.post_date{
	font-size:90%;
	font-family:Tahoma, Geneva, sans-serif;
	margin-bottom:5px;
}

.post_title{
	font-size:120%;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}

.post_title a{
	color:#fff;	
}

.post_title a:hover{
	text-decoration:underline;
}

.blogs{
	margin:15px 0 0 0;
	color: #555555;
	text-shadow:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 19px;
	letter-spacing: 0.4px;
	word-spacing: 0px;
}

.blogs a{
	text-decoration:underline;
	color:#ef4377;
}

.blogs a:hover{
	text-decoration:none;	
	color:#ef4377;
}

.blogs h1{
	color:#000;
	font-size:250%;
}

.blogs ol{
	margin:10px 0 10px 25px;	
}

.blogs p{
	line-height:20px;
	margin-bottom:10px;	
}

/*
=======================================================================
	 Watermark Rules
=======================================================================
*/
#watermark_box {
position:relative;
display:block;
}
img.watermark {
position: absolute;
top: 1em;
left: 1em;
}

img.watermark2 {
position: absolute;
top: 1em;
right: 1em;
}

img.watermark3 {
position: absolute;
right: 1em;
top: -20px;
}
/*
=======================================================================
	 Watermark Rules
=======================================================================
*/
.hori-banner{ 
font-weight:bold;
margin:-5px 5px 15px 5px;
background-image:url(../images/bg-hori-banner.gif);
background-repeat:no-repeat;
background-position:right;
}

.hori-banner img{
	padding-right:5px;	
}

/* Boxes
---------------------------------------------------------------------*/

.box {
	padding: 8px;
	margin-bottom:8px;
	color:#555;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eee;
}
.box-info {
	padding-left: 32px;
	border-top:1px solid #B8E2FB;
	border-bottom:1px solid #B8E2FB;
	background:#E8F6FF url("../images/information.png") no-repeat 8px 50%;
}
.box-warning{
	padding-left: 32px;
	border-top:1px solid #F2DD8C;
	border-bottom:1px solid #F2DD8C;
	background:#FFF5CC url("../images/error.png") no-repeat 8px 50%;
}
.box-error{
	padding-left: 32px;
	border-top:1px solid #F8ACAC;
	border-bottom:1px solid #F8ACAC;
	background:#FFD1D1 url("../images/exclamation.png") no-repeat 8px 50%;
}
.box-error-msg{
	margin-top:-8px;
	background:#FFF1F1;
	border-top:0 none;
	border-bottom:1px solid #FDDCDC;
	color:#664B4B;
	padding:12px;
}
.box-error-msg ol {
	margin-top: 0;
	margin-bottom: 0;
}

.box-error-msg ul {
	margin-top: 0;
	margin-bottom: 0;	
	list-style-type:none;
}

.box-success{
	padding-left: 32px;
	border-top:1px solid #BBDF8D;
	border-bottom:1px solid #BBDF8D;
	background:#EAF7D9 url("../images/accept.png") no-repeat 8px 50%;
}

.box a:hover {
	background: transparent !important;
}

.box a.close {
	float: right;
	border: 0 none !important;
	font-weight: bold;
	color: #666 !important;
}
.box-info a.close {
	color: #395594 !important;
}
.box-warning a.close {
	color: #D6A23D !important;
}
.box-error a.close {
	color: #CF563D !important;
}
.box-success a.close {
	color: #238221 !important;
}

/* Tables
---------------------------------------------------------------------*/

table.stylized {
	border-collapse:collapse;
	position:relative;
	margin-top:1em;
	margin-bottom:1em;
}
table.stylized th,table.stylized td {
	line-height:18px;
	padding:8px 12px;
}
table.stylized th {
	background-color:#2A7AD2 !important;
	color:#fff;
	text-align:left;
}
table.stylized tr.high {
	background-color:#ffa !important;
}
table.stylized tbody th,table.stylized tbody td,table.stylized tfoot th,table.stylized tfoot td {
	border-bottom:solid 1px #eee;
}
table.stylized tfoot td {
	background-color:#f2f2f2 !important;
	border-bottom:2px solid #ddd;
}
table.stylized tr:nth-child(even) td {
}
table.stylized tbody tr:nth-child(odd) th,table.stylized tbody tr:nth-child(odd) td {
	background:#FAFDFE;
}
table.stylized caption {
	margin-bottom:1em;
	text-align:left;
	font-size:11px;
	text-transform:uppercase;
}
table.no-style th,table.no-style td {
	line-height:18px;
	padding:4px 8px 4px 0;
}
table.no-style td,table.no-style th {
	background:none !important;
	color:#666;
	border-bottom:0 none;
	border-bottom:1px dotted #ddd !important;
}
table.no-style caption {
	margin-bottom:0;
	text-align: left;
}
/* flot TD */
td.legendLabel {
	font-size:11px;
	padding:0 4px;
	vertical-align: middle;
}

/* Icons
---------------------------------------------------------------------*/

.icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float:left;
	margin-right: 4px;
}
.icon-add {
	background:url("../images/ws-admin/add.png") no-repeat;
}
.icon-ok {
	background:url("../images/ws-admin/accept.png") no-repeat;
}
.icon-cancel {
	background:url("../images/ws-admin/cancel.png") no-repeat;
}

.btn-special .icon {
	margin-top: 2px
}

/* span label identifikasi */
span.label {
	background:url("../images/tag-bg.gif") no-repeat scroll 100% 50% transparent;
	font:bold 10px/1.2 "tahoma",sans-serif;
	padding:4px 16px 5px 5px;
	text-transform:uppercase;
	color:#fff;
}
span.label-red {
	background-color:#df0000;
}
span.label-green {
	background-color:#4BA508;
}
span.label-blue {
	background-color:#0085CC;
}
span.label-purple {
	background-color:#6E0A9E;
}
span.label-gray {
	background-color:#555;
}
span.label-gold {
	background-color:#b90;
}
span.label-silver {
	background-color:#ccc;
}
span.label-yellow {
	background-color:#FFC806;
}
span.label-black {
	background-color: #111;
}

/* Showcase
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: 0;
}

.showcase-content-container
{
	background-color: #000;
}

/* Navigation arrows */
.showcase-arrow-previous, .showcase-arrow-next
{
	position: absolute;
	background: url('../images/arrows.png');
	width: 33px;
	height: 33px;
	top: 220px;
	cursor: pointer;
}

.showcase-arrow-previous
{
	left: -60px;
}

.showcase-arrow-previous:hover
{
	background-position: 0px -34px;
}

.showcase-arrow-next
{
	right: -56px;
	background-position: -34px 0;
}

.showcase-arrow-next:hover
{
	background-position: -34px -34px;
}

/* Content */
.showcase-content
{
	background-color: #000;
	text-align: center;
}
	
	.showcase-content-wrapper
	{
		text-align: center;
		height: 470px;
		width: 700px;
		display: table-cell;
		vertical-align: middle;
	}
	
	/* Styling the tooltips */
	.showcase-plus-anchor
	{
		background-image: url('../images/plus.png');
		background-repeat: no-repeat;
	}
	
	.showcase-plus-anchor:hover
	{
		background-position: -32px 0;
	}
	
	div.showcase-tooltip
	{
		background-color: #fff;
		color: #000;
		text-align: left;
		padding: 5px 8px;
		background-image: url(../images/white-opacity-80.png);
	}
	
	/* Styling the caption */
	.showcase-caption
	{
		color: #000;
		padding: 8px 15px;
		text-align: left;
		position: absolute;
		bottom: 10px; left: 10px; right: 10px;
		display: none;
		background-image: url(../images/white-opacity-80.png);
	}
	
.showcase-onepage .showcase-content
{
	margin-bottom: 10px;
}

/* Button Wrapper */
.showcase-button-wrapper
{
	clear: both;
	margin-top: 10px;
	text-align: center;
}

	.showcase-button-wrapper span
	{
		margin-right: 3px;
		padding: 2px 5px 0px 5px;
		cursor: pointer;
		font-size: 12px;
		color: #444444;
	}

	.showcase-button-wrapper span.active
	{
		color: #000;
		font-weight:bold;
	}

/* Thumbnails */
.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
{
	background-color: #000;
}

.showcase-thumbnail-wrapper
{
	overflow: hidden;
}
	
	.showcase-thumbnail
	{
		width: 120px;
		height: 90px;
		cursor: pointer;
		border: solid 1px #333;
		position: relative;
	}
	
		.showcase-thumbnail-caption
		{
			position: absolute;
			bottom: 2px;
			padding-left: 10px;
			padding-bottom: 5px;
		}
		
		.showcase-thumbnail-content
		{
			padding: 10px;
			text-align: center;
			padding-top: 25px;
		}
		
		.showcase-thumbnail-cover
		{
			background-image: url(../images/black-opacity-40.png);
			position: absolute;
			top: 0; bottom: 0; left: 0; right: 0;
		}
	
	.showcase-thumbnail:hover
	{
		border: solid 1px #999;
	}
	
		.showcase-thumbnail:hover .showcase-thumbnail-cover
		{
			display: none;
		}
	
	.showcase-thumbnail.active
	{
		border: solid 1px #999;
	}
	
		.showcase-thumbnail.active .showcase-thumbnail-cover
		{
			display: none;
		}

.showcase-thumbnail-wrapper-horizontal
{
	padding: 10px;
}

	.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
	{
		margin-right: 10px;
		width: 116px;
	}

.showcase-thumbnail-wrapper-vertical
{
	padding: 10px;
}

	.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
	{
		margin-bottom: 10px;
	}
	
.showcase-thumbnail-button-backward,
.showcase-thumbnail-button-forward
{
	padding: 7px;
	cursor: pointer;
}

.showcase-thumbnail-button-backward
{
	padding-bottom: 0px;
	padding-right: 0px;
}

	.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
	.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
	.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
	.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
	{
		background-image: url(../images/arrows-small.png);
		background-repeat: no-repeat;
		display: block;
		width: 17px;
		height: 17px;
	}
	
	.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
	{
		background-position: 0 -51px;
		margin-left: 55px;
	}
	.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
	{
		background-position: -17px -51px;
	}
	
	.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
	{
		background-position: 0 -34px;
		margin-left: 55px;
	}
	.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
	{
		background-position: -17px -34px;
	}
	
	.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
	{
		background-position: 0 -17px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
	{
		background-position: -17px -17px;
	}
	
	.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
	{
		background-position: 0 0;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
	{
		background-position: -17px 0;
	}
	
	/* Hide button text */
	.showcase-thumbnail-button-forward span span,
	.showcase-thumbnail-button-backward span span
	{
		display: none;
	}
	
	/*
	===
	dipakai pada saat pemilihan ukuran
	===	
	*/
	
.radios .hidden{
	position:absolute;
	left:-9999px;
}

.radios .checked{
	color:#fff;
	background:#3B5998;
}

.radios .unchecked{
	color:#000;
	background:#fff;
}

.radios label{
	border:1px solid #CCC;
	width:27px;
	height:27px;
	font-size:12px;
	font-weight: bold;
	line-height:27px;
	font-family:sans-serif;
	text-align:center;
	background:#fff;
	display:block;
	position:relative;
	float:left;
	margin-right:1px;
}

