body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EAEAEA;
	background-image: url(../gfx/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

div#hideWindow { display: none; position: absolute; float: left; top: 0px; left: 0px; z-index: 100; background: #666666; opacity: 0.60; filter: alpha(opacity=60); }
div#fotoPopup { display: none; position: absolute; float: left; padding: 20px; cursor: pointer; z-index: 101; background: #FFFFFF; border: 2px solid #006633; }

div#siteContainer {
	position: relative;
	text-align: left;
	width: 960px;
}

div#mainContainer, div#pageContainer, div#pageTop, div#pageBot {
	float: left;
	width: 960px;
	overflow: hidden;
}

div#pageContainer {
	background: url(../gfx/middle.gif) repeat-y;
}

div#pageTop {
	background: url(../gfx/top.jpg) left top no-repeat;
}

div#pageBot {
	background: url(../gfx/bottom.gif) left bottom no-repeat;
}


div#pageMenu {
	float: left;
	width: 217px;
	padding: 284px 6px 0px 26px;
	overflow: hidden;
}

div#pageMenu a {
	display: block;
	margin: 0px;
	padding: 1px 0px 1px 10px;
	color: #756441;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

div#pageMenu .title {
	display: block;
	margin: 0px 0px 3px 0px;
	padding: 10px 2px 5px 24px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	background: url(../gfx/menu_link.gif) left top no-repeat;
}

div#pageContent {
	float: left;
	width: 691px;
	padding: 122px 20px 0px 0px;
	overflow: hidden;
}

div#pageNavi {
	position: relative;
	float: left;
	width: 641px;
	height: 35px;
	padding: 1px 0px 0px 50px;
	overflow: hidden;
}

div#pageNavi a {
	float: left;
	padding: 14px 10px 7px 10px;
	background: url(../gfx/navi_link.gif) center top no-repeat;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div#pageNavi form {
	float: right;
	padding: 7px 10px 0px 0px;
}

div#pageNavi form .field {
	border: 1px solid #FFC055;
	background: #FFFFFF;
	width: 150px;
}

div#pageNavi form .button {
	border: 0px;
	background: none;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

div#pageView {
	float: left;
	width: 691px;
	overflow: hidden;
	padding: 2px 0px 2px 0px;
}

div#pageFooter {
	float: left;
	width: 916px;
	height: 45px;
	padding: 15px 22px 0px 22px;
}

div#pageFooter a {
	float: left;
	padding: 9px 10px;
	background: url(../gfx/bottom_link.gif) right center no-repeat;
	
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

div#pageSign {
	float: left;
	width: 960px;
	height: 85px;
	overflow: hidden;
	background: url(../gfx/bottom_clouds.jpg) left top no-repeat;
	
	color: #6D6D6D;
	font-size: 10px;
}

div#pageSign a {
	text-decoration: none;
	color: #999999;
}

div#pageSign a:hover {
	color: #000000;
}

a.button {
	float: left;
	width: 93px;
	height: 18px;
	overflow: hidden;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

a.button:hover {
	text-decoration: underline;
	color: #000000;
}

a.green {
	background-image: url(../gfx/button_green.gif);
}

a.orange {
	background-image: url(../gfx/button_orange.gif);
}

div.contentBox, div.contentBox div.bgTop, div.contentBox div.bgBot {
	float: left;
	width: 684px;
	overflow: hidden;
}

div.contentBox {
	margin-top: 5px;
	background: url(../gfx/content_middle.gif) repeat-y;
}

div.contentBox div.bgTop {
	background: url(../gfx/content_top.gif) left top no-repeat;
}

div.contentBox div.bgBot {
	background: url(../gfx/content_bottom.gif) left bottom no-repeat;
	padding-bottom: 20px;
}

div.productBox {
	position: relative;
	float: left;
	width: 224px;
	height: 297px;
	overflow: hidden;
	margin: 5px 6px 0px 0px;
	background: url(../gfx/product_box.gif) left top no-repeat;
}

div.productBox .title {
	position: absolute;
	width: 186px;
	height: 22px;
	top: 8px;
	left: 9px;
	overflow: hidden;
	margin: 0px;
	padding: 9px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../gfx/product_box_title.gif) left top no-repeat;
}

div.productBox .description {
	position: absolute;
	width: 206px;
	height: 210px;
	top: 43px;
	left: 9px;
	overflow: hidden;
	font-size: 11px;
	text-align: justify;
}

div.productBox .price {
	position: absolute;
	width: 200px;
	height: 25px;
	bottom: 9px;
	left: 9px;
	overflow: hidden;
	padding: 8px 0px 0px 8px;
	font-size: 16px;
	font-weight: bold;
	background: url(../gfx/product_box_price.gif) left top no-repeat;
}

div.productBox .price span {
	font-weight: normal;
	font-size: 11px;
}

div.productBox .price a.orange {
	position: absolute;
	top: 5px;
	right: 5px;
}

div.productBox a.green {
	position: absolute;
	top: 228px;
	right: 12px;
}

div.productBox a img {
	border: 0px;
	margin: 0px 0px 4px 0px;
}

div.contentBox h1 {
	display: inline;
	float: left;
	width: 636px;
	height: 24px;
	overflow: hidden;
	margin: 18px 0px 0px 19px;
	padding: 7px 0px 0px 10px;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	color: #FFFFFF;
	background: url(../gfx/page_title.gif) left top no-repeat;
}

div.contentBox h1 span {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #EBEBEB;
}

div.contentBox div.text {
	float: left;
	width: 644px;
	padding: 20px;
	margin: 0px 0px -20px 0px;
	font-size: 11px;
}

div.contentBox div.foto {
	float: left;
	width: 644px;
	padding: 20px;
	text-align: center;
}

div.contentBox div.foto img {
	border: 1px solid #006633;
	background: #FFFFFF;
	padding: 1px;
	cursor: pointer;
}

div.contentBox div.file {
	float: left;
	width: 644px;
	padding: 20px;
}

div.contentBox div.file a {
	display: block;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
	color: #006633;
	font-weight: bold;
}

div.contentBox div.file a span {
	font-weight: normal;
	color: #666666;
	font-style: italic;
}

div.contentBox div.foto p.title, div.contentBox div.file p.title {
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

table.orderSteps {
}

table.orderSteps td {
	width: 50px;
	padding: 10px;
	color: #999999;
	font-size: 10px;
	text-align: center;
}

table.orderSteps tr.steps td {
	margin: 0px;
	padding: 0px;
	height: 14px;
	font-size: 0px;
	background-repeat: no-repeat;
	background-image: url(../gfx/order_step.gif);
}

table.orderSteps tr.steps td.none {
	background-position: center top;	
}

table.orderSteps tr.steps td.curr {
	background-position: center center;	
}

table.orderSteps tr.steps td.done {
	background-position: center bottom;	
}

table.orderSteps tr.steps td.shadowLeft {
	background: url(../gfx/order_step_left.gif) right bottom no-repeat;
}

table.orderSteps tr.steps td.shadowRight {
	background: url(../gfx/order_step_right.gif) left bottom no-repeat;
}

div.shadow {
	background: url(../gfx/shadow.gif) center top no-repeat;
}

form.cartForm {
	float: left;
	padding: 10px 0px 10px 20px;
}

div.cartRow {
	display: inline;
	position: relative;
	float: left;
	width: 600px;
	height: 37px;
	/*overflow: hidden;*/
	margin: 6px;
	background: url(../gfx/cart_row.gif) right top no-repeat;
}

div.cartRow img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
}

div.cartRow .name {
	position: absolute;
	top: 11px;
	left: 70px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div.cartRow .name:hover {
	text-decoration: underline;
}

div.cartRow .value {
	position: absolute;
	top: 9px;
	left: 400px;
	width: 50px;
	border: 1px solid #18651F;
	background: #FFFFFF;
}

div.cartRow .price {
	position: absolute;
	top: 13px;
	left: 470px;
	width: 85px;
	font-size: 11px;
	text-align: right;
	color: #3A3A3A;
}

div.cartRow .delete {
	position: absolute;
	width: 20px;
	height: 19px;
	overflow: hidden;
	left: 570px;
	top: 9px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../gfx/cart_delete.gif);
}

div.cartRow .delete:hover {
	background-position: left bottom;
}

div.pages {
	float: left;
	width: 691px;
	padding: 5px 0px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	background: url(../gfx/pages_bg.gif) center center no-repeat;
}

div.pages a {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
}

div.pages span {
	font-size: 11px;
	padding: 0px 5px;
	color: #A5A5A5;
}

.productPhoto {
	float: left;
	padding: 0px 20px 5px 0px;
}

.productPhoto img {
	border: 2px solid #006633;
}

.productText {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding: 0px 20px 0px 0px;
}

form.productAction {
	float: right;
	padding: 10px 0px 16px 0px;
	width: 300px;
}

form.productAction h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #006633;
}

form.productAction p {
	margin: 0px;
	padding: 3px 0px 3px 20px;
}

form.productAction a.button {
	float: right;
	margin: 10px 20px 0px 0px;
}

.textField {
	border: 1px solid #FFC055;
	background: #FFFFFF;
	width: 150px;
}