/* @override http://localhost:8000/media/css/base.css */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}
a:link {
	color: #39c;
	}
a:visited {
	color: #369;
	}

a.addcart{
	padding: 0 0 0 18px;
	background: url(/media/img/add.gif) no-repeat;
}
/* shopping cart stle */
table{
	width: 90%;
	margin: 0 auto;
	line-height: 1.4em;
	border-collapse: collapse;
}
th {
	text-align: left;
}
td {
	color: #333;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 1em .5em;
}

/* layout */

#wrap {
	min-width: 750px;
	max-width: 1400px;
	background: url(/media/img/wrap-bg.gif) repeat-y 30% 0;
	}
#content {
	float: right;
	width: 70%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	}
#sidebar {
	float: left;
	width: 30%;
	}
#footer {
	clear: both;
	background: #000 url(/media/img/header_top.jpg) repeat-x top;
	}
#gallery{
	clear: both;
}
/* gutters */

#content .gutter {
	padding: 25px;
	background: url(/media/img/content-bg.gif) repeat-x top left;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	}

/* header */

#header {
	border-bottom: 3px solid #922419;
	background: #000 url(/media/img/header_top.jpg) repeat-x top;
	height: 70px;
	}
#header h1 {
	width: 85px;
	height: 35px;
	background: url('../img/logo_top.jpg') no-repeat;
	float: left;
	margin: 15px 0 0 10px;
	}
#header h1 a { /* mimicks image map */
	width: 85px;
	line-height: 35px;
	display: block;
	text-indent: -9000px;
	}	

#header p{
	float: right;
	margin: 20px;
}
	
/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #663;
	font-weight: normal;
	}

dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(/media/img/photo-frame.gif) no-repeat bottom right;
	border: 0;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}
dl.feature dt a {
	text-decoration: none;
}

/* sidebars */

.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(/media/img/box-b.gif) no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #693;
	}
.box h3.top{
	background: url(/media/img/box-t.gif) no-repeat top left;
	}	
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(/media/img/li-bullet.gif) no-repeat 0 3px;
	}
.thumbnail {
	float: left;
	margin: 1em;
}
.hide_me{
	display: none;
}
/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #999; 
	}

.thumbnail img{
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(/media/img/photo-frame.gif) no-repeat bottom right;
	border: 0;
}
.thumbnail div.dostuff{
	clear: both;
}
/*.thumbnail a:hover img{
	width:  160px;
	height: 160px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #333;
	z-index: 100;
}*/
p.alert, span.alert,h3.alert{
	color: red;
	text-transform: uppercase;
}

p.paginator{
	clear: both;
	text-align: right;
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	height: 20px;
	padding: 0 5px;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	font-size: 9px !important;
	line-height: 20px !important;
	background-image: url(/media/img/paginator_bg.jpg);
}
p.paginator a:link,
p.paginator a:visited,
p.paginator a:active {
	color: #333;
}

#orderlist dt{
	margin-bottom: 1em;
}
#orderlist dd{
	margin-bottom: 2em;
}
dt.order{
	font-size: 120%;
	text-transform: uppercase;
}
dt.order span.datetime{
	text-transform: none;
	color: #666;
}
/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}	
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */

