﻿#mantisshop {}
/* Main CSS for MantisShop */
html {
    background: #46555A url(../images/html_bg.png) repeat-x top left;
    margin: 0;
	padding: 0;
}

body {
	font: 12px "Lucida Grande","Lucida Sans Unicode",Tahoma,Arial,Verdana,sans-serif;
	color: #333;
	background: url(../images/body_bg.png) no-repeat top center;
	min-height: 600px;
	position: absolute;
	top: 0;
	width: 100%;	
}

#wrapper {/*
	margin: 0 auto;
	width: 920px;*/
}

a:link,
a:visited {
	color: #1E2838;
}

a:hover,
a:active {
	color: #000;
	cursor: pointer;
}

a {
	outline: none;
	cursor: pointer;
}

.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.text_left {text-align: left;}
.text_right {text-align: right;}
.clear {clear: both;}
.inline {display: inline;}
.zero {margin: 0;}
.width_zero, 
.form .width_zero input,
.form input.width_zero,
.form select.width_zero {width: auto;}
.order_info p label {width: 210px;}
.no-width, .form input.no-width {width: auto;}
.no-wrap {white-space: nowrap;}
.redtext {color: #CC0000;}
.greentext {color: #009900;}
.bold, tr.bold td {font-weight: bold;}
quote {font-style: italic; color: #111;}
tr.totals {background-color: #EDEDED;}

.w150 {width: 150px;}
.w195 {width: 195px;}
.w250 {width: 250px;}
.w270 {width: 270px;}
.w280 {width: 280px;}
.w290 {width: 290px;}
.w330 {width: 330px;}
.w350 {width: 350px;}
.w400, .form input.w400 {width: 400px;}
.w100p {width: 100%;}

.mr30 {margin-right: 30px;}
.mr50 {margin-right: 50px;}
.mb30 {margin-bottom: 30px;}

.table {}
.alt_item {background: #EDEDED}
.hr {
	height: 20px;
	border-bottom: dotted 2px #EDEDED;
	margin-bottom: 20px;
}


/* Messages */

.msg_warning {
	background: url(../images/icon_warning.png) no-repeat center left;
	margin: 10px 0;
	padding-left: 18px;
	font-size: 14px;
	color: #990000;
}

/* Header region */

#header {
	width: 920px;
	margin: 0 auto;
}

#logo {
	margin: 44px 0 28px;
	background: url(../images/logo.png) no-repeat left top;
}

#logo a {
	display: block;
	width: 267px;
	height: 130px;
}

#logo a span{
	display: none;
}

#controls {
	
}

#myaccount {
	
}

#shoppingcart {
	text-align: right;
	text-transform: uppercase;
	margin-top: 70px;
	margin-right: 8px;
	line-height: 18px;
	color: #474647;
	
}
#shoppingcart a 
{
    text-decoration: none;
    color: #474647;
}


#body {
	
}

#trendwrapper 
{
    width: 1200px;
    margin: 40px; /*40px auto; - auto seems to break the layout in firefox*/
    
}

#arrowleft 
{
    float: left;
}
#arrowright
{
    float: right;
}


#trendmain 
{
    width: 1140px;
    margin: -345px auto 0 auto;
    position: relative;
    z-index: 400;
}
#products 
{
    margin:-320px auto 0;
width:900px;
position: relative;
    z-index: 400;
}

#itemleft 
{
    float: left;
    width: 200px;
    position: relative;
    z-index: 400;
}

#itemright
{
    float: right;
    width: 200px;
    position: relative;
    z-index: 400;
}

#itemmain 
{
    background: url(../images/itemmain_bg.png) no-repeat left top;
    width: 228px;
    height: 465px;
    padding: 16px 14px 0 14px;
    margin:-60px 122px 0;
    float: left;
    
}

.details 
{
    color: #A7BFB8;
    text-transform: uppercase;
    background: #464646;
    padding: 2px 5px;
    font-size: 11px;
}

.details span 
{
    display: block;
}

.click
{
    color: #A7BFB8;
    text-transform: uppercase;
    background: #1E2838;
    padding: 2px 5px;
    font-size: 11px;
}

#trenddesc 
{
    background: url(../images/trendbg.png) no-repeat left top;
    margin:-20px auto 40px;
padding:20px;
width:860px;
}

#trenddesc h2 
{
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
}
#trenddesc h1 
{
    font-size: 36px;
    color: #E1DAB1;
    margin: 0;
}
#trenddesc p
{
    color: #fff;
}



h1 {
	font-size: 24px;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

span.date {
	font-size: 11px;
	color: #999;
}


/* Footer region */

#footer {
width: 920px;
	margin: 0 auto;
}

#footer_nav 
{
    background: #464646;
    border: 1px solid #505758;
    margin: 0 8px 6px 8px;
}

#footer_nav ul {
	list-style: none;
	margin: 0 0 0 -40px;
	
}

#footer_nav li {
	float: left;
	text-transform: uppercase;
	color: #AEC6BF;
}

#footer_nav li a:link,
#footer_nav li a:visited 
{
    padding: 9px 25px 9px 26px;
	display: block;
	color: #AEC6BF;
	text-decoration: none;
	background: url(../images/seperator.gif) no-repeat left top; 
	text-transform: uppercase;
}

#footer_nav li.first a:link,
#footer_nav li.first a:visited {
	background: none; 
	padding: 9px 27px;
}

#footer_nav li a:hover,
#footer_nav li a:active {
	background: #1F2839 url(../images/seperator.gif) no-repeat left top; 
	color: #FFF;
}
#footer_nav li.first {
	padding: 5px 20px;
	
    text-transform:uppercase;
}

#footer_nav li.first .input{
	background:#676D6B none repeat scroll 0 0;
    border:none;
    color:#AEC6BF;
    padding:2px 9px;
    text-decoration:none;
}

#footer_nav li.first .button{
	background:#1F2839 none repeat scroll 0 0;
    border:1px solid #717882;
    color:#AEC6BF;
    padding:1px 9px;
    text-decoration:none;
    text-transform:uppercase;
    padding:0 11px;
    width: 88px;
}

#copyright 
{
    text-transform: uppercase;
	color: #AEC6BF;
	font-size: 11px;
}

#credits {
	text-transform: uppercase;
	color: #AEC6BF;
	font-size: 11px;
}
#credits a{
	text-transform: uppercase;
	color: #AEC6BF;
	font-size: 11px;
	text-decoration: none;
}








