html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
    background: #F6F2F0;
}

* {
    font-family: arial;
    font-size: 14px;
	color: #5A7467;
	-moz-box-sizing: border-box; /* Used to define the width as in IE - width = width + padding + border */
}

/*
@font-face {
	font-family: Papyrus;
	src:url(../fonts/papyrus.eot);
}
*/

ol {
	padding: 0;
	margin: 5px 40px 5px 0; /* for Moz */
	_margin: 5px 50px 5px 0; /* for IE */
	direction: rtl;
}
ul {
	list-style: url(/images/global/bulletin.gif);
	padding: 0 40px 0 0;
	margin: 0;
	direction: rtl;
}
li {
    font-size: 14px;
	margin: 0;
	padding: 0;
	direction: rtl;
}

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: #473D45;
	font-size: 12px;
	text-align: right;
}

a {
    text-decoration: underline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
a:hover {
    text-decoration: none;
}

h1,.title {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}

h1,.title a {
    text-decoration: none;
}

h1,.title a:hover {
    text-decoration: underline;
}

.sub_title {
	font-weight: bold;
}

.article_title {
    width: 400px;
    margin: 20px 0 20px 0; 
    border-bottom: 1px solid #A29C91;
    font-weight: bold;
    line-height: 150%; 
}

.btm_border {
	background-image: url(/images/global/border_horizontal_line.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;

}
.top_border {
	background-image: url(/images/global/border_horizontal_line.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

/* ## */

.errors {
    margin: 0 0 10px 0;
    padding: 10px;
    border: 1px solid #FFCC00;
    background-color: #FFFFE1;
}

.errors div {
    padding: 0 10px 0 10px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.notes {
    margin: 0 0 10px 0;
    padding: 10px;
    border: 1px solid #FFCC00;
    background-color: #FFFFE1;
}

/* ## */

.navigation {
    width: 100%;
    margin: 10px 0 50px 0;
}
.navigation td {

}
.navigation a {
    display: block;
    width: 135px;
    height: 29px;
    
    color: #8D887C;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 29px;
    
    background-image: url(/images/global/progress_button_background.jpg);
    background-repeat: no-repeat;
}
.navigation a:hover {
	text-decoration: none;
}

.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: 20px;
	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 {
    height: 100%;
    width: 1000px;
}

#frame #header {
    height: 40px;    
}
#frame #header #left_cell {
    width: 0;
}
#frame #header #middle_cell {
	width: 1000px;
}
#frame #header #right_cell {
	width: 0;
}

#frame #menubar {
    height: 30px;
    width: 460px;
    background-color: #B7D6DF;
}

#frame #search_bar {
    height: 30px;
    width: 285px;
    direction: rtl;
    background-color: #C2D579;
    background-image: url(/images/global/search_bar_background.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

#frame #links_bar {
    height: 30px;
    width: 255px;
    direction: rtl;
    background-color: #C2D579;
}

#frame #middle {

}
#frame #middle #left_cell {
    width: 0;
}
#frame #middle #middle_cell {
    width: 1000px;
}
#frame #middle #right_cell {
	width: 0;
}
#frame #middle #sidebar {
	width: 155px;
}
/* the seperation into _container is for SAFARI support */
#frame #middle #sidebar .sidebar_container {	
	padding: 0 0 0 10px;
}

#frame #middle #top_flash_container {
    width: 845px;
    margin-bottom: 10px;
}

#frame #middle #homepage_middle_object {
    width: 845px;
    margin-bottom: 2px;
}

#frame #middle #content {
	width: 845px;
}
#frame #middle #content .content_container {	
	padding: 0 0 0 0;
}

#frame #footer {
	height: 30px;
}
#frame #footer #left_cell {
	width: 0;
}
#frame #footer #middle_cell {
	width: 1000px;
	background-image: url(/images/global/footer_middle_background.jpg);
	background-repeat: no-repeat;
}
#frame #footer #right_cell {
	width: 0;
}

/* ## */

.top_container {
    direction: rtl;	
}

.middle_container {
    direction: rtl;
}
.btm_container {
    direction: rtl;
}

/* ## */

#frame #search_bar td {
    vertical-align: middle;
    color: #000000;
    font-weight: bold;
}

#frame #search_bar .search_field {
    height: 19px;
    width: 155px;
    border: 0;
}

/* ## */

#frame #links_bar td {
    vertical-align: middle;
}

#frame #links_bar a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

#frame #links_bar a:hover {
    text-decoration: none;
}

#frame #links_bar .separator {
    height: 30px;
    width: 30px;
    background-image: url(/images/global/links_bar_dot.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

#frame #links_bar .my_account {
    height: 30px;
    padding-right: 21px;
    background-image: url(/images/global/my_account_background.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

#frame #links_bar .cart {
    height: 30px;
    padding-right: 26px;
    background-image: url(/images/global/cart_background.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

/* ## */

.product_thumb_container {
    position: relative;
    width: 158px;
    height: 80px;
    text-align: center;
}

.product_thumb_container img {
    height: 80px;
}

.product_thumb_container .new_ribbon_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 158px;
    
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/new_ribbon_overlay.png);
    background-repeat: no-repeat;
}

.product_thumb_container .new_ribbon_overlay img {
    height: 80px;
    width: 158px;
}

/* ## */

.product_title_container {
    margin-bottom: 2px;
}

a.product_title {
    font-weight: bold;
    text-decoration: none;
}

a.product_title:hover {
    text-decoration: none;
}

a.details {
    font-size: 12px;
    text-decoration: underline;
}

/* ## */
#selected_products {
    
}

#selected_products .title {
    height: 35px;
    width: 679px;
    
    color: #473D45;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 35px;
    
    background-image: url(/images/global/selected_products_title_background.jpg);
    background-repeat: no-repeat;    
}

#selected_products .body {
    height: 125px;
    width: 679px;
    
    border-right: 1px solid #849931;
    direction: rtl;
    
    border-bottom: 1px solid #849931;
    border-left: 1px solid #849931;
    background-color: #FFFFFF;
}

#month_product {
    padding-right: 6px;
}

#month_product .title {
    height: 35px;
    width: 160px;
    
    color: #473D45;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 35px;
    
    background-image: url(/images/global/product_title_background.jpg);
    background-repeat: no-repeat;    
}

#month_product .body {
    height: 125px;
    width: 160px;
    border-right: 1px solid #849931;
    border-bottom: 1px solid #849931;
    border-left: 1px solid #849931;
    background-color: #FFFFFF;
}

/* ## */

#menubar {
	direction: rtl;
}
#menubar .categories {
	width: 100%;
}
#menubar .categories td {
	height: 30px;
	text-align: center;
    padding: 0 14px 0 14px;
    background-image: url(/images/global/menubar_dot.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

#menubar .categories a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #254854;
}
#menubar .categories a:hover {
	text-decoration: none;
}
#menubar .categories a.selected {
	text-decoration: none;
}
#menubar .categories a div {
    line-height: 30px;
	color: #254854;
	font-weight: bold;
}

#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: #6F7E9A;
	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;
}

/* ## */

#sidebar {
	direction: rtl;
}
#sidebar .s_title {
	font-weight: bold;
	margin: 0 10px 5px 10px;
}
#sidebar .categories {
}

#sidebar .categories .left_button_side {
    width: 110px;
    background-image: url(/images/global/sidebar_category_background.jpg);
    background-repeat: no-repeat;
    background-position: left;
}

#sidebar .categories a {
    display: block;
    width: 100%;
    font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 29px;
	color: #8D887C;
}
#sidebar .categories a:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}

#sidebar .categories a div {
    font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 29px;
	color: #8D887C;
	padding-right: 10px;
}

#sidebar .categories a.selected div {
    font-weight: bold;
}

#sidebar .categories .sub_container {
    width: 145px;
    margin-bottom: 10px;
    background-image: none;
}

#sidebar .categories a.sub_categories {
	display: block;
    width: 100%;
    padding-right: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	text-decoration: none;
}
#sidebar .categories a.sub_categories:hover {
	text-decoration: none;
	font-weight: bold;
}
#sidebar .categories a.sub_categories_selected {
	display: block;
    width: 100%;
    padding-right: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
}
#sidebar .categories a.sub_categories_selected:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}

#sidebar .categories a.sub_sub_categories {
	display: block;
    width: 100%;
    padding-right: 20px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 10px;
	text-decoration: none;
}
#sidebar .categories a.sub_sub_categories:hover {
	text-decoration: none;
	font-weight: bold;
}
#sidebar .categories a.sub_sub_categories_selected {
	display: block;
    width: 100%;
    padding-right: 20px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
}
#sidebar .categories a.sub_sub_categories_selected:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}

/* ## */

#sidebar #news {
    margin-bottom: 10px;
}

#sidebar #news #title {
    height: 44px;
    width: 145px;
    background-image: url(/images/global/news_title_background.jpg);
    background-repeat: no-repeat;
}

#sidebar #news #content {
    width: 145px;
    background-color: #CDE2E9;
}

/* ## */
#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: 550px;
	direction: rtl;
	/*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 {
    width: 100%;
}

#group .description a {
	text-decoration: underline;
}
#group .description a:hover {
	text-decoration: none;
}

.thumbnails {
}
.thumbnails .column_spacer {
	width: 11px;
}
.thumbnails .row_spacer {
	height: 15px;
}

.thumbnails .product {
	height: 160px;
	width: 160px;
}

.thumbnails .product .title {
    height: 35px;
    width: 160px;
    
    color: #473D45;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 35px;
    
    background-image: url(/images/global/product_title_background.jpg);
    background-repeat: no-repeat;    
}

.thumbnails .product .body {
    height: 125px;
    border-right: 1px solid #849931;
    border-bottom: 1px solid #849931;
    border-left: 1px solid #849931;
    background-color: #FFFFFF;
}

.thumbnails .product .discount_body {
    border-right: 1px solid #849931;
    border-bottom: 1px solid #849931;
    border-left: 1px solid #849931;
    background-color: #FFFFFF;
}

.thumbnails .product .price {
    width: 158px;
    margin: 1px 0 3px 0;
	color: #000000;
    font-weight: bold;
    text-align: center;
}
.thumbnails .product .price .erased {
    text-decoration: line-through;
}

.thumbnails .product .buttons {
    width: 150px;
}

.thumbnails .product .buttons a {
	display: block;
	height: 19px;
	width: 71px;
	
	color: #473D45;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 19px;
	background-image: url(/images/global/product_image_button.jpg);
	background-repeat: no-repeat;
}

/* ## */

.price_container td {
    padding-bottom: 5px;
    color: #000000;
    font-weight: bold;
}

.price_container .price_actual {
    color: #000000;
}

.price_container .price_actual_sale {
    color: #FF0000;
}

.price_container .price_erased {
    color: #000000;
    text-decoration: line-through;
}

/* ## */

.matched_discount_offer div, span {
    color: #000000;
    font-size: 12px;
}

.matched_discount_offer .offer_title {
    color: #990000;
    font-size: 18px;
    font-weight: bold;
}

.matched_discount_offer .highlight {
    font-weight: bold;
}

.matched_discount_offer .add_both_button {
    display: block;
    height: 21px;
    width: 150px;
    
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    
    
    background-image: url(/images/global/add_both_to_cart_button.jpg);
    background-repeat: no-repeat;
}

/* ## */

#group .articles {
}

#group .articles .article {
	width: 800px;
    height: 140px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #A29C91;
	direction: rtl;
}
#group .articles .article * {
}
#group .articles .article .thumb {
	max-width: 120px;
	height: 90px;
	margin-right: 10px;
	cursor: pointer;
}
#group .articles .article .title {
	line-height: 20px;
	text-align: right;
    font-weight: bold;
}

#group .articles .article .title a {
    text-decoration: none;
}

#group .articles .article .title a:hover {
    text-decoration: none;
}

#group .articles .article .short_description {
	margin: 5px;
	text-align: justify;
}

#group .articles .article .short_description a {
    text-decoration: none;
}

#group .articles .article .short_description a:hover {
    text-decoration: none;
}

#group .articles .article .link_container {
    position: absolute;
    bottom: 10;
    left: 0;
}

#group .articles .article a {
    
}

/* ## */

#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 {

}
#specific_product .content_container {
    width: 470px;
    background-color: #FFFFE1;    
}

#specific_product .content_container .top {
    height: 20px;
    width: 470px;
    background-image: url(/images/global/product_container_top_background.jpg);
    background-repeat: no-repeat;
}

#specific_product .content_container .bottom {
    height: 20px;
    width: 470px;
    background-image: url(/images/global/product_container_bottom_background.jpg);
    background-repeat: no-repeat;    
}

#specific_product .product_title {
    color: #473D45;
	font-size: 18px;
	margin-right: 20px;
}

#specific_product .internal_separator {
    display: block;
    height: 1px;
    width: 405px;
    margin-bottom: 8px;
}

.external_separator {
    display: block;
    height: 1px;
    width: 470px;
    margin: 7px 0 10px 0;
}

#specific_product .container .link {
    color: #A2954F;
    font-size: 12px;
}

#specific_product .container .link a {
    color: #A2954F;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline; 
}

#specific_product .container .link a:hover {
    text-decoration: none; 
}

#specific_product .product_links {
	margin-right: 20px;
}

#specific_product .catalog_number {
	font-weight: bold;
	line-height: 37px;
}
#specific_product .description {
	padding: 15px 20px 15px 20px;
}
#specific_product .large_image_box {
    padding-top: 40px;
	text-align: center;
	border: 1px solid #DCE7B3;
}
#specific_product .large_image_box .large_image {
	display: block;
	/*width: 350px;
	height: 300px;*/
}
#specific_product .large_image_nav {
    margin: 6px 0 6px 0;
}
#specific_product .large_image_nav a {
	display: block;
	height: 19px;
	width: 71px;
	
	color: #473D45;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	
	background-image: url(/images/global/product_image_button.jpg);
	background-repeat: no-repeat;
}
#specific_product .large_image_nav a:hover {
	text-decoration: none;
}

#specific_product .pull_down_menu {
	margin-bottom: 5px;
}

#specific_product .add_button {
    height: 20px;
    width: 85px;
	border: 0;
	color: #000000; 
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
	background-image: url(/images/global/add_to_cart_button.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

#specific_product .out_of_stock {
    margin: 10px 2px 0 0;    
    color: #990000; 
	font-size: 12px;
}

#specific_product .out_of_stock a {
    color: #990000; 
	font-size: 12px;
	text-decoration: underline;
}

#specific_product .out_of_stock a:hover {
	text-decoration: none;
}

#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 {
	
}
#superdoc .container {
	
}

/* ## */

#checkout {
    width: 100%;
	padding-bottom: 25px;
	direction: rtl;
}

#checkout * {
	text-align: right;
}
#checkout .container {

}
#checkout .error_msg {
	font-weight: bold;
	color: red;
}
#checkout .status_bar {
    margin-bottom: 20px;

}
#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 {
	padding-bottom: 10px;
	direction: rtl;
	text-align: right;
	color: #000000;
}
#checkout .container .content table {
	direction: rtl;
}

#checkout .container .content td {
	color: #000000;
}

#checkout .content .inner_tables * {
	color: #000000;
}
#checkout .content .inner_tables td {
	background: #CDE2E9;
	padding: 5px;

	vertical-align: middle;
}
#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: #DCE7B3;
	text-align: center;
}
#checkout .content img.thumbnail {
	width: 158px;
}
#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: 25px;
	background: #F6F2F0;
}
#checkout .content td.td_btn {
    background: #F6F2F0;
}
#checkout .button {
	border: 1px outset;
	background: #EEEEEE;
	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: #473D45;
	background: #CDE2E9;
}
#checkout a {
	text-decoration: underline;
	font-weight: bold;
}
#checkout a:hover {
	text-decoration: none;
}
#checkout .input_title {
	margin: 10px 0 0 0 ;
	color: #000000;
}
#checkout .field {
	width: 180px;
	margin: 0 0 10px 0;
}
#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;
	color: #000000;
}

#checkout .children {
	width: 100%;
}

#checkout .children .headline {
    color: #98B062;
    font-weight: bold;      
}

#checkout .children .titles td {
    padding: 13px 0 6px 0;
    font-size: 12px;
}

#checkout .children .fields {
    font-size: 12px;
}

#checkout .children .fields .text_field {
    margin-left: 15px;
}

/* ## */

.attributes_tag {
    padding: 2px 0 0 20px;
    color: #473D45;
    font-size: 12px;
    font-weight: bold
}

.attributes {
}

.attributes select {
    color: #473D45;
    font-size: 12px;
    font-weight: bold;
}

/* ## */

#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 */
}

/* ## */

