html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
    background: #F4F2E6;
}

* {
    font-family: arial;
    font-size: 11px;
	color: #65544D;
	-moz-box-sizing: border-box; /* Used to define the width as in IE - width = width + padding + border */
	line-height:17px;
}

/*
@font-face {
	font-family: Papyrus;
	src:url(../fonts/papyrus.eot);
}
*/

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;
}

input, textarea, select, option {
	color: #000000;
}

a {
    text-decoration: underline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
a:hover {
    text-decoration: none;
}

.nav_title {
    margin: 25px 0 12px 0;
    color: #87C3DC;
    font-family: century gothic;
	font-size: 10px;
	font-weight: normal;
}

.top_title {
    height: 30px;
    color: #87C3DC;
    font-family: century gothic;
	font-size: 25px;
	font-weight: normal;
	
}

.sub_title {
    height: 15px;
    margin: 7px 0 14px 0;    
    color: #65544D;
    font-family: century gothic;
	font-size: 13px;
	line-height: 15px;
}

.title {
	color: #87C3DC;
    font-family: century gothic;
	font-size: 29px;
	font-weight: normal;
	margin-bottom: 20px;
}

.btm_border {
	background-image: url(/images/global/border_horizontal_line.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;

}
.top_border {
	background-image: url(/images/global/border_horizontal_line.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/* ## */

.navigation {
}
.navigation td {

}
.navigation.add_to_bag {

}
.navigation.add_to_bag input {
	background: none;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.navigation a {
    text-decoration: underline;
}
.navigation a:hover {
	text-decoration: underline;
}

.page_number {
	line-height: 20px;
}

#page-nav-bar {
	color: #8B95A3;
}
#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;
}

.results_numbers {
	line-height: 20px;
}

/* ## */

td.button {
	height: 20px;
	vertical-align: middle;
	background: #8B95A3;
	text-align: center;
}
td.button a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #F8E8BA;
	cursor: pointer;
}
td.button a:hover {
	text-decoration: none;
}
td.button a.disabled {
	color: #6F7E9A;
	cursor: default;
}
td.button a.disabled:hover {

}
td.back.button {
	padding: 0 10px 0 10px;
}

/* ## */
.submit {
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #6F7E9A;
	background: #F8E8BA;
}

.description {
	padding-bottom: 10px;
	display: table;
	width: 100%;
}

/* ## */

.paragraph {
	margin: 0 0 10px 0;
}
.paragraph .p_title {
	font-weight: bold;
}
.paragraph .content {
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}
.paragraph img.float_left {
	float: left;
	margin: 5px 10px 5px 0;
	max-width: 465px;
	border: 1px solid #777777;
}
.paragraph img.float_right {
	float: right;
	margin: 5px 0 5px 10px;
	max-width: 465px;
	border: 1px solid #777777;
}
.paragraph a {
	text-decoration: underline;
}
.paragraph a:hover {
	text-decoration: none;
}
.paragraph input.field {
	width: 240px;
	margin: 5px 0 10px 0;
}
.paragraph textarea {
	width: 240px;
	height: 160px;
	margin: 5px 0 10px 0;
}
.paragraph .submit {
	/* Already defined as .submit in the beginning of global.css */
}

/* ## */

#frame {
    margin-top: 50px;
    width: 100%;
}

#frame #left_cell {
	width: 45%;
}
#frame #middle_cell {
	width: 10%;
}
#frame #right_cell {
	width: 45%;
}

#frame #header {
    height: 137px;
}
#frame #header #left_cell {
	width: 50%;

}
#frame #header #middle_cell {
    width: 964px;
	background-image: url(/files/images/global/header_middle_background.jpg);
	background-repeat: no-repeat;
}
#frame #header #right_cell {
	width: 50%;
}

#frame #menubar {
    height: 26px;
    background-color: #92CCE4;
}
#frame #menubar #left_cell {
    width: 50%;
}
#frame #menubar #middle_cell {
    width: 964px;
    text-align: center;
}
#frame #menubar #right_cell {
    width: 50%;
}

#frame #middle {

}
#frame #middle #left_cell {
	width: 50%;
}
#frame #middle #middle_cell {
	width: 964px;
	background-color: #FFFFFF; /* Shown till the image kicks in . */
	background-image: url(/images/global/middle_middle_background.jpg);
	background-repeat: repeat-y;
}
#frame #middle #right_cell {
	width: 50%;
}
#frame #middle #sidebar {
	width: 250px;
}
/* the seperation into _container is for SAFARI support */
#frame #middle #sidebar .sidebar_container {	
	padding: 0 0 25px 100px;
}
#frame #middle #content {

}

#frame #footer {
	
}
#frame #footer #left_cell {
	width: 50%;

}
#frame #footer #middle_cell {
	width: 964px;
	height: 50px;
}
#frame #footer #right_cell {
	width: 50%;
}

/* ## */

#homepage_lead {
    height: 417px;
    text-align: center;
    vertical-align: bottom;
}

#box_container {
    height: 100%;
    width: 964px;
}

#simply_practical_bar {
    height: 139px;
    width: 964px;
    background-image: url(/images/global/simply_practical_bar_background.jpg);
    background-repeat: no-repeat;
}

#simply_practical_bar .title {
    height: 24px;
    text-align: center;
    vertical-align: middle;
}

#simply_practical_bar a {
    color: #65544D;
    font-family: century gothic;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
}

#simply_practical_bar a:hover {
    text-decoration: none;
}

#simply_practical_bar .thumb {
    height: 100px;
    padding: 0 5px 0 5px;
}

#simply_practical_flash {
    width: 500px;
    margin-right: 2px;
}

.article_container {
    width: 460px;
    height: 120px;
    margin-bottom: 8px;
    border-bottom: 1px solid #C5E5F3; 
}

.article_container a {
    text-decoration: none; 
}

.article_container a:hover {
    text-decoration: none; 
}

.article_container .article_title {
    margin-bottom: 2px;
    color: #65544D;
}

/* ## */

.top_container {
	
}

.middle_container {
	
}
.btm_container {
	
}

/* ## */

#menubar {
	
}
#menubar .categories {
	height: 26px;
}
#menubar .categories td {
	text-align: center;
	height: 26px;
}
#menubar .categories a {
	display: block;
	text-decoration: none;
	text-align: center;
    line-height: 26px;	
	color: #65544D;
    font-family: century gothic;
	font-size: 11px;
	font-weight: bold;
}
#menubar .categories a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#menubar .categories a.selected {
	text-decoration: none;
	/*color: #C5E5F3;*/
	color: #FFFFFF;
}
#menubar .categories a div {

}

#menubar .categories .hover_menu {
	position: relative;
	text-align: left;
}
#menubar .categories .hover_menu .container {
	width: 180px;
	position: absolute;
	top: -3px;
	left: 0;
	background-color: #C5E5F3;
}
#menubar .categories .hover_menu .container a {
	display: block;
	padding-left: 5px;
	text-decoration: none;
	text-align: left;
	height: auto;
	background: none;
	text-decoration: none;
	color: #65544D;
    font-family: century gothic;
}
#menubar .categories .hover_menu .container a:hover {
	color: #4EABD1;
    text-decoration: none;
}
#menubar .categories .hover_menu .container a.selected {
	color: #4EABD1;
    text-decoration: none;
}

/* ## */

#sidebar {
	text-align: left;
}
#sidebar .s_title {
	font-weight: bold;
	margin: 0 10px 5px 10px;
}
#sidebar .categories {
}

#sidebar .categories .link_container {
    margin-bottom: 12px;
}


#sidebar .categories .l_container {
    height: 17px;
    margin-bottom: 12px;
}

#sidebar .categories .l_sub_container {
    height: 14px;
    margin-bottom: 12px;
    margin-left: 10px;
}

/* non-selected corners . */
/* Corner images are handled with mouseover in the sidebar template . */
#sidebar .categories .left_corner {
    height: 14px;
    width: 7px;
    visibility: hidden;
}

#sidebar .categories .right_corner {
    height: 14px;
    width: 7px;
    visibility: hidden;
}

/* selected corners . */
#sidebar .categories .left_corner_selected {
    height: 14px;
    width: 7px;
}

#sidebar .categories .right_corner_selected {
    height: 14px;
    width: 7px;
}

#sidebar .categories a {
    display: block;
    height: 14px;
    line-height: 14px;
    color: #65544D;
    font-size: 10px;
	text-decoration: none;
	text-align: center;
}
#sidebar .categories a:hover {
    background-color: #87C3DC;
}
#sidebar .categories a.selected {
    background-color: #87C3DC;
}
#sidebar .categories a.sub_categories {
	color: #87C3DC;
}
#sidebar .categories a.sub_categories:hover {
	background-color: #65544D;
}
#sidebar .categories a.sub_categories_selected {
	color: #87C3DC;
	background-color: #65544D;
}
#sidebar .categories a.sub_categories_selected:hover {
	background-color: #65544D;
}
#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: #6F7E9A;
	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: 580px;
	margin: 15px 0 15px 0;
}
#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 {
    width: 100%;
}

#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: 350px;
	margin: 0 0 0 0;
}
#specific_product .container {
}
#specific_product .product_title {
	font-weight: bold;
	line-height: 37px;
}
#specific_product .catalog_number {
	font-weight: bold;
	line-height: 37px;
}
.product_description {
    width: 350px;
    margin-bottom: 30px;
}
.large_image_box {
	text-align: center;
	width: 350px;
	padding-top: 15px;	
}
.large_image_box .large_image {
	width: 350px;
}
.large_image_box .large_image_nav {
	padding: 5px 0 15px 0;
	text-align: center;
}
.large_image_box .large_image_nav a {
    text-decoration: none;
}
.large_image_box .large_image_nav a:hover {
	text-decoration: underline;
}

#specific_product .pull_down_menu {
	margin-bottom: 5px;
}

#specific_product .price {
	font-weight: bold;
	line-height: 18px;
}
#specific_product .add_button {
	border: 1px outset;
	font-weight: bold;
	color: #6F7E9A;
	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;
}

/* ## */

#specific_product .features {
    width: 160px;
}

#specific_product .features td {
    height: 110px;
    width: 160px;
    vertical-align: top;
    /*background-image: url(/images/global/features_background.jpg);
    background-repeat: no-repeat;
    background-position: bottom;*/
}

#specific_product .features .feature_title {
    color: #87c3dc;
    /*color: #65544D;*/
    font-size: 10px;
    font-weight: bold;
}

#specific_product .features .feature_content {
    text-align: justify;
}


#specific_product .features img {
    display: block;
    margin-top: 5px;
}

.tip_container {
	margin: 95px 0 0 0;
    height: 207px;
    width: 230px;
    background-image: url(/images/global/product_tip_background.jpg);
    background-repeat: no-repeat;
}

.tip_container .tip {
    padding: 20px;
}

.tip_container .tip .tip_title {
    font-family: century gothic;
    color: #65544D;
    margin-bottom: 5px;
}

.tip_container .tip .tip_content {
    color: #B3AAA4;
}

/* ## */

.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 {
	
}
#superdoc .container {
	
}

/* ## */

#checkout {
    width: 100%;
	padding-bottom: 25px;
}

#checkout * {
	text-align: left;
}
#checkout .container {

}
#checkout .error_msg {
	font-weight: bold;
	color: red;
}
#checkout .status_bar {

}
#checkout .status_bar table {
	width: 465px;
}
#checkout .status_bar img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .status_bar .selected {
	color: #000000;
	font-weight: bold;
}
#checkout .status_bar .selected img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .secure_seal {
	padding: 5px;
	font-weight: bold;
	background-color: #F8E8BA;
	color: #6F7E9A;
}
#checkout .secure_seal span {
	color: #6F7E9A;
	font-weight: bold;
}
#checkout .content {
	width: 465px;
	/*max-width: 465px;*/
	padding-bottom: 10px;
}
#checkout .container .content table {
	width: 100%;
}
#checkout .content .inner_tables * {
	color: #6F7E9A;
}
#checkout .content .inner_tables td {
	background: #C0C0C0;
	padding: 5px;
}
#checkout .content .left_column_width {
	width: 1%;
}
#checkout .content .right_column_width {
	width: 99%;
}
#checkout .content .img_column {
	width: 60px;
}
#checkout .content .other_column {
	width: 60px;
}
#checkout .content .items {
	width: 60px;
}
#checkout .content .t_title {
	font-weight: bold;
}
#checkout .content .t_title td {
	background: #E1E1E1;
	text-align: center;
}
#checkout .content img.thumbnail {
	width: 60px;
}
#checkout .content input.quantity {
	width: 40px;
	height: 20px;
}
#checkout .content .blank {
}
#checkout .content .subtotal {
	font-weight: bold;
}
#checkout .content td.subtotal {
	background: #E1E1E1;
}
#checkout .content .empty td {
	height: 50px;
}
#checkout .content td.td_btn {
}
#checkout .button {
	border: 1px outset;
	background: #777777;
	font-weight: bold;
	text-align: center;
	color: #000000 !important;
	cursor: pointer;
}

#checkout .continue {
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	background: #67544A;
}
#checkout a {
	text-decoration: underline;
	font-weight: bold;
}
#checkout a:hover {
	text-decoration: none;
}
#checkout .input_title {
	margin: 10px 0 0 10px;
}
#checkout .field {
    height: 20px;
	width: 180px;
	margin: 0 10px 10px 10px;
}
#checkout .exp_date_YY {
	width: 100px;

}
#checkout .exp_date_MM {
	width: 80px;
}
#checkout .checkout_box {
	border: 1px solid #8B95A3;
	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: #8B95A3;
	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: #6F7E9A;
	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 */
}

/* ## */

#youtube {
	margin-bottom: 20px;
}

#youtube * {
	color: #65544D;
	font-weight: bold;
}
#youtube .movie_container {
	text-align: left;
	width: 350px;
	height: 289px;
}
.bottom_drop_down {background:url(/images/global/button__empty.jpg) 0 0 no-repeat;color:#FFF;width:250px;height:43px;position:relative;text-align:left}
.bottom_drop_down .choose {font-family: century gothic;display:block;width:122px;color:#FFF;position:absolute;top:0;left:20px;line-height:43px;}
.bottom_drop_down .box {width:92px;color:#FFF;position:absolute;top:12px;right:19px;z-index:3}
.bottom_drop_down .box .separator {line-height:10px;font-size:2px;}
.bottom_drop_down .box .button__second {width:92px;height:64px;background:url(/images/global/button__second.png) 0 0 no-repeat;padding:0 0 0 12px;margin:0}
.bottom_drop_down .box a {display:block;color:#FFF;text-align:left;text-decoration:none;font-size:10px;line-height:14px;width:70px}
.bottom_drop_down .box a:hover{background-color:#8e8179;width:70px}
.bottom_drop_down .box .close{display:none}
#group.newsletter {padding-top:33px;}
#group.newsletter .date_cointainer {height:36px;line-height:36px;font-size:12px;font-style:italic;font-family:"Times";border-top:2px solid #C2BBB7;border-bottom:2px solid #C2BBB7;width:760px;margin-bottom:30px;}
#group.newsletter .description {width:100%;padding-botom:30px;font-family:"times";font-style:italic;font-size:16px;text-align:left;line-height:20px;}
#group.newsletter .sections_container {display:table;width:760px;}
#group.newsletter .sections_container .description {padding:0}
#group.newsletter .sections_container .left_container {float:left}
#group.newsletter .sections_container .right_container {float:right}
#group.newsletter .sections_container .container {display:table;width:357px;padding-bottom:25px;}
#group.newsletter .sections_container .container .row_separator {height:20px;}
#group.newsletter .sections_container .container .section_container .capital_letters {border-top:2px ridge #67544A;border-bottom:2px ridge #67544A;line-height:60px;font-size:25px;margin-bottom:30px;font-family:"Times New Roman"}
#group.newsletter .sections_container .container .section_container .underline {border-bottom:2px ridge #67544A;line-height:30px;font-size:16px;margin-bottom:30px;font-weight:bold;font-family:"Times New Roman";font-style:italic;text-align:left}
#group.newsletter .sections_container .container .section_container .images {display:table;width:100%;}
#group.newsletter .sections_container .container .section_container .images .numbers {}
#group.newsletter .sections_container .container .section_container .images .numbers .arrow {font-size:14px;cursor:pointer}
#group.newsletter .sections_container .container .section_container .images .numbers .number {font-size:12px;cursor:pointer}

#group.newsletter .sections_container .container .section_container .image_container {width:357px;position:relative;z-index:1;}
#group.newsletter .sections_container .container .section_container .image {border: 1px solid #E0DDDB;position:absolute;top:0;left:0 !important;z-index:10;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
	behavior:url(/repository/include/PIE.htc);
	width:357px;
}
#group.newsletter .sections_container .container .section_container .image_title {border-bottom:1px solid #C2BBB7;line-height:25px;font-size:12px;font-weight:bold;font-family:"Times New Roman";font-style:italic;text-align:left}
#group.newsletter .sections_container .container .section_container .image_title.left {display:table;width:167px;float:left}
#group.newsletter .sections_container .container .section_container .image_title.right{display:table;width:167px;float:right}
#group.newsletter .sections_container .container .section_container .image_float {float:left;width:167px;height:177px;position:relative;z-index:1}
#group.newsletter .sections_container .container .section_container .image_float.right  {float:right;}
#group.newsletter .sections_container .container .section_container .image_float img {width:167px;}
#group.newsletter .sections_container .container .section_container .image_float .image {width:167px;background:red}

#group.newsletter .description strong {
    font-family: inherit;
}

