/* global styles */
@import "tiny_mce.css";

body {
	position: relative;
    margin: 0;
    padding: 0;
    background: #EDEDED;
    font-family: Myriad, Arial;
    font-size: 11px;	
	background: #EDEDED;
}
div {
    font-family: Myriad, Arial;
    font-size: 11px;
}
span {
    font-family: Myriad, Arial;
    font-size: 11px;
}
a {
    color: black;
    text-decoration: underline;
}
a:hover {
	color: black;
    text-decoration: none;
}
h1 {
    font-family: Myriad, Arial;
    font-size: 18px;
    color: #006993;
    line-height: 20px;
}
h2 {
    font-family: Myriad, Arial;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    text-decoration: none;
}
h3 {
	font-size: 26px;
	font-weight: normal;
	color: #33333;
}
h4 {
	font-family: Myriad, Arial;
	font-size: 22px;
	font-weight: bold;
	color: #535352;
	line-height: 27px;
}

table {
	border:none;
}

td {
	vertical-align:top;
	background:white;
}

.form_tab {
	width:708px;
	color:#666666;
}
.form_tab tr td a, .form_tab tr td a:hover {
	color:#666666;
}
.form_tab_hint {
	float:right;
	margin-right:40px;
}
.form_tab_content {
	padding-left:20px;
}
.form_tab_right {
	text-align:right;
}
.form_tab_right2 {
	text-align:right;
	padding-right:33px;
}

img {
border:none;
}

input[type="text"] {
	font-family: Myriad, Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0;
}
input[type="text"]:hover {
	font-family: Myriad, Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0;
}
input[type="file"] {
	font-family: Myriad, Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0;
}
input[type="file"]:hover {
	font-family: Myriad, Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0;
}

input[type="password"] {
	font-family: Myriad, Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0;
}
input[type="password"]:hover {
	font-family: Myriad, Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0;
}

textarea {
	font-family: Myriad, Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0;
}
textarea:hover {
	font-family: Myriad, Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0;
}

select {
	font-family: Myriad, Arial;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding: 0;
	margin: 0;
}

.captcha {
	border: none;
	position: relative;
	float: left;
	margin: 5px 0px 5px 0px;
}

.image_zoom {
	position: relative;
	z-index: 998;
	border: none;
}
.image_zoom:hover {
	position: relative;
	z-index: 998;
	border: none;
}
.image_hidden {
	display:none;
}

/* default button */
input.button {
	background: #999999;
	font-size: 12px;
	color: white;
	border: 1px solid #CCCCCC;
	cursor: default;
	height: 22px;
	text-align: center;
	position: relative;
	clear: none;
	padding-bottom: 3px;
	margin: auto 2px auto 2px;
}
input.button:hover {
	background: #999999;
	font-size: 12px;
	color: white;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	height: 22px;
	text-align: center;
	position: relative;
	clear: none;
	padding-bottom: 3px;
	margin: auto 2px auto 2px;
}

/* orange button */
input.button_orange {
	background: #F49D00;
	font-size: 12px;
	color: white;
	border: 1px solid #F49D00;
	cursor: default;
	height: 22px;
	text-align: center;
	position: relative;
	clear: none;
	padding-bottom: 3px;
	margin: auto 2px auto 2px;
	font-weight:bold;
	/*text-transform:uppercase;*/
}
input.button_orange:hover {
	background: #F49D00;
	font-size: 12px;
	color: white;
	border: 1px solid #F49D00;
	cursor: pointer;
	height: 22px;
	text-align: center;
	position: relative;
	clear: none;
	padding-bottom: 3px;
	margin: auto 2px auto 2px;
	font-weight:bold;
	/*text-transform:uppercase;*/
}

/* main styles */
#main_center {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -498px;
}
#main_column_left {
	position:relative;
	float:left;
	clear:none;
	width:270px;
	margin:0;
	padding:0;
	background: white;
}
#main_content {
	position:relative;
	float:left;
	clear:none;
	width: 680px;
	height: auto;
	overflow-x: hidden;
	margin:10px 24px 10px 24px;
	padding:0px 0px 20px 0px;
}
#main_content2 {
	position:relative;
	float:left;
	clear:none;
	width: 385px;
	height: auto;
	overflow-x: hidden;
	margin:10px 24px 0px 24px;
	padding:0px 0px 40px 0px;
}
#main_column_right {
	position:relative;
	float:left;
	clear:none;
	width:275px;
	top:-15px;
	margin:0;
	padding:0;
	*left:-24px;
	/*background:#F8F8F8;*/
}

#main_print {
	position:relative;
	float:left;
	clear:both;
	width: 640px;
	height: auto;
	margin:0;
	padding:20px;
	background: white;
}

/* logo */
#main_logo {
	position:relative;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	border: none;
}

/* footer */
#main_footer {
	position:absolute;
	bottom:-50px;
	width:1000px;
	height:70px;
	background:white;
	/*background:white  url(../images/main_footer.jpg) bottom center no-repeat;*/
	z-index: 15;
}
#main_footer object {
	*margin-left:-3px;
}

/* Breadcrumb */
#breadcrumb {
	position: relative;
	float: left;
	clear: both;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	color: #F49D00;
	width:500px;
}
#breadcrumb a {
	color: #F49D00;
	font-weight: normal;
}
#breadcrumb a:hover {
	color: #F49D00;
	font-weight: normal;
}

/* Shop */
#main_shop_spacer {
	position: relative;
	float: left;
	clear: both;
	margin: 35px 0px 0px 0px;
	padding: 0;
	width: 678px;
	height: 22px;
}

/* Styles for separate error page */
#error_box {
	position: absolute;
	width: 528px;
	height: 150px;
	overflow: auto;
	background: #EDEDED;
	border: 1px solid #F49D00;
	color: #3E5A67;
    font-family: Myriad, Verdana;
	font-weight: normal;
	font-size: 11px;
	padding: 5px;
	line-height: 18px;
	top: 5px;
	left: 5px;
	display: block;
	cursor: default;
	font-family: Myriad, Arial;
}
#error_box:hover {
	cursor: pointer;
}

/* Styles for lightbox_text -> messages */
#message_stack_box {
	position: relative;
	float: left;
	clear: both;
	width:460px;
	height:auto;
	background:white;
	margin:auto;
}
#message_stack_title {
	position: relative;
	float: left;
	clear: both;
	background:#CC0000;
	color:white;
	font-family: Myriad, Arial;
	font-size:20px;
	margin: 0px 15px 0px 15px;
	padding: 5px 10px 5px 10px;
	width:410px;
	text-align:left;
}
#message_stack_container {
	position: relative;
	float: left;
	clear: both;
	width:410px;
	padding: 10px 10px 20px 10px;
	text-align:left;
}
#message_stack_container span {
	position: relative;
	float: left;
	clear: both;
	margin:2px 5px 2px 5px;
	font-family: Myriad, Arial;
	font-size:12px;
	text-align:left;
	color:black;
	font-weight:normal;
}
#message_stack_close {
	position: relative;
	float: left;
	clear: both;
	width:430px;
	left:10px;
	padding: 2px 0px 2px 0px;
	text-align:right;
}
#message_stack_close a {
	font-family: Myriad, Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
#message_stack_close a:hover {
	font-family: Myriad, Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

/* COLUMN_LEFT */

/* Category tree */
#main_categories {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	left:10px;
	*left:5px;
	padding:0px 0px 10px 40px;
	width: 190px;
	list-style-type: none;
	list-style-image: url(../images/main_categories_icon.jpg);
}
#main_categories li {
	margin: 0;
	padding:0px 0px 0px 5px;
	list-style-type: none;
	position: relative;
	height: 24.5px;
	width:190px;
}
#main_categories li span {
	font-family: Myriad, Arial;
	font-size:12px;
	color:#3E5A67;
	font-weight:normal;
	letter-spacing:0.5px;
	position:relative;
	top:-2px;
	left:-10px;
}
#main_categories li a {
	font-family: Myriad, Arial;
	font-size:12px;
	color:#3E5A67;
	font-weight:normal;
	letter-spacing:0.5px;
}
#main_categories li a:hover {
	font-family: Myriad, Arial;
	font-size:12px;
	color:#B2BABE;
	font-weight:normal;
	letter-spacing:0.5px;
}

#main_categories li a img {
	position: relative;
	float: left;
	clear: none;
	margin:0;
	padding:0;
	top:4px;
	*top:8px;
	left:-2px;
	*left:0px;
	border:none;
}
li.main_categories_spacer {
	list-style-image:none;
	border-top: 1px solid #9EACB3;
	*position:relative;
	*left:-10px;
	*top:-5px;
}
li.main_categories_li_main {
	line-height: 24.5px;
	list-style-image:none;
}
li.main_categories_li_main_current {
	font-weight:bold;
	line-height: 24.5px;
	/*list-style-image: url(../images/main_categories_icon.jpg);*/
}
li.main_categories_li_sub {
	line-height: 24.5px;
	list-style-image:none;
}
li.main_categories_li_sub_current {
	font-weight: bold;
	line-height: 24.5px;
	/*list-style-image:url(../images/main_categories_icon.jpg);*/
}
li.main_categories_li_default {
	background: none;
	line-height: 24.5px;
	list-style-image:none;
}
#main_categories li a {
	margin:0;
	padding:0;
	text-decoration: none;
	position:relative;
	top:-2px;
	left:-10px;
}
#main_categories li a:hover {
	margin:0;
	padding:0;
	text-decoration: none;
	position:relative;
	top:-2px;
	left:-10px;
}

/* Newsletter */
#newsletter {
	position: relative;
	float: left;
	clear: both;
	width: 230px;
	margin: auto;
	margin: 20px;
	padding:0;
	*padding: 0px 0px 20px 0px;
	border-top: 1px dotted #CECDCD;
	border-bottom: 1px dotted #CECDCD;
}
#newsletter_heading {
	position: relative;
	float: left;
	clear: both;
	width: 230px;
	color: #3E5A67;
	font-size: 16px;
    font-family: Myriad, Arial;
    font-size: 16px;
    font-weight: bold;
    margin:0;
    padding:15px 0px 15px 0px;
}
#newsletter_text {
	position: relative;
	float: left;
	clear: both;
	width: 230px;
	color: black;
	margin:0;
	padding:0;
}
#newsletter_email {
	position: relative;
	float: left;
	clear: both;
	width: 230px;
	margin:0;
	padding:0;
	color:#696969;
}
#newsletter_email input {
	position: relative;
	float: left;
	clear: none;
}
#newsletter_email span {
	position: relative;
	float: left;
	clear: none;
	margin-right:10px;
	top:4px;
}
#newsletter_select {
	position: relative;
	float: left;
	clear: both;
	margin: 15px 0px 25px 0px;
	padding: 0;
	width: 230px;
	color:#696969;
}
#newsletter_select input {
	margin-left: 5px;
	margin-right: 15px;
}

/* COLUMN_RIGHT */

/*UNrounded boxes*/
.main_column_right_box {
	position:relative;
	float:left;
	clear:none;
	width:275px;
	height:160px;
	margin:25px 0px 0px 13px;
	padding:0;
	background:url(../images/column_right_box.jpg) no-repeat top left;	
}
.main_column_right_box_image {
	position:relative;
	float:left;
	clear:both;
	width:210px;
	left:20px;
	margin-top:17px;
}
.main_column_right_box_title {
	position:relative;
	float:left;
	clear:both;
	font-size:16px;
	font-weight:bold;
	font-family: Times, Arial;
	color: #3E5A67;
	left:20px;
	margin-top:10px;
	width:210px;
}
.main_column_right_box_text {
	position:relative;
	float:left;
	clear:both;
	font-size:11px;
	font-family: Arial;
	color: #696969;
	left:20px;
	width:210px;
	margin-top:10px;	
}
.main_column_right_box_text a {
	font-size:11px;
	font-family: Arial;
	color:#F49D00;
	text-decoration:underline;
}
.main_column_right_box_text a:hover {
	font-size:11px;
	font-family: Arial;
	color:#F49D00;
	text-decoration:none;
}

/*ROUNDED boxes*/
.main_column_right_box2 {
	position:relative;
	float:left;
	clear:none;
	width:275px;
	height:160px;
	margin:25px 0px 0px 8px;
	padding:0;
	background:url(../images/column_right_box2.jpg) no-repeat top left;	
}
.main_column_right_box2:hover {
	position:relative;
	float:left;
	clear:none;
	top:1px;
	left:1px;
	width:275px;
	height:160px;
	margin:25px 0px 0px 8px;
	padding:0;
	background:url(../images/column_right_box2.jpg) no-repeat top left;	
}
.main_column_right_box2_image {
	position:relative;
	float:left;
	clear:both;
	width:210px;
	left:20px;
	margin-top:17px;
}
.main_column_right_box2_title {
	position:relative;
	float:left;
	clear:both;
	font-size:16px;
	font-weight:bold;
	font-family: Myriad, Arial;
	color: #3E5A67;
	left:20px;
	margin-top:10px;
	width:210px;
}
.main_column_right_box2_text {
	position:relative;
	float:left;
	clear:both;
	font-size:11px;
	font-family: Arial;
	color: #696969;
	left:20px;
	width:210px;
	margin-top:10px;	
}
.main_column_right_box2_text a {
	font-size:11px;
	font-family: Arial;
	color:#F49D00;
	text-decoration:underline;
}
.main_column_right_box_text2 a:hover {
	font-size:11px;
	font-family: Arial;
	color:#F49D00;
	text-decoration:none;
}
#main_column_left_contact {
	position:relative;
	float:left;
	clear:both;
	width:160px;
	border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	padding:10px 25px 10px 25px;
	margin:80px auto 50px 30px;
}
#main_column_left_contact p {
	font-size:12px;
	color:#696969;
}
#main_column_left_contact a {
	font-size:12px;
	color:#EB9B08;
}
#main_column_left_contact a:hover {
	font-size:12px;
	color:#EB9B08;
}

#payment {
	float:left;
	clear:both;
	margin-left:55px;
}


#advertising_popup {
background:white url(../images/bg_popup.jpg) 50% 5% no-repeat;
padding:120px 50px 5px 50px;
bordser:solid 1px red;
margin:auto;
width:380px;
}

#advertising_popup .heading1 {
font-size:22px;
font-familiy:Arial;
font-weight:normal;
color:#3b5c65;
margin:15px 0 0 0;
}

#advertising_popup .heading2 {
font-size:19px;
font-familiy:Arial;
font-weight:normal;
color:#3b5c65;
margin:0 0 25px 0;
}
#advertising_popup .heading2 p {
margin:8px 0;
}
#advertising_popup .heading2 span {
font-size:19px;
font-familiy:Arial;
font-weight:normal;
}


#shop {
	position:relative;
	width:359px;
	height:187px;
	border:1px solid #D5D5D5;
	float:left;
	clear:both;
	margin:0px 0px 15px 0px;
	background:white url(../images/bg_shop.jpg) top left no-repeat;
}

#shop h1 {
	float:right;
	clear:both;
	margin-top:10px;
	margin-right:15px;
	font-weight:normal;
	color:#3E5A67;
}
#shop p {
	float:right;
	clear:both;
	margin-top:-5px;
	text-align:right;
	width:155px;
	margin-right:15px;
	color:#6C6C6C;
}
#shop input {
	position:absolute;
	bottom:10px;
	right:15px;
}