﻿#mantistech {
}
/* Main CSS for MantisShop */

body {
	font: 12px "Century Gothic" ,Tahoma,Arial,Verdana,sans-serif;
	color: #333;
}

#content a:link, #content a:visited {
	color: #333;
	text-decoration: none;
}

#content a:hover, #content a:active {
	text-decoration: underline;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}

.w150 {
	width: 150px;
}
.w350 {
	width: 350px;
}
.w450 {
	width: 450px;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

/* Header region */

#header {
}

#logo {
	background: url(../images/logo.jpg) no-repeat left top;
	float: left;
}

#logo a {
	display: block;
	width: 401px;
	height: 125px;
}

#logo a span {
	display: none;
}

#headerlinks {
	float: right;
	position: relative;
	top: 80px;
	text-align: right;
}

#headerlinks a:link, #headerlinks a:active, #headerlinks a:visited {
	color: #999999;
	margin-bottom: 10px;
}
#headerlinks a:hover {
	border-bottom: 1px solid #71D1DD;
	margin-bottom: 9px;
}

#myaccount a:link, #myaccount a:active, #myaccount a:visited {
	background: url(../images/icon_account.jpg) no-repeat left;
	padding-left: 15px;
	color: #999999;
}

#shoppingcart {
	float: right;
	margin-top: -10px;
}
#myaccount {
	float: right;
	margin-top: -10px;
}

#shoppingcart a:link {
	background: url(../images/icon_cart.jpg) no-repeat left;
	padding-left: 18px;
	color: #999999;
	margin-left: 15px;
}

#header_nav {
	float: left;
}

#header_nav ul {
	margin: 0;
	padding: 0;
}

#header_nav ul li {
	list-style: none;
	display: inline;
}

#header_nav ul li a:link, #header_nav ul li a:active, #header_nav ul li a:visited {
	padding: 9px 12px;
	color: #663300;
	line-height: 30px;
}

#header_nav ul li a:hover {
	background: #BDE9F0;
}

#search {
	float: right;
}

/* Body region */

#body {
	border: 1px solid #E5E5E5;
	padding: 10px;
	margin-top: 10px;
}

#content {
	padding: 20px;
}

#right_col {
	display: none;
}

/* Footer region */

.footer {
}


#footer_nav {
	float: left;
	padding: 10px 0;
}

#footer_nav ul {
	margin: 0 auto;
	padding: 0;
}

#footer_nav ul li {
	list-style: none;
	display: inline;
}

#footer_nav ul li a:link, #footer_nav ul li a:active, #footer_nav ul li a:visited {
	padding: 0 16px 0 15px;
	color: #999999;
	margin-bottom: 1px;
	text-decoration: none;
	font-size: 11px;
}

#footer_nav ul li a:hover {
	border-bottom: 1px solid #71D1DD;
	margin-bottom: 0;
}
#copyright {
	float: left;
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	padding-left: 15px;
}

#credits {
	float: right;
}
#credits a:link, #credits a:active, #credits a:visited {
	color: #999999;
	margin-bottom: 1px;
	text-decoration: none;
	font-size: 11px;
	padding-right: 15px;
}

#credits a:hover {
	border-bottom: 1px solid #71D1DD;
	margin-bottom: 0;
}

.cat_listing {
	margin: 0 20px 20px 20px;
}

.cat_listing h2.cat_listing_link a:link, .cat_listing h2.cat_listing_link a:active, .cat_listing h2.cat_listing_link a:visited {
	font-size: 30px;
	text-decoration: none;
	color: #D1F0F5;
}
.cat_listing h2.cat_listing_link a:hover {
	color: #BDE9F0;
}

.prod_list {
	background: #F2FBFC;
	border: 1px solid #E5F6F9;
	width: 200px;
	min-height: 240px;
}

.prod_list .image {
	width: 180px;
	height: 130px;
	overflow: hidden;
	text-align: center;
	padding: 10px;
	border: none;
}
.prod_list .image img {
	width: 180px;
	border: solid 1px #FFF;
}
.prod_list .image img:hover {
	border: solid 1px #BDE9F0;
}

a.prodimg:link, a.prodimg:visited, a.prodimg:active {
	display: block;
	border: solid 1px #FFF;
}

a.prodimg:hover {
	border: solid 1px #BDE9F0;
}

a.prodthimg:link, a.prodthimg:visited, a.prodthimg:active {
	display: block;
	width: 150px;
	border: solid 1px #FFF;
}

a.prodthimg:hover {
	border: solid 1px #BDE9F0;
}

.prodimg_zoom {
	display: block;
	padding-left: 16px;
	font-size: 11px;
	background: url(../images/icon_zoom.gif) no-repeat left top;
}

.prod_list .title {
	position: relative;
	top: 0px;
	font-size: 12px;
	color: #663300;
	padding: 5px;
	float: left;
}
.prod_list .price {
	position: relative;
	top: 65px;
	font-size: 12px;
	color: #7DD0E2;
	padding: 5px;
	float: right;
	text-align: right;
}
.prod_link {
	margin-bottom: 10px;
}


.table {
	border: 1px solid #E5E5E5;
}

.table_light {
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
}

a.feat_link:link, a.feat_link:visited, a.feat_link:active {
	font: 18px;
	color: #2B7CCE;
	background: #FCFCFC;
	padding: 10px;
	border: 1px solid #F5F5F5;
	display: block;
	text-decoration: none;
	width: 90%;
}

a.feat_link:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}

.columnHeading {
	color: #666;
	font: 16px;
}

.redText {
	color: #CC0000;
	font-weight: bold;
}

.greenText {
	color: #009900;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
	color: #999999;
}

h1 {
	font-size: 20px;
	color: #7DD0E2;
	font-weight: normal;
	padding-bottom: 10px;
}

h2 {
	font: 18px;
	color: #666666;
}

h3 {
	color: #7DD0E2;
	font-weight: bold;
}

hr {
	border: 1px solid #D8E4F0;
	height: 1px;
}

/* End common classes */

tr.hover:hover, tr.altItemHover:hover {
	background-color: #F5F5F5;
	cursor: pointer;
}

a.customer_menu:link, a.customer_menu:visited, a.customer_menu:active {
	font: 14px;
	color: #2B7CCE;
	text-decoration: none;
	display: block;
	padding: 5px 20px;
	text-align: center;
}

a.customer_menu:hover {
	color: #000000;
}

.steps {
	font-size: 12px;
}

.inputBox, .inputTextBox {
	/* Form fields */
	font: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0px 5px 0px 5px;
}

.searchbox {
	font: 12px "Century Gothic" ,Tahoma,Arial,Verdana,sans-serif;
	border: none;
	background: url(../images/icon_search.png) no-repeat left !important;
	background: url(../images/icon_search.gif) no-repeat left;
	padding: 7px 7px 7px 25px;
	color: #663300;
}
.searchbox:hover {
	background: #BDE9F0 url(../images/icon_search.png) no-repeat left;
}
.searchbutton {
	font: 12px "Century Gothic" ,Tahoma,Arial,Verdana,sans-serif;
	border: none;
	padding: 7px;
	color: #663300;
	background: none;
}
.searchbutton:hover {
	background: #BDE9F0;
}

.dropBox {
	/* Form fields */
	font: 12px;
	color: #666666;
	height: 22px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0px 0px 0px 5px;
	margin-top: 1px;
}

.button {
	/* Form Buttons */
	font: 12px;
	color: #666666;
	border: none;
	background: #BDE9F0;
	padding: 5px;
}

.table_head {
	background-color: #BDE9F0;
	color: #000000;
	font-weight: bold;
}

.admin_head {
	background-color: #BDE9F0;
	color: #000000;
	font-weight: bold;
}

.altItem {
	background-color: #F4F4F4;
}

.editItem {
	background-color: #CCCCCC;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
}



