/* Mimo1 design, master css styles, incept 1-23-2009
designer: Robert Bethanis, code: Ben Liu */

html, body, div, p, h1, h2, h3, h4, h5, ul, li, table, td, tr, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 70% "Myriad Pro", Verdana, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

h1 {
	font-size: 2.6em;
	color: #00adee;
}

h2 {
	font-size: 1.3em;
	color: #6d6e70;
}

h3 {
	font-size: 1.2em;
	color: #6d6e70;
}

.clearing {
	clear: both;
	line-height: 0;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.magenty {
	color: #eb0086;
}

.cyany {
	font-weight: bold;
	color: #00adee;
}

.pinky {
color: #ef58af;
}

.warning, .xmasred {
	color: red;
}

.xmasgreen {
	color: green;
}

#container {
	width: 828px;
	margin: 0 auto;
}

#header {
	width: 828px;
	height: 52px;
height: 62px;
	position: relative;
}

#headertop_links {
	position: absolute;
	right: 0;
	bottom: 0;
}

ul#nav_headertop, ul#nav_headertop li {
	list-style: none;
	display: inline;
}

#headertop_links a {
	font-size: 1.2em;
	padding-left: 10px;
	color: #808184;
}

ul#nav_headertop li a {
	font-size: 1.2em;
}

span.stbuttontext {
padding-left: 7px;
}

#headernav {
	width: 828px;
	height: 70px;
	background-color: #404041;
	overflow: hidden;
}

ul#nav_main {
	list-style: none;
	margin-left: 48px;
}

ul#nav_main li {
	float: left;
	border-left: 2px solid #7d7e80;
	padding: 8px 25px 40px 15px;
	margin-top: 5px;
}

ul#nav_main li a {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

ul#nav_main li a span.descriptive {
	/* this is descriptive text under each main nav item */
	font-weight: normal;
}

#main {
	width: 828px;
}

.col_left {
	width: 248px;
	padding-left: 40px;
	padding-top: 15px;
	float: left;
}

.col_mid {
	float: left;
	width: 220px;
	padding: 15px 20px 0px 20px;
}

.col_right {
	float: right;
	width: 240px;
	padding: 10px 15px 0 15px;
}

ul.insetlist {
	list-style: none;
	padding: 0 20px;
}

ul.insetlist li {
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
}

#main_bot {
	clear: both;
}

#footer {
	padding-top: 10px;
	padding-left: 15px;
	width: 813px;
}

ul#nav_footer {
	list-style: none;
}

ul#nav_footer li {
	display: inline;
	padding-right: 15px;
}

ul#nav_footer li a {
	text-decoration: none;
	font: bold 1.0em Futura, "Century Gothic", AppleGothic, verdana, helvetica, sans-serif;
	color: #808184;
}

/* these rules should be in a separate slave style sheet */

/* homepage only */

#main {
	background: url(main_bg.jpg) top left repeat-y;
	width: 828px;
	margin-bottom: 8px;
}

#main_mid {
	width: 828px;
	background: url(main_mid_bg.jpg) top left no-repeat;
}

#main_bot {
	clear: both;
	width: 828px;
	height: 14px;
	background: url(main_bot_bg.jpg) top left no-repeat;
}

#news_section {
	margin-bottom: 18px;
	padding: 0 2px 0 8px;
}

div.news_item {
	border-top: 1px dotted #555;
	padding: 4px 0;
}

div#accessories_section {
	clear: both;
	width: 828px;
	background-color: #9dc3df;
}


div#accessories_section h1, #newproducts_section h1 {
	font: bold 1.9em Futura, "Century Gothic", AppleGothic, verdana, helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-left: 39px;
	padding-top: 10px;
}

#newproducts_section {
	width: 828px;
	margin-bottom: 10px;
	background-color: #fbaf40;
}

div#ifoto_section {
	position: relative;
	background: url(ifoto_section_bg.png) bottom left no-repeat;
/*background: url(ifoto_section_sale.png) bottom left no-repeat;*/
}

a#ifoto_click_area {
	width: 265px;
	height: 370px;
	position: absolute;
	bottom: 0;
	left: 0;
}

div#ifoto_section_leftcol {
	float: left;
	width: 245px; /* net 565px */
	padding-left: 280px;
	padding-right: 40px;
	padding-bottom: 152px; /* this is to cause the column to push down so that content does not overrun the background pic */
}

div#ifoto_section_rightcol {
	float: right;
	width: 223px; /* net 263px */
	padding-right: 40px;
}

/* products page */
ul#variants, ul#line-items {
	list-style: none;
}

/* homepage and products pages */

#insetbox_top {
	width: 246px;
	height: 26px;
	text-align: center;
	padding-top: 10px;
	background: url(insetbox_top_bg.png) top left no-repeat;
}

#insetbox {
	width: 246px;
	background: url(insetbox_mid_bg.png) top left repeat-y;
}

#insetbox_bot {
	width: 246px;
	height: 21px;
	background: url(insetbox_bot_bg.png) top left no-repeat;
}

/* cart page */
#cartcontent {
	margin-left: 30px;
	margin-right: 120px;
	padding-top: 20px;
}

.info {
	padding: 5px;
	text-align: right;
	}
#line-items {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#line-items li {
	padding: 10px;
	margin-bottom: 2px;
	position: relative;
	}
.price {
	color: #6c0;
	font-weight: bold;
	}
.money {
	color: #000;
	font-weight: bold;
	}
li#total {
	text-align: right;
	border-bottom: 1px solid #999;
	font-size: 22px;
	font-weight: bold;
	color: #444;
	}
li#total .money {
	font-size: 22px;
	}
#cart label {
	font-size: 12px;
	color: #444;
	padding-right: 5px;
	}
#cart .right {
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: right;
	}
#update-cart {
	float: left;
	}
.thumb .prodimage a {
	width: 75px;
	padding: 10px 5px;
	margin: 0 5px 0 0;
	text-align: center;
	float: left;

	}

div.impulseitems {
	float: left;
	 width: 195px;
	padding: 10px 15px;
	border-right: 1px dotted #555;
}

/* pages */

#page {
	padding-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

#page p {
	margin-bottom: 10px;
}