html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
    background: #EAE3DB;
}

* {
    font-family: verdana;
    font-size: 11px;
	color: #000000;
}

ol {
	padding: 0;
	margin: 5px 0 5px 20px; /* for Moz */
	_margin: 5px 0 5px 30px; /* for IE */
}
ul {
	list-style: url(/images/global/bulletin.gif);
	padding: 0 0 0 20px;
	margin: 0;
}

li {
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
}
td {
    vertical-align: top;
	margin: 0;
	padding: 0;
}

div,p,h1,h2,h3 {
	margin: 0;
	padding: 0;
}

span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}
form td {
    vertical-align: middle;
}

input, textarea, select {
	width: 180px;
	margin-bottom: 10px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	z-index: 100;
}
input {
	
}
option {
    color: #000000;
}
.input_title {
	font-weight: normal;
	margin-bottom: 2px;
}
.checkbox, .radio {
	width: auto !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.button {
	width: auto !important;
	border: 1px outset;
	font-weight: bold;
	cursor: pointer;
	color: #000000;
	background: #F7F8F3;
	text-align: center !important;
}
.submit {
	width: auto !important;
	border: 1px outset;
	font-weight: bold;
	cursor: pointer;
	color: #000000;
	background: #F8F7F5;
	text-align: center !important;
}
.error {
    font-weight: bold;
    color: #990000;
}
input.error, select.error, textarea.error {
    font-weight: normal !important;
    color: #000000 !important;
    border: 1px solid #993300 !important;
	background: #FFA6A8 !important;
}
.mandatory {
    
}
.short_field {
    width: 50px;
}
.long_field {
    width: 200px;
}

a {
    text-decoration: underline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
a:hover {
    text-decoration: none;
}

h1,.title {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

h2,.sub_title {
	
}

.btm_border {
	height: 5px;
	background: #8BAC75;
	margin-bottom: 5px;
}
.top_border {
	height: 5px;
	background: #8BAC75;
	margin-bottom: 5px;
}

td.separator {
    width: 0.1%;
}
td.separator div {
    width: 10px;
    height: 10px;
    font-size: 4px;
}
div.separator {
    width: 10px;
    height: 10px;
    font-size: 4px;
}

.icon {
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

.powered_by {
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    width: 110px;
    height: 40px;
}

/* ## */

#page-nav-bar {
	color: #E2D8CE;
}
#page-nav-bar a {
	text-decoration: none;
	color: #F8E8BA;
}
#page-nav-bar a:hover {
	text-decoration: underline;
}
#page-nav-bar a.number {
	text-decoration: none;
	color: #F8E8BA;
}

#page-nav-bar a.number:hover {
	text-decoration: underline;
}
#page-nav-bar span.number {
	font-weight: bold;
	color: #F8E8BA;
}

/*	## */

.description {
	margin-bottom: 10px;
	display: table;
	width: 100%;
}

/* ## */

.notes {
	color: #000000;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
	direction: ltr;
	text-align: left;
}
.notes * {
	color: #000000;
}
.notes .n_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

.errors {
	border: 1px solid #993300;
	background: #FFA6A8;
	padding: 10px;
	margin-bottom: 10px;
	direction: ltr;
	text-align: left;
}
.errors * {
	color: #000000;
}
.errors .e_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

/* ## */

#captcha {
    display: table;
    margin-bottom: 10px;
}
#captcha img {
    width: 180px;
    height: 23px;
    border: 1px solid #777777;
}
#captcha input {
    margin: 0;
    height: 25px;
    line-height: 17px;
    padding: 4px;
}

/* ## */

#frame {
    width: 100%;
}

#frame #left_cell {
	width: 45%;
}
#frame #middle_cell {
	width: 10%;
}
#frame #right_cell {
	width: 45%;
}

#frame #header {
    
}
#frame #header #left_cell {


}
#frame #header #middle_cell {
	background-image: url(/files/images/global/header_middle_background.png);
	background-position: center 0;
	background-repeat: no-repeat;
	height: 140px;
}
#frame #header #middle_cell .container {
    width: 320px;
	height: 100%;
}
#frame #header #right_cell {

}

#frame #menubar {
    background: #FFFFFF;
    margin-bottom: 5px;
}
#frame #menubar #left_cell {
}
#frame #menubar #middle_cell {
    
}
#frame #menubar #right_cell {
}

#frame #middle {

}
#frame #middle #left_cell {
}
#frame #middle #middle_cell {
	
}
#frame #middle #right_cell {

}
#frame #middle #sidebar {
	
}
/* the seperation into _container is for SAFARI support */
#frame #middle #sidebar .sidebar_container {	
	
}
#frame #middle #content {
	
}
#frame #middle #content .content_container {	

}

#frame #footer {
	height: 115px;
}
#frame #footer #left_cell {

}
#frame #footer #middle_cell {
}
#frame #footer #right_cell {
}

/* ## */

#menubar {
	
}
#menubar .container {
	display: table;
	width: 760px;
	text-align:	left;
}
#menubar .categories {
	position: relative;
	left: 44px;
}
#menubar .categories td {
	text-align: left;
}
#menubar .categories  a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 2px 5px 2px 5px;
	margin: 1px;
}
#menubar .categories a:hover {
	text-decoration: none;
	background: #8BAC73;
}
#menubar .categories a.selected {
	text-decoration: none;
	background: #8BAC73;
}
#menubar .categories a div {
	
}
#menubar .categories .separator {
	background: #000000;
	width: 1px;
	margin-top: 5px;
}

#menubar .categories .hover_menu {
	position: relative;
	text-align: left;
}
#menubar .categories .hover_menu .container {
	width: 180px;
	position: absolute;
	top: -3px;
	left: 5px;
	background-image: url(/images/global/menubar_btn_up.jpg);
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: right 0;
}
#menubar .categories .hover_menu .container a {
	display: block;
	padding: 5px;
	text-decoration: none;
	text-align: left;
	height: auto;
	background: none;
	text-decoration: none;
}
#menubar .categories .hover_menu .container a:hover {
	text-decoration: underline;
}
#menubar .categories .hover_menu .container a.selected {
	text-decoration: underline;
}

/* ## */

#submenubar {
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	margin-bottom: 30px;
	width: 100%;
}
#submenubar .container {
    direction: ltr;
    width: 840px;
	text-align :left;
}
#submenubar h1 {
	padding-top: 2px;
}
#submenubar .categories {
	
}
#submenubar .categories td {
	text-align: center;
}
#submenubar .categories a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 2px 15px 2px 15px;
	margin: 1px;
}
#submenubar .categories a:hover {
	text-decoration: none;
	background: #8BAC73;
}
#submenubar .categories a.selected {
	text-decoration: none;
	background: #8BAC73;
}
#submenubar .categories a div {
	
}
#submenubar .categories .separator {
	background: #000000;
	width: 1px;
	position: relative;
	top: 5px;
}

#submenubar .categories .hover_menu {
	position: relative;
	text-align: left;
}
#submenubar .categories .hover_menu .container {
	width: 180px;
	position: absolute;
	top: -3px;
	left: 5px;
	background-image: url(/images/global/menubar_btn_up.jpg);
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: right 0;
}
#submenubar .categories .hover_menu .container a {
	display: block;
	padding: 5px;
	text-decoration: none;
	text-align: left;
	height: auto;
	background: none;
	text-decoration: none;
}
#submenubar .categories .hover_menu .container a:hover {
	text-decoration: underline;
}
#submenubar .categories .hover_menu .container a.selected {
	text-decoration: underline;
}

/* ## */

#footerbar {
	
}
#footerbar .container {
	display: table;
	width: 760px;
	text-align:	left;
}
#footerbar .categories {
	
}
#footerbar .categories td {
	text-align: left;
}
#footerbar .categories  a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 2px 5px 2px 5px;
	margin: 1px;
}
#footerbar .categories a:hover {
	text-decoration: none;
}
#footerbar .categories a.selected {
	text-decoration: underline;
}
#footerbar .categories a div {
	
}
#footerbar .categories .separator {
	background: #000000;
	width: 1px;
	margin-top: 5px;
}

/* ## */

#sidebar {
	text-align: left;
}
#sidebar .s_title {
	font-weight: bold;
	margin: 0 10px 5px 10px;
}
#sidebar .categories {
}
#sidebar .categories a {
    display: block;
	padding-right: 10px;
	text-decoration: none;
	text-align: right;
	line-height: 30px;
	background-image: url(/images/global/sidebar_btn_up.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
}
#sidebar .categories a:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#sidebar .categories a.selected {
	font-weight: bold;
	background-image: url(/images/global/sidebar_btn_selected.jpg);
}
#sidebar .categories a.sub_categories {
	padding: 0 20px 0 0;
	background-image: url(/images/global/sidebar_sub_btn_up.jpg);
}
#sidebar .categories a.sub_categories:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#sidebar .categories a.sub_categories_selected {
	font-weight: bold;
	padding: 0 20px 0 0;
	background-image: url(/images/global/sidebar_sub_btn_selected.jpg);
}
#sidebar .categories a.sub_categories_selected:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#sidebar .box {
	text-align: justify;
	margin: 0 10px 20px 10px;
}
#sidebar .box .rolling_news {
	width: 140px;
	height: 130px;
	background-image: url(/images/global/news_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sidebar .box a {
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}
#sidebar .box a:hover {
	text-decoration: none;
}
#sidebar .box.search {
}
#sidebar .box.search .btm_border {
}
#sidebar .box.search .content {
}
#sidebar .box.search .field {
	width: 107px;
	font-size: 10px;
	background: #808C9F;
	border: 1px solid #798496;
	color: #F8E8BA;
}
#sidebar .box.search .continue {
	width: 30px;
	/*max-width: 30px;*/
	font-size: 10px;
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	color: #333333;
	background: #F8E8BA;
	cursor: pointer;
}
#sidebar .box.special-offers {
}
#sidebar .box.special-offers .content {
}
#sidebar .box.special-offers a.button {
	display: block;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-decoration: underline;
}
#sidebar .box.special-offers a:hover.button {
	text-decoration: none;
}

#sidebar .login_form {

}
#sidebar .login_form .title_field {

}
#sidebar .login_form .input_field {
	width: 140px;
	background: #808C9F;
	border: 1px solid #798496;
	color: #F8E8BA;
	font-size: 10px;
	margin: 2px 0 5px 0;
}
#sidebar .login_form .submit {
	/* Already defined as .submit in the beginning of global.css */
	margin-top: 2px;
}
#sidebar .login_form a {
	margin-top: 5px;
	display: block;
}

/* ## */

#footerbar {
	width: 465px;
	/*max-width: 465px;*/
}
#footerbar .categories {
}
#footerbar .categories td {
}

#footerbar .categories a {
	display: block;
	padding: 0 5px 0 5px;
	text-decoration: underline;
	text-align: center;
}

#footerbar .categories a:hover {
	text-decoration: none;
}
#footerbar .categories a.selected {
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}
#footerbar .categories a span {
	line-height: 27px;
}

/* ## */

#group {
    
}
#group .description {
    display: table;
    width: 670px;
    direction: ltr;
}
#group .description * {
    line-height: 15px;
}
#group .description a {
	text-decoration: underline;
}
#group .description a:hover {
	text-decoration: none;
}

#group .thumbnails {
}
#group .thumbnails .column_spacer {
	width: 25px;
}
#group .thumbnails .row_spacer {
	height: 25px;
}
#group .thumbnails .product {
	text-align: center;
	width: 220px;
}
#group .thumbnails .product * {

}
#group .thumbnails .product .image {
	max-width: 220px;
	height: 165px;
	max-height: 165px;
	/*background-repeat: no-repeat;
	background-position: center center;*/
	cursor: pointer;
}
#group .thumbnails .product .t_title {
	line-height: 20px;
	text-align: center;
    font-weight: bold;
}
#group .thumbnails .product .t_description {
	margin: 5px;
	text-align: center;
}

.price {
    font-weight: bold;
	margin: 0 0 10px 0;
}
.price .retail {

}
.price .actual {

}
.price .erased {
    margin-right: 5px;
    font-weight: normal;
    text-decoration: line-through;
	color: #000000;
}

/* ## */

#group .articles {
}
#group .articles .column_spacer {
	width: 25px;
}
#group .articles .row_spacer {
	height: 25px;
}
#group .articles .article {
	text-align: center;
	width: 220px;
}
#group .articles .article * {
}
#group .articles .article .a_image {
	max-width: 120px;
	height: 90px;
	margin-right: 10px;
	cursor: pointer;
}
#group .articles .article .a_title {
	line-height: 20px;
	text-align: left;
    font-weight: bold;
}
#group .articles .article .a_short_description {
	margin: 5px;
	text-align: justify;
}

/* ## */

#group .exams {

}
#group .exams .e_title {
	text-align: left;
    font-weight: bold;
}
#group .exams a {
	text-decoration: none;
}
#group .exams a:hover {
	text-decoration: underline;
}

/* ## */

#shuffled_images {
	width: 465px;
	cursor: pointer;
}
#shuffled_images .images{
	height: 90px;
}
#shuffled_images .column_spacer{
	width: 5px;
}

/* ## */

#specific_product {
	width: 640px;
	margin: 0 0 25px 0;
}
#specific_product .container {
	width: 640px;
}
#specific_product .product_title {
	font-weight: bold;
	line-height: 20px;
	padding-left: 10px;
	
}
#specific_product .catalog_number {
	font-weight: bold;
	line-height: 37px;
}
#specific_product .description {
    position: relative;
    left: 0%;
	padding-top: 25px;
}
#specific_product .large_image_box {
	text-align: center;
	background: #EAE3DB;
	vertical-align: top;
}
#specific_product .large_image_box .large_image {
	
}
#specific_product .large_image_box .large_image_nav {
	font-weight: bold;
	padding: 10px 0 10px 0;
	text-align: center;
}
#specific_product .large_image_box .large_image_nav a {
	margin: 0 2px 0 2px;
	padding: 2px 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
#specific_product .large_image_box .large_image_nav a:hover {
	text-decoration: none;
	color: #333333;
}

#specific_product .pull_down_menu {
	margin-bottom: 5px;
}

#specific_product .price {
	font-weight: bold;
	line-height: 18px;
}
#specific_product .add_button {
	width: 65px;
	text-align:	center;
	border: 1px outset;
	font-weight: bold;
	color: #333333;
	background: #F8E8BA;
	cursor: pointer;
}
#specific_product .back_button {
	border: 1px outset;
	background: #777777;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
#specific_product select {
	width: 250px;
}
#specific_product .group_alt_number {
	/*width: 120px;*/
	text-align: right;
	font-weight: bold;
}

/* ## */

.thumbnails-alt {
	padding-bottom: 25px;
}
.thumbnails-alt .product {
	width: 220px;
	/*max-width: 220px;*/
	text-align: center;
}
.thumbnails-alt .product .image {
	width: 220px;
	/*max-width: 220px;*/
    height: 165px;
	max-height: 165px;
}

/* ## */

#matched_items {

}
#matched_items .images {
}
#matched_items .images .thumb {
	width: 120px;
}
#matched_items .prices {
	padding: 5px;
}
#matched_items .prices table {
	width: 122px;
	height: 96px;
}
#matched_items .prices .btn_add_both_to_bag {
	vertical-align: bottom;
}

#matched_items .m_description {
	padding: 0 10px 0 10px;
}

#matched_items a {
	font-weight: bold;
	text-decoration: underline;
}
#matched_items a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* ## */

#document {
	text-align: justify;
	line-height: 18px;
	width: 100%;
}

/* ## */

#superdoc {
    display: table;
	width: 670px;
	text-align: left;
	direction: ltr;
}
#superdoc .title {
	
}
#superdoc .container {
    
}
#superdoc td {
    vertical-align: top;
}
#superdoc .top_border {
    background: #E2D8CE;
    height: 5px;
    font-size: 4px;
}

/* ## */

#checkout {
	display: table;
	width: 670px;
}

#checkout * {
	text-align: left;
}

#checkout .sub_title {
	font-weight: bold;
}

#checkout .top_border {
	margin-top: 10px;
}

#checkout .container {
	text-align: center;

}
#checkout .error_msg {
	font-weight: bold;
	color: red;
}
#checkout .status_bar {
    padding: 0 0 10px 0;
}
#checkout .status_bar table {
	width: 640px;
}
#checkout .status_bar img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .status_bar .selected {
	color: #000000;
	font-weight: bold;
	padding: 4px 0px 4px 0;
}
#checkout .status_bar .non_selected {
	color: #A8A199;
	font-weight: bold;
	padding: 4px 0px 4px 0;
}
#checkout .status_bar .selected img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .secure_seal {
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #E2D9CD;
	color: #333333;
}
#checkout .secure_seal span {
	color: #333333;
	font-weight: bold;
}
#checkout .content {
	width: 670px;
	padding-bottom: 10px;
}
#checkout .container .content table {
    width: 100%;
}

#checkout .content .inner_tables {
    width: 100%;
}

#checkout .content .inner_tables * {
	
}
#checkout .content .inner_tables td {
	background: #FFFFFF;
	padding: 5px;
}


#checkout .content .checkout_items {
}
#checkout .content .t_title {
	font-weight: bold;
}
#checkout .content .t_title td {
	background: #E2D8CE;
	text-align: center;
}
#checkout .content img.thumbnail {
	width: 60px;
}
#checkout .content input.quantity {
	width: 40px;
	/*background: #E2D8CE;
	border: none;*/
	padding: 0 2px 0 2px;
	margin: 0;
}
#checkout .content .blank {
	background: #EAE3DB;
}
#checkout .content .subtotal {
	font-weight: bold;
}
#checkout .content td.subtotal {
	background: #F7F8F3;
}
#checkout .content .empty td {
	height: 50px;
}
#checkout .content td.td_btn {
}

#checkout .continue {
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background: #F7F8F3;
	padding: 2px;
}

#checkout a {
	text-decoration: underline;
	font-weight: bold;
}
#checkout a:hover {
	text-decoration: none;
}
#checkout .exp_date_YY {
	width: 100px;

}
#checkout .exp_date_MM {
	width: 80px;
}
.checkout_box {
	border: 1px solid #E2D8CE;
	padding: 10px;
	margin: 0 0 10px 0;
}

/* ## */

.attributes {
	padding: 0 0 4px 0;
	margin: 0 4px 4px 4px;
	/*border-bottom: 1px solid #421011;*/
}
.attributes h1 {
	font-weight: bold;
	line-height: 14px;
}
.attributes input {

}
.attributes span {
	margin: 0;
	padding: 0;
}
.attributes .color_box {
	width: 15px;
	height: 15px;
}

/* ## */

#emails {
	padding: 20px;
}

#emails .inner_container {
	background: #E2D8CE;
	padding: 20px;
}

/* ## */

#poll {

}
#poll .poll_title {
	font-weight: bold;
}
#poll .poll_description {

}
#poll .option {
	padding-bottom: 5px;
}
#poll .option input {
	position: relative;
	top: 3px;
}
#poll .option_title {
	font-weight: bold;
}
#poll #results_trigger {
	display: block;
	margin-top: 5px;
	cursor: pointer;
}
#poll #results_container {
	
}
#poll #results_container .results_title {
	padding-top: 5px;
}
#poll #results_container .results_title img {
	height: 50px;
}
#poll #results_container .results .bar {
	width: 100px;
	border: 1px solid #F8E8BA;
}
#poll #results_container .results .bar .inside {
	background-color: #F8E8BA;
	margin: 2px;
	height: 8px;
	font-size: 1px;
}
#poll #results_container .results .number {
	margin-left: 5px;
}
#poll #results_container .submit {
    /* Already defined as .submit in the beginning of global.css */
}

/* ## */

#exam {
	padding-bottom: 20px;
}
#exam .description {
	padding-bottom: 10px;
}
#exam .notes {
	padding-bottom: 10px;
}
#exam .page_on {
	display: block;
}
#exam .page_off {
	display: none;
}
#exam .page_title {
	text-align: left;
	padding: 0 5px 0 5px;
}
#exam .page_description {
	text-align: left;
	margin: 0 0 10px 0;
}
#exam .question {
	font-weight: bold;
}
#exam .answers_container {
	padding-bottom: 10px;
}
#exam .answer {

}
#exam .correct_answer {
	font-weight: bold;
}
#exam textarea {
	width: 100%;
}
#exam .start_button {
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #333333;
	background: #F8E8BA;
	padding: 1px 5px 1px 8px;
	display: inline;
}
#exam .completion_text {
	font-weight: bold;
}
#exam .answers_on_completion_title {
	padding-bottom: 20px;
}
#exam .answers_on_completion_container {
}
#exam .submit {
    /* Already defined as .submit in the beginning of global.css */
}
/* ## */

#quiz {
    padding-bottom: 20px;
}
#quiz .errors {
    color: red;
    font-weight: bold;
}
#quiz .locked {
}
#quiz .winners_container {
}
#quiz .winners_title {
    font-weight: bold;
    padding-bottom: 10px;
}
#quiz .winners_description {
    padding-bottom: 10px;
}
#quiz .winner {
}
#quiz .confirmation {
    font-weight: bold;
}
#quiz .description {

}
#quiz .question {
    font-weight: bold;
}
#quiz .answers_container {
    padding-bottom: 20px;
}
#quiz .answer {
}
#quiz .submit {
    /* Already defined as .submit in the beginning of global.css */
}

/* ## */

.items {
    display: table;
    width: 640px;
    margin-bottom: 10px;
    text-align: left;
    direction: ltr;
}
.items .items_group_title {
    font-weight: normal;
    color: #8BAC73;
    font-size: 14px;
    margin-bottom: 10px;
}
.items .items_container {
    
}
.items .item_title {

}
.items .item_description {
    
}
.items a {
    text-decoration: underline;
    color: #7873AB;
}
.items a:hover {
    text-decoration: none;
}
.items .items_container {

}
.items .icon {
    margin: 0 0 10px 0;
}
.items .separator {
    width: 30px;
}
.items_border {
    background: #8BAC73;
    font-size: 4px;
    height: 5px;
    margin-bottom: 10px;
}

/* ## */

#strip {
    height: 120px;
    margin-bottom: 5px;
    background: #000000;
}
#strip .thumbnail_container {
    margin: 0 5px 0 0;
    cursor: pointer;
}
#strip .thumbnail_container .thumbnail {
    height: 120px;
}
#strip .tooltip {
    position: absolute;
}
#strip .tooltip .tooltip_container {
    position: relative;
    top: -50px;
    left: 10px;
}
#strip .tooltip .tooltip_container .description {
    text-align: left;
    font-size: 10px;
    padding: 5px;
    background: #FFFFFF;
}
#strip .tooltip .tooltip_container .icon_container {
    width: 11px;
    height: 11px;
    position: relative;
    top: -15px;
    left: 5px;
}
#strip .image {
    position: absolute;
}
#strip .image img {
    position: relative;
    top: -125px;
}

#slider_nav {
    position: absolute;
}
#slider_nav table {
    width: 100%;
}
.slider_nav_left {
    width: 120px;
    height: 120px;
    cursor: pointer;
    position: relative;
    top: -125px;
    /* We must place a background image here, cause otherwise IE ignores the nav buttons */
    background-image: url(/images/global/spacer.gif);
}
.slider_nav_right {
    width: 120px;
    height: 120px;
    cursor: pointer;
    position: relative;
    top: -125px;
    /* We must place a background image here, cause otherwise IE ignores the nav buttons */
    background-image: url(/images/global/spacer.gif);
}

/* ## */

#news * {
    line-height: 14px !important;
}

/* ## */

.shop_product {
}

.shop_product a {
    text-decoration: none !important;
}

shop_product a:hover {
    text-decoration: none;
}

.shop_product .product_thumb_container {
    padding-right: 10px;
}

.shop_product .product_thumb_container img {
    height: 150px;
    width: 150px;
}

.shop_product .product_main_title a {
    font-weight: bold;
}

.shop_product .product_sub_title {
    margin-bottom: 12px;
}

.shop_product .product_category {
    margin-bottom: 12px;
}

.shop_product .product_price {
    margin-bottom: 15px;
}

.shop_product .price_actual {
    display: inline;
}


.shop_product .price_actual_sale {
    display: inline;
    padding-bottom: 1px;
    margin-left: 10px;
    border-bottom: 2px solid #FDCB46;
}

.shop_product .price_erased {
    display: inline;
    text-decoration: line-through;
}

.shop_product_separator {
    height: 5px;
    font-size: 1px;
    background-color: #CDC5BA;
}

.shop_product .order_button {
	display: inline;
}

.shop_product .out_of_stock_title {
    display: inline;
    padding: 2px 3px 2px 3px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background-color: #FDCB46;
}

.shop_product .details_link {
    display: inline;
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.shop_product .details_link a {
    font-size: 10px;
    font-weight: bold;
}
