
img {
	border: 0px;
}
table {
	border-collapse: collapse;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.cleaner {
	clear: both;
}
input {
	padding: 1px;
}
select {
	background-color: #cccccc;
}

#container {
	margin: 20px auto;
	width: 960px;
}
#left-column {
	width: 218px;
	float: left;
}
#middle-column {
	float: left;
	width: 572px;
	position: relative;
}
#right-column {
	width: 168px; /* it should be width: 170px; but IE sucks */
	float: left;
}
.border-right {
	border-right: 1px solid #d6d6d6;
}
.border-left {
	border-left: 1px solid #d6d6d6;
}
/* ------------------- left column ------------------- */
#left-column div.main-menu {
	margin-bottom: 30px; 
}
#left-column div.main-menu a {
	display: block;
	background-color: #3c7aab;
	width: 202px;
	height: 20px; /* with padding height: 25px; */
	padding-top: 5px;
	text-align: center;
	color: #2c2c2c;
	text-decoration: none;
	font-weight: bold;
	font-size: 142%;
	border-bottom: 1px solid white;
}
#left-column div.main-menu a:hover, #left-column div.main-menu a.active {
	background-color: #5698cc;
}
#left-column div.category-title {
	text-align: center;
	color: #5698cc;
	width: 202px;
	font-weight: bold;
	margin-bottom: 20px;
}
#left-column div.category-title big {
	color: #3a6598;
	font-size: 150%;
}
#left-column div.category-menu {
	width: 202px;
	background-color: #989898;
	padding: 1px 0px;
	margin-bottom: 25px;
}
#left-column div.scroller {
	width: 202px;
	padding: 1px 0px;
	margin-bottom: 25px;
}

#left-column div.category-menu a {
	display: block;
	background-color: #ffffff;
	width: 200px;
	height: 20px; /* with padding height: 23px; */
	padding-top: 3px;
	margin: 0px 1px;
	text-align: center;
	color: #2c2c2c;
	text-decoration: none;
	font-size: 133%;
	border-bottom: 1px solid #989898;
}
#left-column div.category-menu a.last {
	border-bottom: 0px none;
}
#left-column div.category-menu a:hover {
	background-color: #cd3333;
}
#left-column div.we-accept {
	text-align: center;
	width: 202px;
	font-size: 83%;
	margin-bottom: 20px;
}
#left-column div.we-accept img {
	margin-left: 2px;
	position: relative;
	top: 5px;
}
/* ------------------- middle column ------------------- */
#middle-column div.header-image {
	width: 572px;
	height: 236px;
	background: transparent url('../images/header-lady.jpg') no-repeat left top;
	z-index: 101;
}
#middle-column div.header-logo {
	width: 264px;
	height: 135px;
	background: transparent url('../images/header-logo.jpg') no-repeat left top;
	position: absolute;
	left: 157px;
	top: 177px;
	z-index: 102;
}
#middle-column div.content {
	width: 572px;
	margin-top: 5px;
	padding: 100px 0px 40px 0px;
	/*
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	*/
	background-color: #859cc8;
	text-align: center;
	font-size: 133%;
	line-height: 117%;
}
#middle-column div.content big {
	font-weight: bold;
	font-size: 127%;
	line-height: 107%;	
}
#middle-column div.content span.as-easy-as {
	color: #990000;
	font-weight: bold;
	font-size: 125%;
	padding-left:165px;
}
#middle-column div.content ol {
	text-align: left;
	margin: 0px 0px 10px 65px;
	padding: 0px;
	color: #990000;
	font-weight: bold;
	list-style-type: none;
}
#middle-column div.content ol li {
	padding-bottom: 25px;
}
#middle-column div.content ol li span {
	color: #2c2c2c;
	font-weight: normal;
}
div.footer {
	font-size: 83%;
	line-height: 125%;
	color: #727272;
	margin-top: 10px;
	text-align: center;
}
div.footer a {
	font-size: 120%;
	color: #0000ff;
}
/* ------------------- right column ------------------- */
#right-column div.flags {
	width: 168px;
	text-align: center;
	margin-bottom: 30px;
}
#right-column div.corps {
	width: 168px;
	text-align: center;
}
#right-column div.corps img {
	margin-bottom: 25px;
}

/* order */
#left-column div.menu-logo {
	margin-bottom: 5px;
}
#right-big-column {
	float: left;
	width: 739px; /* it should be width: 740px;  but IE sucks */
	font-size: 120%;
}
#right-big-column h1 {
	color: #cc0000;
	font-weight: bold;
	background-color: #cccccc;
	margin: 0px;
	font-size: 142%; 
	line-height: 129%;
	padding-left: 10px;
	margin-bottom: 18px;
}
#right-big-column p {
	margin: 0px;
	padding: 0px 10px;
}
#right-big-column table.order-title {
	margin: 0px 10px 10px 10px;
	width: 719px;
	border-bottom: 1px solid #d6d6d6;
}
#right-big-column table.order-title tr td {
	padding-bottom: 4px;
}
#right-big-column div.empty-box-1 {
	height: 100px;
}
#right-big-column table.order {
	margin: 10px 10px 90px 10px;
	font-size: 92%;
	line-height: 100%;
}
#right-big-column table.noMargin {
	margin: 10px 10px 30px 10px;
}
#right-big-column table.order tr th {
	text-align: left;
	background-color: #3a6ea6;
	color: #ffffff;
	padding: 3px;
}
#right-big-column table.order tr td {
	text-align: left;
	padding: 3px;
}
#right-big-column table.order tr td.right {
	text-align: right;
}
#right-big-column table tr td button.add-to-cart,
#right-big-column table tr td button.add-more-items,
#right-big-column table tr td button.continue-shopping,
#right-big-column table tr td button.update-cart,
#right-big-column table tr td button.calculate-shipping,
#right-big-column table tr td button.begin-checkout,
#right-big-column table tr td button.go-back,
#right-big-column table tr td button.continue-checkout,
#right-big-column table tr td button.continue,
#right-big-column table tr td button.send-order {
	width: 148px;
	height: 25px;
	background: transparent url('../images/add-more-items.gif') no-repeat left top;
	border: 0px;
}
#right-big-column table tr td button.add-to-cart:hover,
#right-big-column table tr td button.add-more-items:hover {
	cursor: pointer;
}
#right-big-column table tr td button.add-to-cart {
	background-image: url('../images/add-to-cart.gif');
}
#right-big-column table tr td button.continue-shopping {
	background-image: url('../images/continue_shopping.gif');
}
#right-big-column table tr td button.update-cart {
	background-image: url('../images/update_cart.gif');
}
#right-big-column table tr td button.calculate-shipping {
	background-image: url('../images/calculate_shipping.gif');
}
#right-big-column table tr td button.begin-checkout {
	background-image: url('../images/begin_checkpoint.gif');
}
#right-big-column table tr td button.go-back {
	background-image: url('../images/go_back.gif');
}
#right-big-column table tr td button.continue-checkout {
	background-image: url('../images/continue_checkout.gif');
}
#right-big-column table tr td button.continue {
	background-image: url('../images/continue_but.gif');
}
#right-big-column table tr td button.send-order {
	background-image: url('../images/send_order.gif');
}
#right-big-column table tr.inputs td {
	padding: 1px 0px;
}
#right-big-column table tr.inputs td input,
#right-big-column table tr.outputs td input.text {
	border: 1px solid #cccccc;
	background-color: #cccccc;
	border-right: 2px solid #a5a5a5;
}
#right-big-column table tr.readonly td input {
	background-color: #ffffff;
}
#right-big-column table tr.outputs td input.text {
	border-right: 0px;
	width: 40px;
}
#right-big-column table tr.inputs td input.last {
	border-right: 1px solid #cccccc;
}
#right-big-column table.order tr.inputs td input.width-1 {
	width: 126px;
}
#right-big-column table.order tr.inputs td input.width-2 {
	width: 90px;
}
#right-big-column table.order tr.inputs td input.width-3 {
	width: 60px;
}
#right-big-column table.order tr.inputs td input.width-4 {
	width: 80px;
}
#right-big-column table.order tr.inputs td input.width-5 {
	width: 70px;
}
#right-big-column table.order tr.inputs td input.width-6 {
	width: 80px;
	margin-left: 5px;
}
#right-big-column table.order tr.inputs td input.width-7 {
	width: 60px;
}
#right-big-column table.order tr.inputs td input.width-8 {
	width: 110px;
}
#right-big-column table.order tr.inputs td input.width-9 {
	width: 100px;
}
#right-big-column table.order tr.inputs td input.width-10 {
	width: 80px;
}
#right-big-column table.order tr.inputs td input.width-11 {
	width: 60px;
}
#right-big-column table.order tr.inputs td input.width-12 {
	width: 60px;
}
#right-big-column table.order tr.inputs td input.width-13 {
	width: 80px;
}
#right-big-column table.order tr.inputs td input.width-14 {
	width: 70px;
}
#right-big-column table.order tr.inputs td input.width-15 {
	width: 60px;
}
#right-big-column table.order tr.inputs td input.readwrite {
	background-color: #cccccc;
}
#right-big-column table.order tr.inputs a {
	color: #0000ff;
}
#right-big-column table.order tr.inputs td input.radio {
	border: 0px none;
	background-color: transparent;
}
#right-big-column table tr td select {
	border: 1px solid #cccccc;
	margin-right: 13px;
	font-size: 92%;
}
#right-big-column table.order td.center {
	text-align: center;
}
#right-big-column table.order tr td.padding-add-to-cart {
	padding-top: 40px;
}
#right-big-column table tr th {
	white-space: nowrap;
}
#right-big-column table.order tr.outputs th.width-1 {
	width: 125px;
}
#right-big-column table.order tr.outputs th.width-2 {
	width: 110px;
}
#right-big-column table.order tr.outputs th.width-3 {
	width: 85px;
}
#right-big-column table.order tr.outputs th.width-4 {
	width: 50px;
}
#right-big-column table.order tr.outputs th.width-5 {
	width: 60px;
}
#right-big-column table.order tr.outputs th.width-6 {
	width: 75px;
}
#right-big-column table.order tr.outputs th.width-7 {
	width: 70px;
}
#right-big-column table.order tr.outputs th.width-8 {
	width: 100px;
}
#right-big-column table tr.outputs td select {
	margin-right: 0px;
}
#right-big-column table tr td select.currency {
	margin-right: 83px;
}
#right-big-column table tr td select.currency-cart {
	margin-right: 24px;
}
#right-big-column table tr td select.currency-options {
	margin-right: 14px;
}
#right-big-column table.order div.emptyBox {
	height: 35px;
}
#right-big-column table.order td.cart {
	text-align: center;
	padding-bottom: 20px;
}
#right-big-column table.order td.shipping {
	text-align: right;
	padding: 0px 20px 20px 0px;
}
#right-big-column table.register {
	width: 719px;
}
#right-big-column table.register td.right {
	text-align: right;
	padding-bottom: 20px;
}
#right-big-column table.order td.cart button {
	margin: 0px 35px;
}
#right-big-column table.register td button {
	margin-left: 35px;
}
#right-big-column table img.help {
	position: relative;
	top: 2px;
}
#right-big-column table input.radio {
	border: 0px;
	background-color: transparent;
}
/* register */
#right-big-column table.address {
	border: 1px solid #cccccc;
	margin: 0px 10px;
	width: 719px;
	margin-bottom: 20px;
}
#right-big-column table.address table {
	width: 50%;
}
#right-big-column table.address td {
	text-align: left;
	padding: 10px;
}
#right-big-column table.address td td {
	padding: 1px 2px;
}
#right-big-column table.address td.center {
	text-align: center;
}
#right-big-column table.address input.text {
	border: 1px solid #cccccc;
	background-color: #cccccc;
	width: 205px;
}
#right-big-column table.address tr.readonly input.text,
#right-big-column table.address tr.readonly select {
	background-color: #ffffff;
}
#right-big-column table.address input.sameAddress {
	position: relative;
	left: -4px;
	top: 1px;
}
#right-big-column table.address td.prec50 {
	width: 50%;
}
#right-big-column table.payment input.text {
	width: 160px;
}
#right-big-column table.payment textarea {
	border: 1px solid #cccccc;
	background-color: #cccccc;
	width: 325px;
	height: 135px;
}
#right-big-column table.itemOptions {
	border: 1px solid #cccccc;
	margin: 0px 10px;
	width: 719px;
}
#right-big-column table.itemOptions td {
	padding: 10px;
}
#right-big-column table.itemOptions table {
	width: 100%;
}
#right-big-column table.itemOptions td td {
	padding: 1px 2px;
}
#right-big-column table.paymentOptions {
	border: 1px solid #cccccc;
	margin: 0px 10px;
	width: 719px;
	margin-bottom: 20px;
}
#right-big-column table.paymentOptions td {
	padding: 10px;
}
#right-big-column table.paymentOptions table {
	width: 100%;
}
#right-big-column table.paymentOptions td td {
	padding: 1px 2px;
}
#right-big-column table.paymentOptions td td input.text {
	border: 1px solid #cccccc;
	background-color: #cccccc;
}
#right-big-column table.paymentOptions a {
	color: #0000ff;
}
#right-big-column table.login {
	margin: 10px 10px 20px 10px;
	font-size: 92%;
	line-height: 100%;
	width: 719px;
}
#right-big-column table.login-continue {
	margin: 0px 10px 20px 81px;
}
#right-big-column table.login tr.inputs table tr td.paddingEmail {
	padding-bottom: 10px;
}
#right-big-column table.address td.paddingSummary {
	padding-top: 30px;
}
#right-big-column table.address td.right {
	text-align: right;
}
#right-big-column table.buttons {
	width: 719px;
	margin: 0px 10px 40px 10px;
}
#right-big-column table.buttons td.right {
	text-align: right;
}
#right-big-column p.marginBottom {
	margin-bottom: 20px;
}
/* footer */
#right-big-column div.footer {
	font-size: 71%;
}
#right-big-column div.footer img {
	vertical-align: top;
}
#right-big-column div.footer-summary,
#right-big-column div.footer-login {
	margin-top: 40px;
}
.clsError
{
	color:#FF0000;
	font-weight:bold;
}
.menu{
position:absolute;
background-color:#dbeaf5;
border-color: #575ca0 #575ca0 #575ca0 #575ca0;
border: 1px solid;
font-size: 11px;
top: 10px;
left: 0px;
font-family:Arial;
padding: 2px;
z-index: 5;
line-height:20px;
cursor:default;
}
.menuitems {
padding: 2px 4px 2px 4px;
color: #2c2c2c;
text-decoration: none;
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
font-weight: normal;
}

.clsButton {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	border: 1px solid #FF5600;
	background-color:#FF5600;
}

/* Buttons ===== Add More Items & Delete Items */
#right-big-column table.order tr.inputs td input.addDeleteItems {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	border: 1px solid #2c2c2c;
	background-color:#3c7aab;
}

.clsRedText {
	font-weight:bold;
	color:#cc0000;
}
.txtHeadOrder_Send {
	font-size: 11px;
	font-weight:bold;
}
.styletablerows {
	color:#2c2c2c;
	font-weight:lighter; 
	font-size: 11px;
}
.styletablerowsbold {
	color:#707070;
	font-weight:bold; 
	font-size: 11px;
}
.clsTableHeader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color:#3a6ea6;
	color:#FFFFFF;
	height:15px;
}
.styleproductrows {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#2c2c2c;
	font-weight:lighter; 
	font-size: 11px;
	background-color:#cccccc;
	height:13px;
}
.styleproductrows1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#2c2c2c;
	font-weight:lighter; 
	font-size: 11px;
	background-color:#FFFFFF;
	height:13px;
}
.errMsg {
	font-weight:bold;
	color:#FF0000;
}
.clsCartHeader {
	/*font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color:#034486;
	color:#FFFFFF;
	height:20px;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color:#DFF2FC;
	color:#000;
	height:25px;
	
}
.clsCartHeader_new {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color:#DFF2FC;
	color:#000;
	height:40px;
}
.clsCartStore {
	width:150px;
}
.clsCartDesc {
	width:150px;
}
.clsCartSKU {
	width:75px;
}
.clsCartSize {
	width:50px;
}
.clsCartColor {
	width:50px;
}
.clsCartQnty {
	width:40px;
}
.clsCartPrice {
	width:40px;
}
.clsCartTotal {
	width:60px;
}
.clsOrderLegends {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FF5600;
}
.mainMenu a
{
	display: block;
	background-color: #3c7aab;

	width: 150px;
	height: 20px; /* with padding height: 25px; */
	padding-top: 5px;
	text-align: center;
	color: #2c2c2c;
	text-decoration: none;
	font-weight: bold;
	font-size: 142%;
	border-bottom: 1px solid white;
}
.mainMenu a:hover, a.active
{
	background-color: #5698cc;
}
.categoryTitle
{
	text-align: center;
	color: #5698cc;
	width: 202px;
	font-weight: bold;
	margin-bottom: 20px;
}
.categoryTitle big
{
	color: #3a6598;
	font-size: 150%;
}
.categoryMenu
{
	width: 202px;
	background-color: #989898;
	padding: 1px 0px;
	margin-bottom: 25px;
}
.categoryMenu a
{
	display: block;
	background-color: #ffffff;
	width: 150px;
	height: 20px; /* with padding height: 23px; */
	padding-top: 3px;
	margin: 0px 1px;
	text-align: center;
	color: #2c2c2c;
	text-decoration: none;
	font-size: 133%;
	border-bottom: 1px solid #989898;
}
.categoryMenu a.last
{
	border-bottom: 0px none;
}
.categoryMenu a:hover
{
	background-color: #cd3333;
}
#container h1 {
	color: #cc0000;
	font-weight: bold;
	background-color: #cccccc;
	margin: 0px;
	font-size: 142%; 
	line-height: 129%;
	padding-left: 10px;
	margin-bottom: 18px;
}
#container h2 {
	color: #cc0000;
	font-weight: bold;
	background-color: #cccccc;
	margin: 0px;
	font-size: 142%; 
	line-height: 129%;
	padding-left: 10px;
}
.clsTableBorder
{
	border-bottom:solid 1px #5b5b5b;
	border-top:solid 1px #5b5b5b;
	border-right:solid 1px #5b5b5b;
	border-left:solid 1px #5b5b5b;
}
.cartCalTxt {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	color: #898593;
}
.cartCalTxt1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #898593;

}

.clsTextBoxChkout
{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size:10px;
border: 0px solid;
font-weight:normal;
color:#333333;
text-align:right;
}
.clsTextBoxChkout1
{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size:10px;
border: 0px solid;
font-weight:bold;
color:#333333;
text-align:right;
}
.clsDropDown {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	border: 1px solid #7c7c7c;
	background-color:#FFFFFF;
}
.clsScrollerBorder
{
	border-top: 0px solid #FFFFFF;
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
	border-bottom: 1px solid #989898;
}
.clsNewsHeading
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#3c7aab;
	color:#2c2c2c;
	font-size:14px;
	font-weight:bold;
}
.clsNews
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#5c5d5f;
	font-size:12px;
	font-weight:normal;
}

.style77 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #da850e;
}
.style78 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #da850e;
}
.simpleBlackTxt {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #061210;
}
.clsTextBoxChkout1
{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size:11px;
border: 0px solid;
font-weight:normal;
color:#333333;
background-color:#FFFFFF;
text-align:right;
}
.clsPaddingLeft
{
	padding-left:1px;
}
.clsPaddingRight
{
	padding-right:1px;
}
.tblPaymentsBorder
{
	border: 1px solid #3a6ea6;
}
.tdPaymentUpperBorder
{
	border-left: 1px solid #FF5600;
	border-right: 1px solid #FF5600;
	border-bottom: 0px;
	border-top: 1px solid #FF5600;
}
.tdPaymentMiddleLeftRightBorder
{
	border-left: 1px solid #FF5600;
	border-right: 1px solid #FF5600;
	border-bottom: 0px;
	border-top: 0px;
}
.tdPaymentMiddleLeftBorder
{
	border-left: 1px solid #FF5600;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
}
.tdPaymentMiddleRightBorder
{
	border-right: 1px solid #FF5600;
	border-left: 0px;
	border-bottom: 0px;
	border-top: 0px;
}

.tdPaymentLastLeftB
{
	border-left: 1px solid #FF5600;
	border-right: 0px;
	border-bottom: 1px solid #FF5600;
	border-top: 0px;
}
.tdPaymentLastRightB
{
	border-right: 1px solid #FF5600;
	border-left: 0px;
	border-bottom: 1px solid #FF5600;
	border-top: 0px;
}
.tdPaymentFullB
{
	border-right: 1px solid #FF5600;
	border-left: 1px solid #FF5600;
	border-bottom: 0px;
	border-top: 0px;
}
.testimonialDetHeader {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*color: #3a6ea6;*/
	color:#000;
	font-weight:bold;
	font-size: 13px;
}
.clsTrTxtBorder
{
	border-bottom:solid 1px #3a6ea6;
	border-top:solid 1px #3a6ea6;
	border-right:solid 1px #3a6ea6;
	border-left:solid 1px #3a6ea6;
}
.clsTextBox {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	border: 1px solid #7c7c7c;
	background-color:#FFFFFF;
	color: #2c2c2c;
	
}
.clsHeader{
	color: #123276;
	font-weight: bold;
	font-size: 14px;
}
.rightleftborder
{
	border-left:1px solid #000;
	border-right:1px solid #000;	
}
.clsTextBoxChkout1
{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size:10px;
border: 0px solid;
font-weight:bold;
color:#333333;
text-align:right;
background-color:#C1E7FA;
}


