/* ### BASE ### */

html, body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family:  Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

body#common {
    background: #FFFFFF;
}

/* ### ANCHORS ### */

a:link {
    color: #003399;
    text-decoration: none;
}

a:visited {
    color: #003399;
    text-decoration: none;
}
a:hover {
    color: #003399;
    text-decoration: underline;
}
a:active {
    color: #003399;
    text-decoration: none;
}

/* ### LAYOUT ### */

#sandbox {
    position: absolute;
    left: 50%;
    width: 780px;
    margin-left: -390px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #000000;
}

/* ### COMMON ### */

.legend_th {
    height: 18px;
    background-color: #CBCBCB;
    vertical-center: middle;
    line-height: 18px;
}

/* ### IFRAMES ### */

iframe.submenu {
    border: 0 none;
    width: 780px;
    height: 21px;
}

/* ### DIVS ### */

div.about {
    padding: 15px;
    text-align: justify;
}

div.common_inner_content {
  	margin: 3px;
    padding: 0;
    border: 0 none;
    width: 100%;
}

div.cart_section {
	margin: 0;
	padding: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background-color: #EEEEEE;
}

/* ### MENUS ### */

ul#submenu {
	padding: 0;
    margin-left: 12px;
    margin-top: 2px;
}

li.submenu {
	padding-left: 3px;
	padding-right: 3px;
	display: inline;
  list-style: none;
  text-decoration: none;
  color: #2F2F2F;
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

ul#product_menu {
    display: block;
    border: 0 none;
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none;
    text-decoration: none;
    font-family:  Arial, sans-serif;
    font-size: 13px;
}

.product_menu {
    margin: 0 0px 2px 0px;
    font-weight: bold;
}

.product_menu_component {
    margin: 0 0px 2px 10px;
    line-height: 18px;
}

/* ### HEADERS ### */

.h0 {
    padding: 0;
    margin: 0;
    font-family:  Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    padding: 0;
    margin: 0;
    font-family:  Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

h2 {
    padding: 0;
    margin: 0;
    font-family:  Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

h3 {
    padding: 0;
    margin: 0;
    font-family:  Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

h4 {
    padding: 0;
    margin: 0;
    font-family:  Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

h5 {
    padding: 0;
    margin: 0;
    font-family:  Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}


/* ### TABLES ### */

table.common_invis {
    margin: 0;
    padding: 0;
    border: 0 none;
    border-collapse: collapse;
}

table.product_list {
    margin: 0 3px 3px 0;
    padding: 0;
    width: 99%;
}

table.product_list_prices {
    margin: 0;
    padding: 0;
    border: 0 none;
}

table.product_list_quantity {
    margin: 0;
    padding: 0;
    border-spacing: 2px;
    line-height: 10px;
}

table.product_detail_specs {
    margin: 0;
    padding: 0;
    border: 0 none;
    width: 100%;
}

table.cart_recap {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0 none;
}

tr.cart_items_th {
    height: 18px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    border: 0px none;
    background-color: #CC0033;
}

td.product_list {
    margin: 0;
    padding: 2px;
    border: 1px;
    border-style: solid;
    border-color: #000000;
    width: 100%;
}

td.quantity {
	padding-left: 2px;
    padding-top: 0px;
    border: 0 none;
}

td.product_detail_specs {
	margin: 0;
	padding: 3px;
    border: 0 none;
}

/* ### IMGS ### */

.product_list_thumbnail {
    margin: 0;
    padding: 0 5px 0 0;
    border: 0px none;
    width: 50px;
    height: 50px;
}

.detail_thumbnail {
    margin-right: 4px;
    margin-top: 10px;
    border: 1px dotted;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

/* ### FORMS ### */

input.text {
    padding-right: 2px;
    width: 30px;
    height: 16px;
    text-align: right;
    border: 1px solid #000000;
}

input.text_cus_info {
    width: 140px;
    height: 16px;
    line-height: 16px;
	  font-size: 13px;
    text-align: left;
    border: 1px solid #000000;
}

input.cart {
    margin: 0;
    padding: 0;
    height: 20px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
    border: 0px none;
	background-color: #CC0033;
	cursor: pointer;
}

/* ### FONTS ### */

.dark_red {
    color: #C60202;
    text-decorations: none;
}

.dark_green {
    color: #2A8D16;
    text-decorations: none;
}

.dark_blue {
    color: #1C5BB1;
    text-decorations: none;
}

/* ### SPECIAL ### */

.odd {
	background-color: #FFFFFF;
}

.even {
	background-color: #F1F1F1;
}

.arial_14 {color: #000000; font-size: 14px; font-family: Arial, sans-serif;}

.arial_13 {color: #000000; font-size: 13px; font-family: Arial, sans-serif;}
.arial_13_b {color: #000000; font-size: 13px; font-family: Arial, sans-serif; font-weight: bold;}

.arial_12 {color: #000000; font-size: 12px; font-family: Arial, sans-serif;}
.arial_12_b {color: #000000; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold;}
.arial_12_j {color: #000000; font-size: 12px; font-family: Arial, sans-serif; text-align: justify;}

.arial_12_c {color: #CC0000; font-size: 12px; font-family: Arial, sans-serif;}
.arial_12_c_b {color: #CC0000; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold;}

.arial_11 {color: #000000; font-size: 11px; font-family: Arial, sans-serif;}
.arial_11_b {color: #000000; font-size: 11px; font-family: Arial, sans-serif; font-weight: bold;}

.arial_10 {color: #000000; font-size: 10px; font-family: Arial, sans-serif;}

.arial_6 {color: #000000; font-size: 6px; font-family: Arial, sans-serif;}

.arial_16_b {color: #000000; font-size: 16px; font-family: Arial; font-weight: bold}

.b_complet {border-color: #000000; border-top-width: 1px; border-top-style: solid; border-left-width: 1px; border-left-style: solid; border-right-width: 1px; border-right-style: solid; border-bottom-width: 1px; border-bottom-style: solid;}
.b_top_left_right {border-color: #000000; border-top-width: 1px; border-top-style: solid; border-left-width: 1px; border-left-style: solid; border-right-width: 1px; border-right-style: solid;}
.b_top_right_bottom {border-color: #000000; border-top-width: 1px; border-top-style: solid; border-right-width: 1px; border-right-style: solid; border-bottom-width: 1px; border-bottom-style: solid;}
.b_left_right_bottom {border-color: #000000; border-left-width: 1px; border-left-style: solid; border-right-width: 1px; border-right-style: solid; border-bottom-width: 1px; border-bottom-style: solid;}
.b_top_right {border-color: #000000; border-top-width: 1px; border-top-style: solid; border-right-width: 1px; border-right-style: solid;}
.b_right_bottom {border-color: #000000; border-right-width: 1px; border-right-style: solid; border-bottom-width: 1px; border-bottom-style: solid;}
.b_top {border-color: #000000; border-top-width: 1px; border-top-style: solid;}
.b_right {border-color: #000000; border-right-width: 1px; border-right-style: solid;}
.b_bottom {border-color: #000000; border-bottom-width: 1px; border-bottom-style: solid;}

/* ### MENU ### */

.list_off {
	position: relative;
	left: 18px;
	line-height: 16px;
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.list_sub_off {
	position: relative;
	left: 25px;
	line-height: 16px;
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.list_on {
	position: relative;
	left: 5px;
	line-height: 16px;
	list-style-position: inside;
	list-style-image: url(../img/cz/offer/item1_omo.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.list_sub_on {
	line-height: 16px;
	list-style-position: outside;
	list-style-image: url(../img/cz/offer/item2_omo.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ### PRODUCT DETAIL ### */

.image {border: 1px solid; width: 200px; height: 200px; cursor: pointer;}


.basic_info_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #E2E2E2;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	text-indent: 3px;
	height: 20px;
	width: 40%;
}

.basic_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
	height: 20px;
	width: 60%;
}

.input_basic_info {
    border: 0px;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

.sum_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #E2E2E2;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	text-indent: 3px;
	height: 20px;
	width: 40%;
	color: #CC0000;
}

.sum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
	text-align: center;
	height: 20px;
	width: 60%;
	color: #CC0000;
}

.sum2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	text-align: center;
	height: 20px;
	width: 60%;
	color: #CC0000;
}

.grades {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px groove;
	text-align: center;
}
