/**
 *	Via La Moda
 *  Base Screen Styles
 *	
 *	@author:	Tayfun Ozturkmen
 *	@date:		28/03/2008	
 *
 *	Website design by www.ignician.net
 *
 *	Table of Contents:
 *		01. layout
 *		02. typography
 *		03. lists/typography/links
 *		04. images
 *		05. tables
 *
 */

body {
	font-family:				"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:					62.5%;
	text-align: 				center;
}

strong {
	font-weight:				bold;
}

em {
	font-style:					italic;
}

ol {list-style:decimal outside; font-size: 1.1em;}
ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
	margin-top:0; margin-bottom:0;}
ol ol, ul ol {list-style:lower-alpha;}
ol ul, ul ul {list-style:circle;}
ol ol ol, ol ul ol, ul ol ol, ul ul ol {list-style:lower-roman;}
ol ol ul, ol ul ul, ul ol ul, ul ul ul {list-style:square;}
dd, dl, dt, li, ol, ul {margin:0; padding:0; border:0; outline:0;}
dl, ol {margin:1em 0 1em 2em;}


/** utils
------------------------------------------------------------------ */

.clear {
	clear:						both;
}
.left {
	float:						left;
}


/** layout
------------------------------------------------------------------ */
.rnblk {/*
	position:					absolute;
	top:						0;
	right:						0;*/
}
.rnav {
	font-size: 12px;
	padding: 8px 10px 0 0;
}
div.rnblk {
	float:						right;
}
div.rnblk div {
	float:						left;
}
div.rnblk div select {
	margin:						4px 10px 0 0;
	float: left;
}
div.rnblk div input.btn {
	height:						30px;
	margin:						0;
	width:						170px;
}

#wrapper {
	width:						960px;
	margin: 					0 auto;
	text-align:					left;
}

div#header {
	height:						107px;
	width:						auto;
	position:					relative;
	clear: 						both;
	border-bottom:				3px solid #000;
	margin-bottom:				3px;
}

div#logo h1 a, div#logo div a {
	background:					url('../images/vlm/vialamoda.jpg') no-repeat;
	height:						88px;
	width:						123px;
	position:					absolute;
	left:						30px;
	top: 						21px;
	text-indent:				-9000px;
}
div#content {
	width: 						960px;
	border-top:					1px solid #000;
	margin-bottom:				3px;
	border-bottom:				3px solid #000;
	overflow:					hidden;
	background:					url('../images/vlm/contentbg.gif') repeat-y;
}
#b_index div#content {
	background:					none;
}

div.sideColumn {
	width:						219px;
	float: 						left;
	display: 					inline;
	float: 						left;
}

div.mainColumn {
	width:						723px;
	padding-left:				16px;
	border-left:				1px solid #000;
	display: 					inline;
	float:						right;
	position:					relative;
	background:					url('../images/vlm/maincolumnbg.gif') repeat-x;
}

#b_product_info .mainColumn {
	padding-left:				0 !important;
	width:						739px !important;
}
#b_checkout_shipping #content,
#b_checkout_payment #content,
#b_checkout_confirmation #content {
	background:					none !important;
}
#b_checkout_shipping .mainColumn, 
#b_checkout_payment .mainColumn,
#b_checkout_confirmation .mainColumn,
#b_index .mainColumn {
	width:						960px;
	background:					none !important;
	border:						none !important;
	padding-left:				0 !important;
}

div#footer {
	clear: 						both;
	border-top:					1px solid #000;
	text-transform:				uppercase;
	position:					relative;
	height:						140px;
}
div#footer .copyright {
	display: 					block;	
	clear:						both;
	border-top:					1px solid #000;
	position: 					absolute;
	bottom: 					0;
	width: 						100%;
}

div#footer ul {

}


/** typography
------------------------------------------------------------------ */

span.vlm {
	background:					url('../images/vlm/vialamodatext.jpg') no-repeat #000;
	width:						auto;
	height:						30px;
	text-indent:				-9000px;
	display:block;
}
#productInfo h1,
h2 {
	font-size:					1.6em;
	font-weight:				bold;
	padding:					6px 5px 7px 0px;
	background-color:			#fff;
	display: 					block;
	width:						auto;
	text-transform:				uppercase;
	margin-bottom:				16px;
	position:					relative;
}

#b_category_list h2 {
	float:						left;
	width:415px;
}

#b_checkout_shipping h2,
#b_checkout_payment h2,
#b_checkout_confirmation h2 {
	border-bottom: 				1px solid #000;
}
#b_product_info h2 {
	padding-left:				16px;
}
h2 .style {
	margin-left: 20px;
	font-size: 14px;
	font-weight: normal;
}
h2 .manufacturer {
	position: 					absolute;
	right: 						20px;
	font-weight:				normal;
}
h3 {
	font-size:					1.3em;
	font-weight:				bold;
	padding: 					1.0em 0 1.0em 0;
}
h3.center {
	text-align:					center;
}
h4 {
	font-weight:				bold;
	font-size:					1.1em;
	padding:					0.6em 0 0.6em 0;
}
p {
	font-size:					1.2em;
	line-height:				1.5;
	padding:					10px 0 10px 0;
}
address {
	font-size:					1.2em;
	line-height:				1.5;
	padding:					1em 0 1em 0;
}
p.attributes {
	line-height:				2;
}

/** lists
------------------------------------------------------------------ */

a:link, a:visited { color: #000; }
a:hover { color: #666 !important; }


ol li {
	font-size: 1.1em;
	margin: 0.7em 0 0.7em 0;
}

	/*
#footer ul {
	font-size: 1.0em;
}

#footer ul li {
	float: 						left;
	padding: 					0 5px 0 5px;
	border-right: 				1px solid #aaa;
}
#footer ul li.last {
	border: 0 					!important;
}
	*/
	
div#footer h4 {
	clear: both;
}
div#footer ul {
	height: 60px;
}
	
div#footer ul li {
	float: left;
	width:		120px;
	margin:		4px 0 4px 0;
}	
div#footer #shop {
	position: 					absolute;
	right:						360px;
	top:						1.4em;
	width:						360px;
}

div#footer #help {
	position: 					absolute;
	right:						0;
	top:						1.4em;
	width:						360px;
}

#footer #secureImages {

}

ul.products {
	clear:						both;
}

ul.products li {	
	float: 						left;
	text-align:					center;
	width:						230px;
	line-height:				1.5;
	margin-bottom:				20px;
	text-transform:				uppercase;
	height:						208px;
}

ul.products .image, ul.products .productName {
	display: 					block;
	clear:						both;
}

ul.products li a {	
	text-decoration:			none;
	font-size:					1.1em;
}
ul#products-small li {
	width: 100px;
}

.infoList {
	line-height: 2.0;
}
.infoList li {
	padding-left: 20px;
	font-size: 1.2em;
}


.productImageList td {
	text-align: center;
}
/** tables
------------------------------------------------------------------ */

form {
	margin: 0;
	padding: 0;
}
.formTable {
	border-collapse: collapse;
	border-top: 1px solid #eee;
	margin: 1em 0 1em 0;
}
.formTable td {
	font-size: 11px;
	color: #333;
}
.formTable p {
	font-size: 1.0em;
}
.formTable td {
	padding: 0.8em;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}
.formTable label {
	white-space: nowrap;
	color: #000;
	font-weight: bold;
}
.formTable th {
	background-color: #000;
	color: #fff;
	padding: 0.6em 0.8em;
	text-transform: uppercase;
	border: 1px solid #333;
	font-size: 10px;
}
.smallPadding td {
	padding: 0.3em !important;
}

.boxTable {
	border-right: 1px solid #eee; 
	border-left: 1px solid #eee;
}

.fullWidth {
	width: 100%;
}

fieldset .formTable td, fieldset .formTable {
	border: 0;
}

.buttonArray {
	height: 40px;
	position: relative;
}
.btn {
	background-color: #fff;
	color: #000 !important;
	float: left;
	padding: 0.6em 1em;
	border: 1px solid #000;
	font-size: 11px;
	text-decoration: none;
	margin: 0 5px 0 0;
	cursor: pointer;
	cursor: hand;
}
.btnAddToCart {
	background-color: #fff;
	color: #000 !important;
	padding: 0.6em 1em;
	border: 1px solid #000;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
.btnAddToCart.on{
color:#000 !important;	

}
.btnAddToCart.on span.on{
	display:none;
}
.btnAddToCart.off{
	color:#999 !important;

}
.btnAddToCart.off span.off{
	display:none;

}
a#zoomBTN{
	cursor:pointer;
	width: 100px;
	padding:0 17px;
	
	border: 0 !important;
	display:block;
	float:left;
}
#nextImg {
	display:block;
	float:left;
}
#prevImg{
	display:block;
	float:left;
}
.zoomcontrols{
	width:154px;
	overflow:hidden;
	margin:10px auto 0 auto;
}
.MagicZoomPup{
	display:none;
}
.btn:hover {
	background-color: #000;
	border-color: #000;
	color: #fff !important;
}
.btnCheckout {
	font-weight: bold;
}

.column50 {	
	float:				left;
	width:				340px;
}
.column30 {	
	float:				left;
	width:				300px;
}
.column60 {	
	float:				left;
	width:				600px;
}
.rightColumn {
	margin-left:		20px;
}
#sortBtn {
	font-size:			0.9em;
	text-transform: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:		-1px;
	width:				120px;
	position:			relative;
	margin-top:			-1px;
	height:				31px;
}
table.storesTable td{
	vertical-align:		top;
}

#catId38,
#catId40{
	display: 			none !important;
}
#b_category_list #promo {background:url(../images/promo.jpg) no-repeat; text-indent:-99999px; display:block; width:182px; height:108px; margin:0 0 0 16px; padding:0;}

#coupon		{margin:0 16px 15px 0; float:left; width:120px;}
#couponbtn	{position:relative; top:5px;}
