/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(../../../gekozone/css/layouts.css);
@import url(../../../gekozone/css/components.css);
@import url(../../../gekozone/css/modules.css);
@import url(../../../gekozone/css/navigation.css);
@import url(../../../gekozone/css/misc.css);
@import url(../../../gekozone/css/forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:0px;
height:100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #666;
background-color:#afdff7;
}

td {
	vertical-align: top;
}

form {
	display: inline;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {
	color: #3a9ce4;
	text-decoration: none;	
}
a:hover {color: #3a9ce4;
	text-decoration: none;}
a:visited {
	color: #3a9ce4;
		text-decoration: none;
}

a.mainlevel {
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding-right: 20px;


}

img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

#wrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
	/*border: 1px solid red;*/
	
}

#header {
	background-image: url(../images/header/home_template_01.png);
	width: 1024px;
	height: 134px;
}

#view_basket {
	position: relative;
	top: 100px;
	left: 870px;
	width: 200px;
	height: 30px;
	color: transparent;
	font-size:12px;
	font-weight:bold;
	}



#content_wrapper {
	width: 964px;
	padding: 0px 30px 0px 30px;
	background-color: white;
}

#navigation {
	width: 964px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px !important;
	/*border: 1px solid black;*/
}

#content {
	margin-left: auto;
	margin-right: auto; /*margin-top: 30px;*/
	min-width: 738px;
	min-height: 500px;
	/*border: 1px solid blue;*/
	float: left;
	width: auto;
	vertical-align: top;
}

#store_nav {
	float: left;
	margin-right: 12px;
	font-weight: bold;
	width: 196px;

}

#mini_cart {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border: 1px solid white;

}

#footer {
	width: 964px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	/*margin-top: 30px;*/
	padding-bottom: 20px;
	/*border: 1px solid red;	*/
}

#footer_left {
	width: 16px;
	height: 37px;
	background-image: url(../images/footer/template_bottom_left.png);
	float: left;
}

#footer_mid {
	height: 27px;
	width: 927px;
	background-image: url(../images/footer/template_bottom_bar.png);
	background-repeat:  repeat-x;
	float: left;
	color: white;
	font-style: italic;
	font-size: 11px;
	padding-top: 10px;
}

#footer_right {
	width: 21px;
	height: 37px;
	background-image: url(../images/footer/right_bottom_template.png);
	float: right;
}


/* store navigation */

a.mainlevelstore_menu {
	background-image: url(../images/vm_images/category_menu.gif);
	width: 212px;
	height: 33px;
	margin-top: 3px;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

a.mainlevelvm_module {
	display: block;
	width: 196px;
	height: 27px;
	background-image: url(../images/menu_images/button_bgrd.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
}

a.mainlevelvm_module:visited {
	color: #ffffff;
	text-decoration: none;
}

a.mainlevelvm_module:link {
	color: #ffffff;
	text-decoration: none;
}

#returns {

}


/* store */


#vmMainPage {
	/*border: 1px solid red;*/
	margin-left: 50px !important;
}

#vmMainPage h3 {
	/*border: 1px solid red;*/
	margin-top: 0px !important;
	margin-bottom: 14px;
}

.browse_1 {
	width: 225px;
	height: 225px;
	border: 1px solid #cccccc;
	margin-right: 8px;
	margin-bottom: 2px;
}

.browseProductImageContainer {
	width: 217px;
	margin-bottom: 15px;
	/*border: 1px solid #cccccc;*/
	text-align: center;
}

.browseProductTitle {
	font-size: 11px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	width: 210px;
	height: 158px;
}

.browsePriceContainer {
	width: 210px;
	float: left;
	line-height: 16px;
}


.browseinfoContainer {
	width: 86px;
	float: left;
	height: 20px;
	padding-top: 20px;
	margin-left: 10px;
	/*border: 1px solid red;*/

}


.browseAddToCartContainer {
	float: left;
	margin-left: -20px;
	/*border:  1px solid red;*/
}

.buttons_heading {
	display: none;
}


