/* Orchid Store CSS */
/* (c) 2009-2010. Webopius Ltd */

/* @group Reset */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

ol,ul {
	list-style: none;
}

img {
	border: none;
}

a {
	color: navy;
	text-decoration: none;
}

/* @end */

/* @group Layout Framework */

body {
	background-color: #ffffff;
	background: url(../elements/backdrop.png) repeat-x left top;
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #36070F;
	position: relative;
}

#backimage {
	width: 1500px;
	height: 317px;
	display: block;
	margin: 129px auto 0px auto;
	border: none;
}

#content {
	width: 900px;
	margin: -447px auto 155px auto;
	position: relative;
	display: block;
}

#footer {
	width: 1500px;
	height: 5px;
	color: #000;
	margin: 0px auto 0px auto;
	background: url(../elements/footerbar.png) repeat-x left top;
}

#footercontent {
	padding-top: 20px;
	width: 900px;
	margin: 0px auto 0px auto;	
}

.topmenu {
	width: 900px;
	height: 27px;
	position: absolute;
	top: 101px;
	left: 5px;
	z-index: 1;
}

.toppanel {
	width: 300px;
	height: 88px;
	position: absolute;
	top: 3px;
	right: 10px;
	overflow: hidden;
	background: url(../elements/toppanel.png) no-repeat left top;
}

.contentpanel {
	width: 900px;
	background-color: #ffffff;
	position: relative;
	top: 141px;
	padding: 5px;
}

.cp-top {
	width: 880px;
	margin-bottom: 15px;
	padding-left: 10px;
	clear: both;
}

.cp-left {
	width: 180px;
	margin-left: 10px;
	float: left;
}

.cp-right {
	width: 690px;
	margin-left: 10px;
	float: left;
	position:relative;
}

.titleimage {
	width: 675px;
	height: 230px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/* @end */

/* @group Left Menu Block */

.menu-panel {
	padding-top: 10px;
	background: #eeeeee url(../elements/menu-top.png) no-repeat center top;
}

.menu-panel h2 {
	text-align: center;
	font-size: 110%;
}

.menu-panel ul {
	background: #eeeeee url(../elements/menu-bottom.png) no-repeat center bottom;
	padding: 10px 5px 20px 5px;
	width: 170px;
	margin-bottom: 15px;
}

.menu-panel ul li {
	border-top: 1px solid #dcdcdc;
	padding-top: 2px;
	padding-bottom: 2px;
}

.menu-panel ul li a {
	width: 170px;
	display: block;
}

.menu-panel ul li ul {
	background: none;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 10px;
	width: 150px;
}

.menu-panel ul li ul li a {
	width: 150px;
	display: block;
}

.menu-panel ul li:hover {
	background-color: #dcdcdc;
}

/* @end */



/* @group General Styles */

.clear {
	clear: both;
}

.cp-right h1 {
	font-size: 150%;
	width: 100%;
	margin-bottom: 10px;
}

.cp-right p {
	margin: 0px 0px 5px 0px;
}

h2.logo {
	text-indent: -9999px;
	width: 306px;
	height: 70px;
	position: absolute;
	top: 15px;
	left: 10px;
	background: url(../elements/logo.png) no-repeat left top;
}

.toppanel ul {
	float: right;
	padding-top: 4px;
	padding-right: 5px;
	font-size: 95%;
}

.toppanel ul li {
	float: left;
	padding-right: 8px;
}

.titleimage h1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 260px;
	color: #ffffff;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 325%;
	font-weight: normal;
	z-index: 50;
}

.titleimage h2 {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 260px;
	color: #eeeeee;
	font-size: 146%;
	font-weight: normal;
	z-index: 50;
}

.contentpanel h3 {
	width: 670px;
	color: #36070F;
	background-color: #eeeeee;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 190%;
	font-weight: normal;
	margin: 7px 0px 7px 0px;
	padding-left: 5px;	
}

#footercontent h3 {
	color: #3D522B;
	font-size: 110%;
	padding-bottom: 10px;
}

#footercontent ul {
	border-right: 1px solid #999999;
	padding: 0px 20px 0px 20px;
	float: left;
	font-size: 90%;
	text-align: right;
}

/* @end */

/* @group TopPanel */

.toppanel ul {
	float: right;
	padding-top: 4px;
	padding-right: 8px;
	font-size: 95%;
}

.toppanel ul li {
	float: left;
	padding-left: 8px;
}

.toppanel #search {
	width: 280px;
	float: right;
	padding-right: 8px;
	margin-top: 7px;
}

.toppanel #search input {
	width:179px;
	height:19px;
	background: url("../elements/searchback.png") no-repeat left top;
	border: none;
	padding-left: 30px;
	margin-top: 3px;
	float: left;
}

.toppanel #search a.search {
	background: url(../elements/btn-search.png) no-repeat left 0px;
	width: 60px;
	height: 25px;
	display: inline-block;
	float: right;
	text-indent: -9999px;
	cursor: pointer;
}

.toppanel #search a.search:hover {
	background: url(../elements/btn-search.png) no-repeat left -25px;
}

.toppanel #currency {
	float: right;
	padding-right: 80px;
	margin-top: 7px;
}

/* @end */

/* @group TopMenu */

.topmenu ul.left {
	font-size: 110%;
	color: #ffffff;
	float: left;
}

.topmenu ul.left li a {
	color: #ffffff;
	height: 27px;
	display: inline-block;
	position: relative;
	z-index: 5;
	padding: 0px 10px 0px 10px;
}

.topmenu ul.left li {
	float: left;
	line-height: 27px;
	vertical-align: middle;
	background: url(../elements/menu-bar.png) no-repeat right center;
	text-align: center;
	
}

.topmenu ul.right {
	font-size: 110%;
	color: #ffffff;
	float: right;
}

.topmenu ul.right li a {
	color: #ffffff;
	height: 27px;
	display: inline-block;
	position: relative;
	z-index: 5;
	padding: 0px 10px 0px 10px;
}

.topmenu ul.right li {
	float: left;
	line-height: 27px;
	vertical-align: middle;
	background: url(../elements/menu-bar.png) no-repeat left center;
	text-align: center;
}


/* @end */

/* @group Topic Panels */

.topicrow {
	width: 350px;
	float: right;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	color: #787878;
	position: relative;
}

.topicrow h5 {
	font-size: 110%;
	font-weight: bold;
	color: #222;
}

.topicrow h5 {
	font-size: 105%;
	font-weight: bold;
	color: #333;
	margin-bottom: 2px;
}


.topicrow a.readmore {
	background: url(../elements/bullet.png) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 5px;
	font-style: italic;
	color: #407647;
	display: block;
}

.topicrow a.image {
	background: none;
	padding-left: 0px;
	font-style: italic;
	color: #407647;
}

.topicrow a.image {
	background:  none;
	padding-left: 0px;
}

.topicrow img {
	margin: 5px 0px 5px 0px;
	position: relative;
	left: -5px;
}

.topicrow img.shift {
	position: relative;
	top: -10px;
	left: -15px;
}

.tleft {
	width: 165px;
	margin-right: 3px;
	float: left;
	padding: 4px;
	background-color: #E4FFCD;
}

.tright {
	width: 165px;
	float: right;
	padding: 4px;
	background-color: #E4FFCD;
}

/* @end */

/* @group News */

.newsdesc {
	font-size: 1.3em;
	line-height: 130%;
}

/* @end */

/* @group Category */

.categorydesc {
	margin-bottom: 15px;
	font-size: 1.3em;
	line-height: 130%;
}

/* @end */


/* @group Products */

ul#homepage {
	width: 303px;
	float: left;
	padding-left: 25px;
}

ul.products {
	margin: 10px 0px 10px 0px;
}

ul.products li {
	width: 130px;
	padding: 2px;
	float: left;
}

ul.products h4 {
	border-top: 1px solid #d4d4d4;
	padding-top: 2px;
	clear: both;
}

ul.products h4 a {
	color: #36070F;
	font-size: 100%;
	font-weight: normal;
	width: 100%;
}

ul.products h5 {
	color: #36070F;
	font-size: 110%;
	font-weight: normal;
	width: 100%;
}

ul.products img {
	width: 80px;
	height: 80px;
	margin-left: 25px;
	margin-right: 25px;
}

ul.products .desc {
	display: none;
	position: absolute;
	background-color: #eeeeee;
	font-size: 110%;
	color: #000;
	padding: 5px;
	z-index: 1000;
	width: 150px;
}


/* @end */

/* @group Open Cart specific styles */


.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}


a.button {
	background: transparent url('../image/button_right.png') no-repeat top right;
	color: #FFFFFF;
	display: inline-block;
	font-size: 110%;
	height: 25px;
	line-height: 25px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}

a.button:hover {
	background: transparent url('../image/button_right.png') no-repeat top right;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding-left: 5px;
}

a.button span:hover {
	background: transparent url('../image/button_left.png') no-repeat;	
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}

.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

/* @end */

/* @group Product Page */

.product {
	font-size: 110%;
}

.product img {
	width: 300px;
	float: left;
	margin-right: 10px;
}

.product .panel {
	width: 300px;
	float: right;
}

.product .price {
	font-size: 200%;
}

a.webopius {
	font-size: 10px;
	color: #a7a7a7;
	float: right;
	background: url(/image/userfiles/w.png) no-repeat left top;
	padding-left: 20px;
}


/* @end */



