@charset "utf-8";
/* CSS Document */

body {
	background:url(/img/bkg2.jpg) no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color:#666;
}
a img {
	border:none;
}
a:hover {
	color:#353535;
}

input.error {
	border:solid 1px #ed1b2e;
}


.red {
	color:#ed1b2e;
}

.flashmessage {
	padding:10px;
	background:#FF9;
	border:solid 2px #FC6;
	margin:10px 0;
}

hr.thinLine {
	background:transparent;
	border:none;
	border-bottom:solid 1px #ebebeb;
}

.frame {
	width:960px;
	border:solid 1px #ebebeb;
}

.footer {
	color:#777;
	margin-bottom:50px;
	font-size:12px;
}
.footer h4 {
	font-size:16px;
	margin:5px 0;
	padding:0;
}

.footer td.line {
	border-right:solid 1px #ebebeb;
}

.resultsBar {
	color:#555; padding:10px; font-size:14px;
	padding-left:30px; margin-top:20px;
}

.pageBar {
	margin:5px 0;
	font-size:14px;
	border-top: solid 1px #ebebeb;
	border-bottom: solid 1px #ebebeb;
	padding:10px;
	padding-left:30px;
}

.pageBar strong {
	color:#ed1b2e;
}

.equipments {
	padding:20px 30px;
}
.equipments .equipment {
	margin:10px 0;
	border-bottom:solid 1px #ebebeb;
}
.equipments .equipment .note {
	font-size:12px; color:#666;
}


.categories {
	font-size:12px;
}
.categories td.line {
	border-right:solid 1px #ebebeb;
}
.categories a {
	text-transform:uppercase;
	text-decoration:none;
}
.categories a:hover {
	text-decoration:underline;
}
.categories h4 a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

#cart {
	padding:20px;
}

#cart hr {
	background:#D32E12;
	margin:10px 0;
	height:1px;
	border:none;
}

#cart h2 {
	color:#D32E12;
}

#cart th {
	background:#ddd;
	font-weight:bold;
	font-size:10pt;
}

#cart tr.grey {
	background:#eee;
}
#cart td {
	padding:5px;
	font-size:9pt;
	vertical-align:middle;
}
#cart td.quantity input {
	text-align:center;
}
#cart td.noresult {
	font-weight:bold;
	font-size:10pt;
	text-align:center;
	vertical-align:middle;
	height:60px;
}
#categories {
	float:left;
	width:300px;
	margin-top:20px;
}
#categories h3 {
	margin-left:20px;
}
#categories ul.menu {
	list-style:square;
	font-size:0.9em;
}
#categories ul.menu li {
	color:#666;
}
#categories ul.menu li a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#categories ul.submenu {
	list-style:square;
	font-size:0.75em;
}
#categories ul.submenu li , #categories ul.submenu li a{
	font-weight:normal;
	color:#ed1b2e;
}

#products {
	float:left;
	width:640px;
	margin-top:20px;
 }
 
 #products .search {
	text-align:center;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:solid 1px #ddd;
 }
 #products .list {
	margin-top:10px;
 }

#products .product {
	width:120px;
	float:left;
	margin-bottom:5px;
	font-size:0.75em;
	height:200px;
	overflow:hidden;
}
#products .product .name {
	padding-bottom:2px;
}
#products .product .name a {
	text-decoration:none;	
}
#products .product img {
	border:none;
}
#products .nophoto {
	width:98px; height:138px; background:#eee; border:solid 1px #ddd;
}
#products .noresult {
	margin:100px 0; font-weight:bold; font-size:10pt;
}

ul.pager {
background:transparent;
padding:5px;
margin:5px 0;
text-align:right;
clear:both;
padding-left:10px;
margin-bottom:10px;
}

ul.pager li {
	background:transparent;
	display:inline;
	list-style:none;
	border:none;
	padding:0;
	margin:0;
	font-size:9pt;
	float:left;
}
ul.pager li.stats {
	clear:none;
	float:right;
	margin-right:5px;
}
ul.pager li a {
	padding:5px;
	font-weight:normal;
}
ul.pager li a:hover {
	background:#ed1b2e;
	color:#fff;
}
ul.pager li.selected a {
	color:#ed1b2e;
	font-weight:bold;
	text-decoration:none;
}

ul.pager li.selected a:hover {
	background:transparent;
	color:#ed1b2e;
}

/* Buttons
-------------------------------------------------------------- */

button, a.button {
	padding:4px !important;
	background:#eee;
	border:solid 1px #ddd;
	text-decoration:none;
	cursor:pointer;
	font-weight:normal;
	font-size:9pt;
	margin:0;
	color:#333;
	margin: 0 2px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	overflow:visible;
	width:auto;
}
button {
	padding:2px;
	overflow:visible;
	width:auto;}
button:hover, a.button:hover {
	background:#ddd;
	border:solid 1px #ccc;
	text-decoration:none;
	color:#000;
}
button[type=submit] {
	font-weight:bold;
	font-size:10pt;
}

a.button {
	background:#D32E12;
	color:#fff;
	border:solid 1px #fff;
}
a.button:hover {
	background:#A4250E;
	color:#fff;
	border:solid 1px #fff;
}


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; font-size:9pt; font-weight:bold; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
