body {
	background: url("/img/general/backgrounds/body.gif") #7E7E7E;
	color: #747474;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

/*** Reset and set defaults ***/
ul, form, fieldset {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
fieldset {
	border: none;
}

h3 {
	font-size: 15px;
	font-weight: normal;
}

a {
	color: #747474;
	text-decoration: none;
}
a:hover {
	text-decoration: underline !important;
}
a img {
	border: none;
}
a.button {
	background: url("/img/general/buttons/button.gif") no-repeat;
	color: #FFF;
	display: block;
	font-weight: bold;
	height: 23px;
	padding-top: 6px;
	text-align: center;
	text-decoration: none;
	width: 64px;
}
a.button_long_gray {
	background: url("/img/general/buttons/button_long_gray.gif") no-repeat;
	color: #FFF;
	display: block;
	font-weight: bold;
	height: 23px;
	padding-top: 6px;
	text-align: center;
	text-decoration: none;
	width: 118px;
}

p.error {
	clear: both;
	color: #B50000;
}
div.submit {
	clear: both;
	text-align: center;
}
div.submit input {
	background: url("/img/general/buttons/button_long_green.gif");
	border: none;
	color: #FFF;
	font-weight: bold;
	padding: 7px 10px;
}

input.text {
}

div.clear {
	clear: both;
}
.step {
	display: none;
}
/*** *** ***/

div#body {
	background: url("/img/general/backgrounds/body.jpg") repeat-x;
}

div#container {
	margin: 0px auto;
	width: 930px;
	height: 500px;
	padding: 15px 0px;
}

div#header {
	position: relative;
}

div#main {
	clear: both;
}
div#main_top {
	border-top: 1px #5C5C5C dotted;
	border-bottom: 1px #000 solid;
}
div#main_top_wrapper {
	background: url("/img/general/backgrounds/main_top_wrapper.gif") repeat-x;
	border-top: 1px #5C5C5C dotted;
}
div#main_top_left {
}
div#main_top_right {
}

div#main_middle {
	clear: both;
}
div#main_middle_wrapper {
	background: url("/img/general/backgrounds/content.gif") repeat-y #000;
	border-top: 1px #000 solid;
}
div#main_middle_left {
}
div#content {
	background: url("/img/general/corners/content_top.jpg") no-repeat;
	float: left;
	padding: 10px 5px;
	width: 545px;
}
div#sidebar {
	float: left;
	margin-left: 5px;
	width: 189px;
}
div#main_middle_right {
}

div#main_bottom {
	clear: both;
}
div#main_bottom_left {
}
div#main_bottom_right {
	background: url("/img/general/backgrounds/bottom_menu.jpg") no-repeat #000;
	height: 149px;
}

div#footer {
	clear: both;
}
div#footer_left {
	height: 1px;
}
div#footer_right {
	height: 60px;
}

img.corner {
	clear: both;
	display: block;
	margin: 0px;
}
div.left_column {
	float: left;
	width: 175px;
}
div.left_column div.left_column_inner {
	background-color: #000;
}
div.left_column div.left_column_inner h3 {
	color: #FFF;
	font-weight: normal;
	margin: 0px 0px 10px 10px;
	padding-top: 5px;
}
div.left_column div.left_column_inner h4 {
	font-size: 12px;
	margin: 3px 0px;
}
div.left_column div.left_column_inner h4 a,
div.left_column div.left_column_inner strong,
div.left_column div.left_column_inner strong a {
	color: #26C8B1;
}
div.left_column div.left_column_inner p {
	margin: 5px 0px;
}
div.left_column div.left_column_inner form {
	margin: 0px 0px 10px 10px;
}
div.left_column div.left_column_inner input.text {
	background-color: #222;
	border-color: #FFCD04;
	border-style: solid;
	border-width: 1px;
	color: #26C8B1;
	display: block;
	margin: 5px 0px;
	width: 150px;
}
div.left_column div.left_column_inner div.submit {
	float: right;
	height: 23px;
	margin-right: 10px;
	width: 23px;
}
div.left_column div.left_column_inner div.submit input {
	background: none;
	border: none;
	padding: 0px;
	height: 23px;
	width: 23px;
}
div.left_column div.left_column_inner ul {
	float: left;
	width: 125px;
}
div.left_column div.left_column_inner ul li,
div.left_column div.left_column_inner ul li a {
	font-size: 11px;
}
div.right_column {
	float: left;
	width: 755px;
}

/*** Lady ***/
div#lady {
	background: url("/img/general/backgrounds/lady.png") no-repeat;
	height: 200px;
	width: 388px;

	position: absolute;
	right: 105px;
	top: 5px;
}
/*** *** ***/

/*** Locale ***/
ul#locale {
	height: 32px;
	width: 200px;

	position: absolute;
	right: 0px;
	top: 0px;
}
ul#locale li {
	float: right;
	margin-left: 5px;
	width: 32px;
}
ul#locale li img {
	height: 32px;
	width: 32px;
}
/*** *** ***/

/*** Top menu ***/
ul#top_menu {
	border-bottom: 1px #747474 dashed;
	height: 30px;
	width: 470px;
}
ul#top_menu li {
	float: left;
	margin-right: 7px;
}
ul#top_menu li a {
	color: #26C8B1;
	margin-left: 5px;
}
ul#top_menu li span a {
	color: #747474;
}
/*** *** ***/

/*** Logo ***/
h1#logo {
	height: 59px;
	margin: 30px 0px;
	width: 268px;
}
h1#logo a img {
	height: 59px;
}
/*** *** ***/

/*** Currency list ***/
ul#currency {
	margin: 30px 0px 0px 20px;
	height: 15px;
}
ul#currency li {
	float: left;
	margin-right: 7px;
}
ul#currency li,
ul#currency li a {
	color: #FFF;
}
ul#currency li a {
	margin-left: 5px;
}
ul#currency li strong {
	color: #26C8B1;
	margin-left: 5px;
}
/*** *** ***/

/*** Main menu ***/
table#main_menu {
	background: url("/img/general/backgrounds/main_menu.jpg") no-repeat;
	height: 54px;
	width: 749px;
}
table#main_menu tbody tr td {
	text-align: center;
}
table#main_menu tbody tr td a {
	color: #FFF;
}
/*** *** ***/

/*** Breadcrumb ***/
h4#total_count {
	color: #747474;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 15px 6px 0px 0px;
	text-align: right;
	width: 230px;
}
ul#breadcrumb {
	height: 20px;
	margin: 15px 0px;
	width: 500px;
}
ul#breadcrumb li {
	color: #747474;
	float: left;
	margin-right: 5px;
}
ul#breadcrumb li a {
	text-decoration: none;
	margin-left: 1px;
}
/*** *** ***/

/*** Main banners ***/
div#main_banners {
	border: 1px #5E5E5E solid;
	height: 90px;
	margin: 0px auto 15px auto;
	width: 740px;
}
/*** *** ***/

/*** Categories ***/
div#categories {
	margin: 10px 0px 10px -5px;
}
div#categories h3 {
	margin: -10px 0px 10px 15px;
}
div#categories ul {
	float: none;
	width: 100%;
}
div#categories ul li {
	background: url("/img/general/backgrounds/categories.gif") no-repeat;
}
div#categories ul li a {
	color: #DCFEFD;
	display: block;
	font-weight: bold;
	font-size: 12px;
	height: 25px;
	padding: 6px 0px 0px 20px;
	text-decoration: none;
}
div#categories ul li a:hover {
	text-decoration: underline;
}
div#categories ul li span {
	display: none;
}
div#categories ul li ul {
	margin-left: 5px;
	width: 165px;
}
div#categories ul li ul li {
	/*background: url("/img/general/backgrounds/subcategories.gif") no-repeat center right;*/
	background: none;
	border-bottom: 1px #071613 dashed;
	height: 27px;
}
div#categories ul li ul li a {
	color: #767676;
	display: block;
	float: left;
	font-weight: normal;
	height: auto;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	width: 115px;
}
div#categories ul li ul li a:hover {
	text-decoration: underline;
}
div#categories ul li ul li span {
	color: #444;
	display: block;
	font-weight: normal;
	float: right;
	padding-top: 5px;
	text-align: right;
	margin-right: 5px;
	width: 25px;
}
/*** *** ***/

div#newsletter_info span {
	color: #26C8B1;
}

/*** Content ***/
div#content {
	color: #000;
}
div#content h2 {
	clear: both;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
}
div#content h4 {
	font-size: 12px;
}
/*** *** ***/

/*** Content form ***/
div#content h2 {
	font-size: 17px;
}
div#content form h3 {
	font-size: 14px;
	margin: 3px 0px 5px 0px;
	text-align: center;
}
div#content input.text,
div#content input.checkbox,
div#content select,
div#content textarea {
	border: 1px #AAA solid;
}
div#content input.text,
div#content select,
div#content textarea {
	width: 100%;
}
div#content textarea {
	height: 100px;
	width: 100%;
}
div#content fieldset {
	background-color: #F4F4F4;
	border: 1px #CCC solid;
	padding: 10px;
	margin: 0px 10px 10px 10px;
}
div#content legend {
	font-size: 15px;
	font-weight: normal;
	padding: 5px;
}
div#content form p {
	margin-top: 0px;
}
div#content form dl {
	margin: 0px;
}
div#content form dt,
div#content form dd {
	padding-bottom: 7px;
}
div#content form dt {
	clear: both;
	float: left;
	width: 25%;
}
div#content form dd {
	float: left;
	margin-left: 0px;
	width: 75%;
}
/*** *** ***/

/*** Last viewed ***/
h2#h2_last_viewed {
	color: #000;
	text-align: center;
}
h2#h2_last_viewed a {
	color: #26B5A0;
}
div#last_viewed_container {
	height: 100px;
	margin: 0px auto;
	padding: 0px;
	width: 494px;
}
div.last_viewed_navigation {
	float: left;
	height: 33px;
	margin-top: 20px;
	width: 33px;
}
div.last_viewed_navigation span {
	display: block;
	height: 100%;
	width: 100%;
}
span#prevBtn {
	background: url("/img/general/buttons/previous_bg.gif") no-repeat;
}
span#nextBtn {
	background: url("/img/general/buttons/next_bg.gif") no-repeat;
}
div.last_viewed_navigation a {
	display: block;
}
div#last_viewed {
	float: left;
	margin: 0px 15px 10px 15px;
}
#last_viewed ul, #last_viewed li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#last_viewed, #last_viewed li {
	width: 380px;
	height: 90px;
	overflow: hidden;
}
#last_viewed li h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px;
}
#last_viewed li img.product_photo {
	float: left;
	margin-right: 10px;
}
#last_viewed li div.product_info {
	float: left;
	padding-top: 7px;
	width: 250px;
}
#last_viewed li p {
	height: 45px;
	margin: 0px;
}
#last_viewed li div.product_info a.button,
#last_viewed li div.product_info div.product_discount_price {
	float: right;
	margin: 0px 10px 0px 0px;
}
/*** *** ***/

/*** Flash messages ***/
div.flash_info {
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
	padding: 10px;;
}
div#flash_confirm {
	border-color: #447F00;
	background-color: #A0D119;
	color: #447F00;
}
div#flash_error {
	border-color: #B50000;
	background-color: #FE8588;
	color: #B50000;
}
/*** *** ***/

/*** Basket panel ***/
div#basket_panel {
	background: url("/img/general/corners/basket_top.jpg") no-repeat #777777;
	color: #929294;
}
ul#basket_panel_products {
	margin: 10px 5px 0px 5px;
}
div#basket_panel h3 {
	color: #FFF;;
	margin: 0px;
	padding: 15px 0px 10px 55px;
}
div#basket_panel h3 a {
	color: #FFF;
}
ul#basket_panel_products li {
	border-bottom: 1px #535959 dashed;
	clear: both;
	height: 55px;
	padding-top: 5px;
}
ul#basket_panel_products img {
	border: 1px #000 solid;
	float: left;
	margin: 0px 5px 0px 0px;
}
ul#basket_panel_products h4 {
	font-size: 12px;
	height: 30px;
	margin: 0px;
}
ul#basket_panel_products h4 a {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
ul#basket_panel_products div.basket_panel_products_info {
	float: right;
	width: 120px;
}
ul#basket_panel_products div.basket_panel_products_info span {
	font-size: 11px;
}
span.basket_panel_products_amount {
	color: #333;
}
span.basket_panel_products_price {
	color: #000;
	float: right;
	font-weight: bold;
}
div#basket_panel p {
	color: #000;
	margin: 5px 5px 0px 5px;
	padding-bottom: 5px;
}
div#basket_panel a.button {
	margin: 0px auto;
}
/*** *** ***/

/*** Sidebar banners ***/
ul#sidebar_banners {
	margin: 10px 0px;
}
/*** *** ***/
div#sidebar_producers {
	background-color: #101010;
	border-color: #151515;
	border-style: solid;
	border-width: 0px 1px;
	padding: 5px 0px;
}
div#sidebar_producers h3 {
	color: #FFF;
	margin: 0px 10px;
}
div#sidebar_producers ul {
	margin: 7px auto 0px auto;
	width: 166px;
}
div#sidebar_producers ul li {
	/*background-color: #EDEDED;
	border: 1px #ADADAD solid;*/
	margin-bottom: 2px;
	text-align: center;
}
div#sidebar_producers ul li a,
div#sidebar_producers ul li a img {
	display: block;
	margin: 0px auto;
}
div#sidebar_producers ul li a {
	padding: 2px 0px;
}

/*** Bottom menus ***/
div#main_bottom_right h3 {
	color: #FFF;
	padding-left: 0px;
}
div#main_bottom_right div {
	color: #767676;
	float: left;
	width: 175px;
	margin: 10px 0px 0px 10px;
}
div#main_bottom_right div ul {
	margin-top: 10px;
	width: 85%;
}
div#main_bottom_right div ul li {
	border-top: 1px #424242 dashed;
	padding: 7px 0px;
}
div#main_bottom_right div ul li a {
	text-decoration: none;
}
/*** *** ***/

/*** Footer copyrights ***/
div#footer_right img {
	margin-bottom: 10px;
}
div#footer_right div {
	float: left;
	width: 49%;
}
div#footer_right,
div#footer_right a {
	color: #000;
}
div#footer_right h6 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 10px;
}
div#footer_right div.right h6 {
	text-align: right;
}

/*** Sort panel ***/
form.sort_form fieldset {
	height: 20px;
}
form.sort_form div.sort_form_fields {
	float: left;
	width: 340px;
}
form.sort_form div.sort_form_views {
	float: right;
	text-align: right;
	width: 160px;
}
form.sort_form select,
form.sort_form img{
	vertical-align: middle;
}
/*** *** ***/

/*** Products list ***/
img.novelty {
	border: none !important;
	position: absolute;
	right: 0px;
	top: 0px;
}
ul.products {
	margin: 0px auto;
	width: 512px;
}
ul.products li {
	background: url("/img/general/backgrounds/products.gif") repeat-y;
	float: left;
	margin: 0px 5px 15px 5px;
	text-align: center;
	width: 118px;
}
ul.products li h4 {
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	margin: 10px 5px;
}
ul.products li h4 a {
	color: #195647;
	font-weight: bold;
}
ul.products li div.product_photo {
	background: none;
	height: 75px;
	margin: 0px auto;
	position: relative;
	width: 100px;
}
ul.products li div,
div.product_discount_price {
	background: url("/img/general/backgrounds/product_discount_price.jpg") no-repeat;
	height: 29px;
	text-align: left;
	width: 118px;
}
ul.products li div {
	background-image: url("/img/general/backgrounds/product_discount_price_nc.jpg");
	margin: 3px auto 0px auto;
}
ul.products li div span,
div.product_discount_price span {
	font-weight: bold;
}
ul.products li div span.product_discount,
div.product_discount_price span.product_discount {
	color: #FFF;
	float: left;
	margin: 7px 0px 0px 0px;
	text-align: center;
	width: 50px;
}
ul.products li div span.product_price,
div.product_discount_price span.product_price {
	color: #000;
	float: right;
	margin: 7px 5px 0px 0px;
	text-align: center;
	width: 62px;
}
ul.products li ul {
	height: 20px;
	margin-left: 3px;
}
ul.products li ul li {
	border: none;
	float: left;
	height: 20px;
	margin: 0px;
	width: 20px;
}
ul.products li ul li img {
	height: 16px;
	width: 16px;
}

/*** advanced ***/
ul.products_advanced {
	border-top: 1px #195647 solid;
	margin: 0px auto;
	width: 95%;
}
ul.products_advanced li {
	border-bottom: 1px #195647 solid;
}
ul.products_advanced li div.product_advanced_photo,
ul.products_advanced li div.product_advanced_info,
ul.products_advanced li div.product_advanced_attributes {
	float: left;
	margin: 10px 0px;
}
ul.products_advanced li div.product_advanced_photo {
	width: 110px;
}
ul.products_advanced li div.product_advanced_info {
	border-color: #DDD;
	border-style: solid;
	border-width: 0px 1px;
	margin-right: 10px;
	padding: 0px 10px;
	width: 120px;
}
ul.products_advanced li div.product_advanced_info h4 {
	height: 46px;
	margin: 0px;
}
ul.products_advanced li div.product_advanced_info h4 a {
	color: #195647;
}
ul.products_advanced li div.product_advanced_attributes {
	width: 235px;
}
ul.products_advanced li ul {
	border: none;
	margin: 0px auto;
	width: 100%;
}
ul.products_advanced li ul li {
	border: none;
	font-size: 11px;
}
/*** *** ***/

/*** Product view ***/
div#product_view_photos {
	float: left;
	width: 310px;
}
div#product_view_photos img {
	display: block;
	border: 1px #ECECEC solid;
}
div#product_view_photos div {
	position: relative;
}
div#product_view_photos div img.novelty {
	top: 5px;
	right: 12px;
}
div#product_view_photos p {
	color: #AAA;
	font-size: 11px;
	margin: 5px 0px 0px 0px;
	text-align: center;
}
div#product_view_photos ul {

}
div#product_view_photos ul li {
	float: left;
	margin: 5px 5px 0px 0px;
}

div#product_view_info_short {
	float: left;
	margin-left: 5px;
	width: 225px;
}
div#product_view_info p,
div#product_view_info_short p {
	color: #6A6A6A;
	margin: 0px 0px 10px 0px;
}
div#product_view_info h4,
div#product_view_info_short h4 {
	margin-bottom: 10px;
}
div#product_view_info dl,
div#product_view_info_short dl {
	font-size: 12px;
	padding-top: 5px;
}
div#product_view_info dt,
div#product_view_info_short dt {
	font-weight: bold;
}
div#product_view_info dd,
div#product_view_info_short dd {
	border-bottom: 1px #E5E5E5 solid;
	margin: 0px 0px 5px 0px;
	padding-bottom: 5px;
}
ul#product_tools_menu {
	margin-top: 10px;
}
ul#product_tools_menu img {
	vertical-align: middle;
	margin: 2px 5px;
}
ul#product_tools_menu a:hover {
	text-decoration: none !important;
}
div#product_view_buttons {
	clear: both;
}
div#product_view_buttons div {
	float: right;
	margin: 15px 10px 0px 0px;
}
/*** *** ***/

/*** Pager ***/
div.pager {
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
/*** *** ***/

/*** Homepage boxes ***/
div.homepage_box {
	margin-top: 5px;
}
div.homepage_box h3 {
	background: url("/img/general/corners/homepage_box_top.jpg") no-repeat;
	color: #FFF;
	font-weight: bold;
	height: 31px;
	margin: 0px;
	padding: 7px 0px 0px 17px;
}
div.homepage_box h3 a {
	color: #FFF;
}
div.homepage_box div.homepage_box_inner {
	background-color: #FFF;
	border-color: #3E4746;
	border-style: solid;
	border-width: 0px 4px;
	padding: 10px 0px 0px 5px;
	height: 180px;
}
/*** *** ***/

/*** Advanced search form ***/
form#advanced_search_form ul li {
	float: left;
	width: 33%;
}
form#advanced_search_form ul.category_tree,
form#advanced_search_form ul.attributes_list {

}
form#advanced_search_form ul.category_tree li,
form#advanced_search_form ul.attributes_list li {
	padding: 10px 0px;
	clear: left;
	width: 100%;
}
form#advanced_search_form ul.category_tree li ul,
form#advanced_search_form ul.attributes_list li ul {

}
form#advanced_search_form ul.category_tree li ul li,
form#advanced_search_form ul.attributes_list li ul li {
	clear: none;
	padding: 0px;
	width: 33%;
}
form#advanced_search_form ul.prices li input.text {
	width: 75px;
}
/*** *** ***/

/*** Order steps ***/
ul#order_steps {
	height: 150px;
	margin: 10px auto;
	width: 525px;
}
ul#order_steps li {
	background-color: #FAFAFA;
	border: 1px #CCC solid;
	color: #AAA;
	float: left;
	margin: 5px;
	padding: 5px;
	width: 153px;
}
ul#order_steps li.current {
	background-color: #26C8B1;
	border: 1px #195647 solid;
	color: #195647;
}
ul#order_steps li h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
ul#order_steps li ul {
	height: 105px;
	list-style: disc;
	margin-left: 14px;
	width: auto;
}
ul#order_steps li ul li {
	background-color: transparent;
	border: none;
	float: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: auto;
}
ul#order_steps li.current ul li {
	color: #195647;
}

div#step1_to_step2_btn_container,
div#step2_to_step1_btn_container,
input#order_submit_next,
input#order_submit_order {
	background: url("/img/general/buttons/button.gif") no-repeat;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	margin: 0px 10px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	width: 64px;
}
div#step1_to_step2_btn_container {
	float: right;
}

input#order_submit_next {
	border: none;
	float: right;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	height: 29px;
	padding-top: 0px;
}
input#order_submit_order {
	background: url("/img/general/buttons/button_red.gif") no-repeat;
	border: none;
	float: right;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	height: 29px;
	padding-top: 0px;
}
/*** *** ***/

/*** Order table ***/
table.order_table {
	border-collapse: collapse;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
table.order_table th,
table.order_table td {
	border: 1px #CCC solid;
	padding: 3px;
	vertical-align: top;
}
table.order_table th {
	background-color: #EEE;
}
table.order_table td {
	background-color: #FFF;
}
table.order_table td input.text {
	font-size: 11px;
	width: 30px;
}
table.order_table td.right {
	text-align: right;
}
table.order_table td.center {
	text-align: center;
}
table.order_table td.discount {
	font-size: 10px;
	width: 80px;
}
table.order_table td h4 {
	margin: 0px 0px 5px 0px;
}

table.order_table td.status_t {
	color: green;
}
table.order_table td.status_f {
	color: red;
}
/*** *** ***/

/*** Add to basket ***/
div#div_add_to_basket img {
	border: 1px #ECECEC solid;
	margin-bottom: 10px;
}
div#div_add_to_basket div.product_discount_price {
	margin: 0px auto;
}
/*** *** ***/

/*** Savings ***/
div.product_savings {
	text-align: right;
}

div.product_savings span {
	color: #F00;
}
div.product_savings span.savings_catalog_price {
	color: silver;
}
div.savings_price_for_you {
	color: #F00;
	font-size: 18px;
	margin-top: 15px;
}
/*** *** ***/

/*** Titbits ***/
div#titbits {
	background-color: #101010;
	border-color: #151515;
	border-style: solid;
	border-width: 0px 1px;
	padding: 5px;
}
div#titbits h3 {
	margin: 0px 0px 10px 0px;
}
div#titbits h3,
div#titbits a {
	color: #FFF;
}
div#titbits li {
	height: 55px;
}
div#titbits li img {
	float: left;
	margin-right: 5px;
}
div#titbits li h4 {
	margin: 0px 0px 8px 0px;
	font-size: 12px;
}
div#titbits li p span {
	color: #F00;
}
/*** *** ***/

hr.soft {
	border-color: silver;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}

div#continue_shopping {
	background: url("/img/general/buttons/continues.gif") no-repeat;
	height: 29px;
	text-align: center;
	width: 150px;
}
div#continue_shopping a {
	color: #FFF;
	display: block;
	font-weight: bold;
	height: 22px;
	padding-top: 7px;
}

table#date_simulations {
	margin: 10px;
}
table#date_simulations th,
table#date_simulations td {
	padding: 3px;
	text-align: left;
}

p.partner_download_pdf {
	clear: right;
	font-size: 15px;
	height: 50px;
	margin: 0px auto;
	width: 400px;
}
p.partner_download_pdf a {
	color: #000;
	font-weight: bold;
	display: block;
	float: left;
	margin-top: 7px;
}
p.partner_download_pdf a.download_pdf {
	float: right;
	margin-top: 0px;
}
