@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'DINBold';
    src: url('../fonts/dincond-bold-webfont.eot');
    src: url('../fonts/dincond-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dincond-bold-webfont.woff') format('woff'),
         url('../fonts/dincond-bold-webfont.ttf') format('truetype'),
         url('../fonts/dincond-bold-webfont.svg#DINCond-BoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFF;
	color: #333;
}
img {
	border: 0;
}
a {
	color: #e00000;
}
a:hover {
	color: #AAA;
	text-decoration: none;
}
input:focus {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	border: 1px solid #06F;
}
.upperbody {
	width: 100%;
	margin: 20px 0 20px 15px;
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	color: #004e84;
	font-size: 18px;
}
.titlecreate {
	background: #004e84;
	padding:3px 0;
	margin: 0 15px;
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
}
.tablefloatleft {
	float: left;
	width: 476px;
	min-height: 230px;
	margin-right: 5px;
	padding-bottom: 50px;
	font-size: 12px;
}
.buttonabsolute {
	position: absolute;
	bottom: 0px;
	width: 475px;
	padding: 10px 0 10px 0;
}
.tabletab {
	padding: 5px 20px;
}
.tabletabifyou {
	margin-top: 10px;
	margin-bottom: 10px;
}
#loginsignbutton {
	background: #666;
	color: #FFF;
	width: 80px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#loginsignbutton:hover {
	background: #333;
}
.createanaccountbuttona {
	background: #666;
	padding: 5px 10px;
	display: inline-block;
	cursor: pointer;
	border: 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#createanaccountbutton {
	background: #666;
	width: 144px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
	border: 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#createanaccountbutton:hover, .createanaccountbuttona:hover {
	background: #333;
}

#top {
	position: relative;
	width: 970px;
	height: 95px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}
#marginbodyshopping {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#logotop {
	position: absolute;
	bottom: 5px;
}
#searchengine {
	position: absolute;
	right: 120px;
	bottom: 20px;
	width: 280px;
	height: 20px;
	vertical-align: middle;
}
.searchbutton {
	border: 1px solid #DDD;
	color: #AAA;
	background: url(../images/searchicon.jpg) center no-repeat #FFF;
	width: 40px;
	height: 26px;
	vertical-align: top;
	cursor: pointer;
}
#adminbuttonright, #adminbuttonleft {
	position:fixed;
	width: 20px;
	height: 100%;
	display: block;
	top: 0;
	left: -1px;
	cursor: pointer;
	color: #FFF;
	background: #999;
	text-align: center;
	z-index: 990;
	letter-spacing: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
	border-right: 1px solid #000;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#adminbuttonleft {
	display: none;
}
#adminbuttonright:hover, #adminbuttonleft:hover {
	background: #AAA;
}
#admlogintop {
	position: fixed;
	left: -251px;
	width: 250px;
	height: 100%;
	border-bottom: 1px solid #000;
	background: #666;
	padding-right: 0px;
	z-index: 999;
	border-right: 1px solid #000;
}
#admin_nav_ul {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	list-style: none;
	margin: 0px;
}
#admin_nav_ul li {
	margin-left: -30px;
	letter-spacing: 2px;
}
#admin_nav_ul li a {
	display: block;
	padding: 0px 20px 0px 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#admin_nav_ul li a:hover {
	color: #ff9090;
	background: #444;
}
#logintop {
	width: 650px;
	height: 12px;
	position: absolute;
	top: 25px;
	right: 150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #EEE;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#logintoptrue {
	width: 650px;
	height: 8px;
	position: absolute;
	top: 10px;
	right: 130px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #00223a;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#forboxes {
}
#logintop a, #admlogintop a, #logintoptrue a{
	color: #004e84;
	text-decoration: none;
}
#logintop a:hover, #admlogintop a:hover, #logintoptrue a:hover {
	color: #00223a;
	text-decoration: underline;
}
#shoppingtop {
	position: absolute;
	top: 12px;
	right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 32px 10px 25px 10px;
	display: block;
	border-left: 1px solid #CCC;
}
#shoppingtop a {
	color: #004e84;
	text-decoration: none;
}
#shoppingtop a:hover {
	color: #00223a;
}
#errormessagelogin {
	position: absolute;
	top: 50px;
	right: 430px;
	text-align: right;
	color: #900;
	font-style: italic;
}
#nav {
	position: relative;
	background: url(../images/navbg.jpg) repeat-x #004e84;
	width: 100%;
	border-top: 2px solid #3aafff;
	border-bottom: 2px solid #00365c;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
#navigation {
	position: relative;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
}
#nav_ul {
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	list-style: none;
	margin: 0px 0px 0px -30px;
}
#nav_ul .navdrop {
	float: left;
	position: relative;
	letter-spacing: 1px;
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
}
#nav_ul .navdrop .navdropa {
	display: block;
	padding: 12px 10px 11px 10px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-left: 1px solid #018ae9;
	border-right: 1px solid #004473;
}
#nav_ul .navdrop .navdropa:hover {
	display: block;
	color: #00223a;
	background: #EEE;
	text-shadow: none;
	border-left: 1px solid #004473;
	border-right: 1px solid #018ae9;
}
.subnavdrop {
	position: relative;
	letter-spacing: 1px;
}
.subnavdrop .subnavdropa {
	display: block;
	padding: 3px 10px 3px 10px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
.subnavdrop .subnavdropa:hover {
	display: block;
	color: #FFF;
	background: #666;
	text-shadow: none;
}
.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0px; top: 100%;
	background: #EEE;
	border: 1px solid #AAA;
	color: #160b00;
	margin: 0; padding: 0;
	display: none;
	width: 200px;
	z-index: 10;
	padding: 5px 0px;
}
.subnav_sub {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 100%; top: 0%;
	background: #666;
	color: #FFF;
	margin: 0;
	display: none;
	width: 200px;
	z-index: 10;
	padding: 2px 0px;
}
.subnav li, .subnav_sub li {
	margin: 0; padding: 0;  
	clear: both;
}
.subnav li a, .subnav_sub li a {
	display: block;
	padding: 1px 10px;
	color: #160b00;
	font-size: 12px;
	font-weight: normal;
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.subnav li a:hover, .subnav_sub li a:hover {
	background: #F5F5F5;
	color: #333;
	display: block;
}
.subnav_sub li a {
	color: #FFF;
}
.bordertopbottom {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0px;
}
#body_full_width_home {
	width: 100%;
	background: #F0F0F0;
}
#body_full_width {
	width: 100%;
	background: #F0F0F0;
}
#body_container_full {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
	padding: 10px 0;
	z-index: 1;
}
#body_container {
	position: relative;
	width: 990px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px dotted #AAA;
	border-right: 1px dotted #AAA;
	padding: 10px 0;
	z-index: 1;
}
#footer_container {
	position: relative;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: #004e84;
	z-index: 4;
	border-bottom: 1px dotted #CCC;
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
}
.footercontent {
	float: left;
	width: 150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	margin-left: 20px;
	z-index: 3;
}

.footercontent ul {
	list-style: none;
	margin-left: -20px;
}
.footercontent a, .copyright a, .footer a {
	color: #EEE;
	text-decoration: none;
	font-weight: normal;
}
.footercontent a:hover, .copyright a:hover, .footer a:hover {
	color: #FFF;
}
.followus {
	position: absolute;
	right: 10px;
	top: -20px;
}
.copyright {
	position: relative;
	text-align: center;
	color: #AAA;
	padding-bottom: 10px;
}
.footer {
	position: relative;
	text-align: center;
	width: 990px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	color: #AAA;
	background: #004e84;
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
}
.footer_full {
	background: #F0F0F0;
	width: 100%;
}
#view_sub_left {
	position: relative;
	float: left;
	width: 17%;
}
#view_products_list_homepage {
	position: relative;
	width: 100%;
	margin-top: 11px;
	padding-top: 1px;
	padding-bottom: 10px;
	min-height: 300px;
}
#view_products_list {
	position: relative;
	float: left;
	width: 81%;
	background: #FFF;
	padding: 5px;
	min-height: 300px;
}
.floatleft {
	float: left;
}
.submenunavtitle {
	font-family: 'DINBold', Gadget, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 10px;
	color: #004e84;
}
.submenunavtitle a {
	font-size: 12px;
	font-weight: normal;
	color: #004e84;
}
#submenulist {
	list-style: url(../images/box-list-style.png);
	font-size: 12px;
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
}
#submenulist li {
	width: 100%;
	margin-left: 0px;
}
#submenulist a {
	color: #004e84;
	display: block;
	width: 100%;
	padding: 0px;
	text-decoration: none;
}
#submenulist a:hover {
	color: #140b00;
	text-decoration: none;
	background: #DDD;
}
.breadcrumbfullwidth {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #F5F5F5;
	border-bottom: 1px solid #CCC;
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
.breadcrumb {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #004e84;
}
.breadcrumb a {
	color: #004e84;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #00223a;
}
.bannersubcategoryfullwidth {
	width: 100%;
	background: #F0F0F0;
}
.bannersubcategory {
	position: relative;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	color: #AAA;
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
}
.product_view_home {
	float: left;
	width: 235px;
	height: 329px;
	text-align: left;
	margin-left: 10px;
	position: relative;
}
.product_view {
	float: left;
	width: 255px;
	height: 329px;
	text-align: left;
	margin-left: 10px;
	position: relative;
}
.product_view_details_button {
	padding: 5px 10px 0px 10px;
	border: 1px solid #CCC;
	cursor: pointer;
	text-transform: uppercase;
	background: #EEE;
	color: #333;
	font-weight: bold;
}
.brachart_show, .delivery_show, .shippingcost_show, .measurementguide_show, .fabriccare_show, .othercolor_show {
	display: none;
	font-size: 12px;
}
.product_view_details_show, .brachart_show, .delivery_show, .shippingcost_show, .measurementguide_show, .fabriccare_show, .othercolor_show  {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 8px;
}
.product_view_image {
	position: relative;
	border: 0px solid #CCC;
	width: 100%;
}
.image_view img {
	border: 1px solid #AAA;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.image_view img:hover {
	margin: -5px 0 0 -5px;
	padding: 5px;
	border: 1px solid #333;
}
.product_view_image_sale {
	position: absolute;
	bottom: 39px;
	right: 0px;
}
.product_view_image_exclusive {
	position: absolute;
	bottom: 10px;
	right: 0px;
	z-index: 5;
}
.newtitle {
	position: absolute;
	right: -1px;
	color: #6C0;
	font-weight: bold;
	font-size: 10px;
}
.product_view_name_title {
	margin-top: 10px;
	width: 230px;
}
.product_view_name a, .product_view_name_title a  {
	color: #222;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'DINBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
}
.product_view_name a:hover, .product_view_name_title a:hover {
	color: #333;
	text-decoration: underline;
}
.product_view_price {
	font-size: 11px;
	color: #002f4f;
}
.product_view_more_colour {
	font-size: 10px;
}
.item_one {
	position: relative;
}
.item_one_name {
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'DINBold', Tahoma, Geneva, sans-serif;
	text-align: left;
	color: #002f4f;
	margin-top: 2px;
	margin-bottom: 2px;
}
.item_one_code {
	font-weight: normal;
	font-size: 12px;
	text-transform: capitalize;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	color: #002f4f;
	margin-bottom: 5px;
}
#item_one_image {
	float: left;
	position: relative;
	height: 500px;
}
.item_one_image_view {
	z-index: 1;
	position: absolute;
	left: 65px;
	top: 6px;
	width: 320px;
}
.item_one_image_view img {
	border: 0px solid #AAA;
}
.item_one_image_alt {
	position: absolute;
	top: 6px;
	left: 0px;
}
.item_one_image_alt img {
	margin-bottom: 2px;
	border: 0px solid #AAA;
}
.item_one_price {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	color: #002f4f;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.item_one_price_slash {
	text-decoration: line-through;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	color: #002f4f;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.item_one_price_disc {
	color: #002f4f;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	text-transform: uppercase;
}
.item_one_measurement {
	visibility: hidden;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	color: #999;
}
#measurementfreesizeview, #measurementxxsview, #measurementxsview, #measurementsview, #measurementmview, #measurementlview, #measurementxlview, #measurementxxlview, #measurementxxxlview {
	display: none;
}
.table_products_view_color_size_quantity {
	font-size: 12px;
}
.item_one_description {
	width: 400px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	color: #AAA;
}
.item_one_color {
	float: right;
	font-size: 10px;
	width: 410px;
	font-family: Tahoma, Geneva, sans-serif;
	top: 0px;
}
#itemcolor, #itemsize, #quantity  {
	width: 200px;
	background: #FFF;
	border: 1px solid #DDD;
	font-size: 13px;
	color: #111;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
#submitorder {
	width: 152px;
	height: 32px;
	cursor: pointer;
	background: #AAA;
	color: #FFF;
	font-weight: bold;
	border: 0px;
	display: inline-block;
}
#submitorder:hover {
	background: #333;
}

#protoorder {
	width: 152px;
	height: 32px;
	cursor: pointer;
	background: url(../images/proceed_to_order_btn.gif) no-repeat 0px 0px;
	border: 0px;
	display: inline-block;
}
#protoorder:hover {
	background: url(../images/proceed_to_order_btn.gif) no-repeat 0px -32px;
}
.addtocartbody {
	position: relative;
	margin-left: 87px;
}
.fblike {
	text-align: left;
}
.pagesview {
	float: right;
	font-family: 'gotham-medium', Arial;
	font-size: 12px;
}
.numberofpagestop {
	width: 98%;
	padding: 0px 9px;
	text-align: right;
	position: absolute;
	right: 0px;
	top: 0px;
}
.numberofpagesbottom {
	width: 98%;
	padding: 0px 9px;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#product_content {
	margin-top: 35px;
	margin-bottom: 35px;
}
#product_content img:hover {
}
.item_one_color_table select {
	border: 1px solid #EEE;
	background: #E6E6E6;
	width: 100px;
	color: #999;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.imageforedit:hover {
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
}

#sharethis {
	width: 105px;
	background: #EEE;
	border: 1px solid #DDD;
	padding: 4px;
}
#backtoshoppingbottom a {
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	
	background:#999;
	padding: 10px;
	font-size: 14px;
	position: absolute;
	right: 150px;
	bottom: 0px;
}
#checkoutbottom img {
	position: absolute;
	right: 155px;
	bottom: 2px;
}
#checkoutbottom a{
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	
	background: #818181;
	padding: 10px;
	position: absolute;
	right: 13px;
	bottom: 0px;
}
#checkoutbottom a:hover, #backtoshoppingbottom a:hover{
	color: #333;
	background:#EEE;
}
.removecart a, .updatecart a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background: #DDD;
	
	/* css3 border radius */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
.removecart a:hover, .updatecart a:hover {
	color: #FFF;
	background: #333;
}

#forgotpasswordlogin {
	position: absolute;
	right: 43px;
	bottom: 30px;
	color: #666;
	text-decoration: none;
}
#forgotpasswordlogin:hover {
	color: #333;
}
.loginbox, .trackorderbox, .confirmpaymentbox {
	cursor: pointer;
	padding: 1px 8px 1px 8px;
	color: #004e84;
}
.loginbox:hover, .trackorderbox:hover, .confirmpaymentbox:hover {
	cursor: pointer;
	color: #00223a;
	text-decoration: none;
}
#loginboxform, #trackorderboxform, #confirmpaymentform {
	position: absolute;
	top: 100%;
	right: 0px;
	background: #F0F0F0;
	border: 1px solid #FFF;
	width: 350px;
	height: 150px;
	z-index: 999;
	display: none;
	color: #004e84;
}

#loginboxform .h4, #trackorderboxform .h4, #trackorderboxformtrue .h4, #confirmpaymentform .h4 {
	width: 100%;
	font-weight: normal;
	text-transform: uppercase;
	padding: 1px 0px;
	text-align: center;
	color: #FFF;
	background: #004e84;
	margin: 0px 0 15px 0;
}
#trackorderboxformtrue {
	position: absolute;
	top: 30px;
	right: 25px;
	background: #F0F0F0;
	border: 1px solid #FFF;
	width: 360px;
	height: 135px;
	z-index: 999;
	display: none;
	color: #004e84;
}
.tableformlogin {
	display: table-cell;
	width: 90px;
	text-align: left;
}
.formpersonaldetails {
	color: #004e84;
	width: 600px;
}
.formpersonaldetails td {
	vertical-align: top;
}
.formpdtr {
	height: 30px;
}
.passwordsignmeup {
	display: none;
}
.formpdtd {
	width: 150px;
	text-align: right;
	text-transform: uppercase;
}
.invalid {
	color: #C00;
}
.personal_details_table {
	display: table-cell;
	vertical-align: top;
	width: 120px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding-left: 50px;
}
.shipping_table_right {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
.shipping_table {
	display: table-cell;
	vertical-align: top;
	width: 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	padding-left: 50px;
}
.shipping_table_center {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 300px;
	font-family: Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-left: 50px;
}
.personal_details_table_right {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}

#personaldetailsform input, #personaldetailsform textarea, #personaldetailsform select, #changepasswordform input {
	border: 1px solid #AAA;
	background: #FFF;
	width: 380px;
	letter-spacing: 2px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
#personaldetailsform input:hover, #personaldetailsform textarea:hover, #personaldetailsform select:hover, #changepasswordform input:hover {
	background: #DDD;
	border: 1px solid #AAA;
}

.headerBIG {
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #004e84;
	width: 96%;
	padding: 3px 10px;
	background: #F0F0F0;
}
.buttonform{
	width: 100px;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	/* css3 border radius */
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	
	background:#333;
	letter-spacing: 2px;
}
.buttonform:hover{
	color: #333;
	background:#EEE;
}
.valid {
	color: #060;
}
.validorder {
	color: #C69;
	font-size: 9px;
}

#orderpage {
	min-height: 400px;
	width: 100%;
}
.ordercenter {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	color: #004e84;
}
.billingaddress {
	float: left;
	width: 335px;
	height: 180px;
	border: 1px solid #AAA;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.notes {
	width: 320px;
	border: 1px dotted #AAA;
	padding: 10px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.orderstatus {
	float: left;
	width: 220px;
	height: 180px;
	border: 1px solid #AAA;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.purchasetable {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.purchasetable a {
	color: #333;
	text-decoration: underline;
}
.purchasetable a:hover {
	color: #333;
	text-decoration: none;
}

#printpreview {
	position: absolute;
	left: 45px;
	top: 20px;
	font-size: 12px;
}
#purchasehistorypreview {
	position: absolute;
	left: 120px;
	top: 20px;
	font-size: 12px;
}
#printpreview a, #purchasehistorypreview a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	/* css3 border radius */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	background:#EEE;
	padding: 5px 10px 5px 10px;
}
#printpreview a:hover, #purchasehistorypreview a:hover {
	color: #FFF;
	background: #999;
}

.couponcode {
	padding: 10px 20px 10px 20px;
	background: #EEE;
	width: 737px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #333;
}
.relative {
	position: relative;
	height: 45px;
}
.itemsold {
	width: 100%;
}

.menuadminsub a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}
.menuadminsub a:hover {
	color: #333;
	text-decoration: underline;
}
.overmenuadmin {
	background: #033;
	color: #FFF;
}
.trover:hover {
	background: #CCC;
}

.couponview {
	float: left;
	border: 1px dotted #AAA;
	width: 215px;
	height: 100px;
	text-align: center;
	margin-right: 8px;
}
.right_text {
	width: 100%;
	text-align: right;
}

.recentlyview {
	width: 398px;
	text-align: left;
	border: 1px solid #CCC;
	margin: 7px 0;
	padding: 0px 5px 5px 5px;
	background: #FFF;
	margin-bottom: 10px;
}
.recentlyview img:hover {
	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
}

#loading {
	position:relative;
	background:#ff0000;
	color:#fff;
	font-size:14px;
	font-familly:Arial;
	padding:2px;
	display:none;
}

#gallery {
	position:relative;
	height:292px;
	width: 100%;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:0;
	}

	#gallery .caption {
		z-index:1; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
		display: none;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	#banner {
	position: relative;
	width: 990px;
	height: 450px;
	background: #FFF;
	}
	#catposter {
	position: relative;
	width: 100%;
	height: 250px;
	}


.viewnumberofitems {
	padding: 1px 5px;
	border: 0px;
	text-decoration: none;
	color: #999;
}
.viewnumberofitems:hover {
	background: #CCC;
	color: #000;
}
.xbutton {
	padding: 1px 7px;
	background: #CCC;
	color: #333;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
.xbutton:hover {
	background: #333;
	color: #CCC;
}

#smallposterbanner {
	width: 970px;
	padding: 0 10px;
	margin: 2px auto;
	min-height: 160px;
}
#smallposterbanner5 {
	width: 970px;
	padding: 0 10px;
	margin: 2px auto;
	min-height: 230px;
}
.smallposter {
	float: left;
	width: 313px;
	min-height: 150px;
	background: #CCC;
	margin-top: 5px;
	margin-right: 15px;
}
.smallposter5 {
	float: left;
	width: 185px;
	min-height: 230px;
	background: #CCC;
	margin-top: 5px;
	margin-right: 11px;
}
.nlfloatleft {
	float: left;
	font-size: 10px;
	padding: 1px 10px;
	margin-right: 3px;
}
.newrow {
	font-size: 8px;
	background: #FFF4DD;
	color: #F00;
	padding: 0px 2px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.stocktable {
}
.stocktable th {
	border: 1px dotted #CCC;
	width: 50px;
}
.stocktable td {
	border: 1px dotted #CCC;
	text-align: center;
	background: #333;
}
.headerheader {
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #F0F0F0;
	font-size: 28px;
	color: #004e84;
	width: 100%;
	text-align: left;
	margin: 0;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	left: 10px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width: 970px;
	height: 450px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:970px;
	height: 450px;
	display:block;
}

.slides_container a img {
	display:block;
}
/*
	Pagination
*/

.pagination {
	position: absolute;
	bottom: -5px;
	right: 10px;
	z-index: 101;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.notesproductsview {
	 position: relative;
	 height: 15px;
	 width: 100%;
	 padding-top: 29px;
	 margin: 0px 0 -15px 10px;
	 font-size: 10px;
	 font-weight: bold;
	 color: #999;
	 text-transform: uppercase;
}

.alpleft {
	position: relative;
	float: left;
}
.alpcheck {
	position: absolute;
	top: 5px;
	left: 5px;
}
.alpdelete {
	position: absolute;
	top: 5px;
	right: 5px;
}
.subdiv {
	width: 220px;
	color: #e00000;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding-bottom: 10px;
	text-align: right;
}
.subdiv:hover {
	color: #999;
}
#about_us_english {
	margin-top: 30px;
	display:block;
}
#about_us_indonesia {
	margin-top: 30px;
	display:none;
}
.about_us_id_button, .about_us_en_button {
	cursor: pointer;
}
.about_us_en_button {
	color: #e00000;
}
#loading1, #loading2, #loading3, #loading4 {
	position: absolute;
	top: 5px;
	left: 265px;
	background:#333;
	color:#FFF;
	font-size:10px;
	padding:2px;
	display: none;
}
.category_product_banner {
	position: relative;
	float: left;
	margin: 15px 7px 0 7px;
	border: 1px solid #AAA;
	padding: 5px;
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.category_product_banner:hover {
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
}
.category_product_banner_title {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #004e84;
}
.products_page_button_up {
	background: #EEE;
	color: #999;
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	padding: 3px;
	margin: 0 10px 0 0;
	width: 100px;
	float: left;
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
#new_item_products_page, #best_item_products_page {
	position: relative;
	background: #FFF;
	border: 1px solid #AAA;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	margin: 0 0 25px 0;
}
#best_item_products_page {
	display: none;
}
.item_view_products_page {
	position: relative;
	float: left;
	margin: 13px 7px 13px 6px;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}
.item_view_products_page:hover {
	background: #DDD;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}
.item_name_pro {
	font-weight: bold;
	width: 136px;
}
.item_price_pro {
	width: 136px;
}
.deleteorderdetail {
	position: relative;
	padding: 3px;
	text-decoration: none;
	background: #AAA;
	color: #FFF;
}
.deleteorderdetail:hover {
	background: #333;
}
#choose_language {
	position: absolute;
	top: 40px;
	left: 260px;
}
#choose_language a {
	padding: 2px 8px;
	text-decoration: none;
}
#choose_language a:hover {
	background: #ddd;
	color: #333;
}
.contacts {
}
.header1 {
	font-size: 16px;
	font-weight: bold;
	color: #004e84;
	text-transform: uppercase;
}
.header2 {
	font-size: 14px;
	font-weight: bold;
	color: #0158ae;
}
.text1 {
	font-size: 12px;
	color: #666;
	font-weight: normal
}
.submit_button1 {
	padding: 7px 20px;
	background: #666;
	color: #FFF;
	font-size: 16px;
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.submit_button1:hover {
	background: #999;
	color: #FFF;
}
.sendemailordertrack {
	text-align: right;
}
.catalogue_ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.catalogue_li {
	margin: 0;
	padding: 0;
}
.catalogue_a {
	display: block;
	font-size: 20px;
	font-family: 'DINBold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #004e84;
	text-decoration: none;
	background: #EEE;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	margin-bottom: 1px;
}
.catalogue_a:hover {
	background: #004e84;
	color: #FFF;
}