html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
    background-color: #FFFFFF;
}

* {
    font-family: arial;
    font-size: 12px;
	color: #333333;
	/* -moz-box-sizing: border-box; */
}

/*
@font-face {
	font-family: Monotype Corsiva;
	src:url(../fonts/monotype_cosriva.eot);
}
@font-face {
	font-family: Papyrus;
	src:url(../fonts/papyrus.eot);
}
*/

ul {
	list-style: url(/images/global/bulletin.gif);
	padding: 0 20px 0 0;
	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;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
	width: 100%;
}

a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

.title {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 15px;
    padding-right: 5px;
    _padding-right: 0;
	/*border-bottom: 1px solid #EFEFEF;*/
	background-image: url(/images/global/doc_title_background.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.sub_title {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}

.btm_border {
	border-bottom: 1px solid #EFEFEF;
	/*
	background-image: url(/images/global/border_horizontal_line.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	*/

}
.top_border {
	border-top: 1px solid #EFEFEF;
	/*
	background-image: url(/images/global/border_horizontal_line.gif);
	background-position: center top;
	background-repeat: repeat-x;
	*/
}

/* ## */

.navigation {
}
.navigation td {
	padding: 0px;
	color: #777777;
}
.navigation.add_to_bag {

}
.navigation.add_to_bag input {
	background: none;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.navigation a {
    color: #000000;
    text-decoration: none;
}
.navigation a:hover {
	color: #194496;
	text-decoration: none;
}

/* ## */

td.button {
	height: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url(/images/global/button_background.jpg);
	background-position: right top;
	background-repeat: no-repeat;

}
td.button a {
	text-decoration: none;
	text-align: center;
	display: block;
}
td.button a:hover {
	text-decoration: none;
	color: #FFFFFF !important;
}
td.button a span {
	text-align: center;
	cursor: pointer;
}
.navigation td.button {
	background-image: url(/images/global/short_button_background.jpg);
}
.navigation td.button span {
	color: white;
	margin-right: 1px;
	width: 65px;
	display: block;
}
td.button_long {
	height: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url(/images/global/button_background.jpg);
	background-position: right top;
	background-repeat: no-repeat;

}
td.button_long a {
	text-decoration: none;
	text-align: center;
	display: block;
}
td.button_long a:hover {
	text-decoration: none;
	color: #FFFFFF !important;
}
td.button_long a span {
	text-align: center;
	cursor: pointer;
}
.navigation td.button_long {
	background-image: url(/images/global/long_button_background.jpg);
}
.navigation td.button_long span {
	color: white;
	margin-right: 1px;
	width: 100px;
	display: block;
}

.results_numbers {
	line-height: 20px;
}

.page_number {
	line-height: 20px;
	text-align: right;
	direction: rtl;
}


/* ## */

.description {
	/* width: 600px;*/
	margin: 0 0 20px 0;
	padding: 0;
	direction: rtl;
}

/* ## */

.paragraph {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	direction: rtl;
}
.paragraph .container{
	width: 480px;
}
.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: 470px;
	border: 1px solid #F4F4F4;
}
.paragraph img.float_right {
	float: right;
	margin: 5px 0 5px 10px;
	max-width: 470px;
	border: 1px solid #F4F4F4;
}
.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 {
	margin: 5px 0 10px 0;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: black;
}

/* ## */

#frame {
    width: 100%;
}

#frame #left_cell {
	width: 30%;
}
#frame #middle_cell {
	width: 40%;
}
#frame #right_cell {
	width: 30%;
}

#frame #header {
    height: 80px;
	max-height: 80px;
}
#frame #header #left_cell {

}
#frame #header #middle_cell {
	background-image: url(/images/global/header_middle_background.jpg);
	background-position: center 0;
	background-repeat: repeat-x;
}
#frame #header #right_cell {

}

#frame #menubar {
    height: 20px;
	max-height: 20px;
}
#frame #menubar #left_cell {

}
#frame #menubar #middle_cell {
	background-image: url(/images/global/menubar_middle_background.jpg);
	background-position: center 0;
	background-repeat: repeat-x;
}
#frame #menubar #right_cell {

}

#frame #middle {

}
#frame #middle #sidebar {
	text-align: right;
}
#frame #middle #content {
	padding: 0 10px 0 10px;
}
#frame #middle #left_cell {

}
#frame #middle #middle_cell {

}
#frame #middle #right_cell {

}

#frame #footer {
	/*height: 1%;*/
}
#frame #footer #left_cell {

}
#frame #footer #middle_cell {
	background-image: url(/images/global/footer_middle_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#frame #footer #right_cell {

}
#frame #footer div {
	height: 80px;
}
#frame #footer span {
}
#frame #footer a {
    text-decoration: none;
}
#frame #footer a:hover {
    text-decoration: underline;
}

/* ## */

.top_container {
	direction: rtl;
}
.middle_container {
	direction: rtl;
}
.btm_container {
	direction: rtl;
}

.add-on {

}


/* ## */

#menubar {

}
#menubar .categories {
	text-align: center;
	direction: rtl;
}
#menubar .categories td {
	text-align: center;
}
#menubar .categories a {
	line-height: 20px;
	display: block;
	padding: 0 10px 0 10px;
	border-left: 1px solid #333333;
	text-align: center;
	text-decoration: none;
	background: url(/images/global/menubar_button_up.jpg);
	background-repeat: repeat-x;
	_background-position: center 1px;
	color: #FFFFFF;
	font-weight: bold;
}
#menubar .categories a:hover {
	text-decoration: none;
	background: url(/images/global/menubar_button_hover.jpg);
}
#menubar .categories a.selected {
	text-decoration: none;
	background: url(/images/global/menubar_button_down.jpg);
}

/* ## */

#sidebar {

}
#sidebar * {
	direction: rtl;
}
#sidebar .title {
	background-image: url(/images/global/sidebar_title.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin-bottom: 0;
	padding-right: 5px;
	font-size: 14px;
}

#sidebar .categories {
	direction: rtl;
	text-align: right;
}
#sidebar .categories a {
	display: block;
	margin-bottom: 1px;
	width: 150px;
	max-width: 145px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	background-image: url(/images/global/non_selected_category.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-right: 5px;
}
#sidebar .categories a:hover {
	text-decoration: none;
	background-image: url(/images/global/selected_category.jpg);
}
#sidebar .categories a.selected {
	text-decoration: none;
	background-image: url(/images/global/selected_category.jpg);
}

#sidebar .categories a.sub_categories {
	display: block;
	margin-bottom: 1px;
	width: 150px;
	max-width: 145px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	background-image: url(/images/global/non_selected_category.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-right: 5px;
}
#sidebar .categories a.sub_categories:hover {
	text-decoration: none;
	background-image: url(/images/global/selected_category.jpg);
}
#sidebar .categories a.selected_sub_categories {
	text-decoration: none;
	background-image: url(/images/global/selected_category.jpg);
}
#sidebar .categories a.selected_sub_categories:hover {
	text-decoration: none;
	background-image: url(/images/global/selected_category.jpg);
}

#sidebar .box {
	text-align: justify;
	background: #C4D0E3;
}
#sidebar .box .box_title {

}
#sidebar .box .rolling_news {
	background-image: url(/images/global/news_background.jpg);
	background-repeat: repeat-y;
	text-align: right;
	direction: rtl;
}
#sidebar .box a {
	text-decoration: underline;
	font-weight: bold;
}
#sidebar .box a:hover {
	text-decoration: none;
}

#sidebar .box.search {
	text-align: left;
	padding-top: 5px;
}
#sidebar .box.search .content {

}
#sidebar .box.search .field {
	width: 130px;
	max-width: 130px;
	border: 1px inset;
	background: #FFFFFF;
}
#sidebar .box.search .continue {
	width: 30px;
	max-width: 30px;
	height: auto;
	max-height: auto;
	border: 1px outset;
	background: #194496;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	position: relative;
	top: 1px;
	_top: 0px; /* for IE only */
}

#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;
}

/* ## */

#group {
	
}
#group td {
	text-align: right;
}
#group .paragraph {
	line-height: 20px;
}
#group .paragraph .p_title {
    font-weight: bold;
}
#group .paragraph .content {
    text-align: justify;
}

#group .thumbnails {
	margin: 0;
	padding: 0;
}

#group .thumbnails .product {
	text-align: center;
	width: 150px;
	background: #F9F9F9;
}
#group .thumbnails .product .image {
    width: 150px;
    margin-bottom: 5px;
	/*border: 1px solid #222222;*/
}
#group .thumbnails .column_spacer {
	width: 20px;
}
#group .thumbnails .row_spacer {
	height: 20px;
}

#group .thumbnails .product .t_title {
	margin: 5px;
	text-align: center;
    font-weight: bold;
}
#group .thumbnails .product .t_description {
	margin: 5px;
	text-align: center;
}

#group .articles {
	width: 100%;
}
#group .articles .column_spacer {
	width: 25px;
}
#group .articles .row_spacer {
	height: 12px;
}
#group .articles .article {
	text-align: center;
	padding-bottom: 13px;
	border-bottom: 1px solid #CCCCCC;
}
#group .articles .article a {
	text-decoration: none;
}
#group .articles .article * {
}
#group .articles .article .a_image {
	width: 100px;
	margin-left: 10px;
	cursor: pointer;
}
#group .articles .article .a_title {
	text-align: right;
    font-weight: bold;
}
#group .articles .article .a_description_short {
	margin: 5px 0 5px 0;
	text-align: justify;
}
#group .articles .article .a_link {
    text-align: left;
    color: #194395;
    font-weight: bold;
}
#group .articles .article .a_link.mador {
    text-align: right;
    float: right;
    position: relative;
    left: -110px;
}
#group .articles .article .a_link a {
    font-weight: bold;
    text-decoration: none;
    color: #194395;
}
#group .articles .article .a_link a:hover {
    text-decoration: underline;
}

.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: #194496;
}
/*
#group_links {
    border: 1px solid #889F10;
    background-color: #260D10;
    padding: 5px 0 5px 0;
}
#group_links a {
    position: relative;
    left: 2px;
    border-right: 1px solid #889F10;
    padding: 1px 10px 1px 9px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#group_links a:hover {
    color: #C1E102;
	text-decoration: none;
}
#group_links a.selected {
    color: #C1E102;
}
*/
#shuffled_images {
	width: 580px;
	cursor: pointer;
}
#shuffled_images .images{
	height: 200px;
	background-position: 40% 50%;
}
#shuffled_images .column_spacer{
	width: 5px;
}

/* ## */

.thumbnails-alt {
	margin: 20px 0 0 0;
	padding: 0;
}
.thumbnails-alt .product {
	margin: 0 0 10px 10px;
	background-color: #F9F9F9;
	float: right;
}
.thumbnails-alt .product .image {
    max-width: 106px;
	width: 106px;
}

/* ## */

#specific_product {
	width: 100%;
}
#specific_product .container {
	padding: 0;
	margin: 0;
}
#specific_product div {
	padding: 5px 0 5px 0;
}

#specific_product a {
	font-weight: bold;
	text-decoration: underline;
}
#specific_product a:hover {
	text-decoration: none;
}
#specific_product .product_title {
	font-weight: bold;
}
#specific_product .catalog_number {
	font-weight: bold;
}
#specific_product .description {
	margin: 0;
	padding: 0;
	text-align: justify;
	direction: rtl;
	font-weight: normal;
}
#specific_product .large_image_box {
	text-align: center;
}
#specific_product .large_image_box .large_image {
	max-width: 580px;
	height: 435px;
	max-height: 435px;
	/*border: 5px solid #F9F9F9;*/
	margin: 0 0 5px 0;
	padding: 0;
}
#specific_product .large_image_box .large_image_nav {
	color: #000000;
	font-weight: bold;
	text-align: center;
}
#specific_product .large_image_box .large_image_nav a {
	margin: 0 1px 0 1px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#specific_product .large_image_box .large_image_nav a:hover {
	text-decoration: none;
	color: #194496;
}
#specific_product .price {
	font-weight: bold;
}
#specific_product .add_button {
	border: 1px outset;
	font-weight: bold;
	color: #000000;
	background-color: #194496;
	cursor: pointer;
}
#specific_product .back_button {
	border: 1px outset;
	background: #EFEFEF;
	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;
}

/* ## */

#matched_items {
	direction: rtl;
}
#matched_items .images {
}
#matched_items .images .thumb {
	max-width: 180px;
	height: 135px;
	max-height: 135px;
	margin: 0 0 0 5px ;
	/*border: 1px solid #EFEFEF;*/
}
#matched_items .prices {

}
#matched_items .prices table {
	width: 122px;
	height: 96px;
	text-align: left;
}
#matched_items .prices .btn_add_both_to_bag {
	vertical-align: bottom;
}
#matched_items .prices .small_btns {

}
#matched_items .prices td {

}
#matched_items .prices .align {
	width: 22px;
}
#matched_items h1 {
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding: 5px 0 5px 0;
}
#matched_items .description {
	margin: 0;
	padding: 0 5px 0 5px;
}
#matched_items h2 {
	font-size: 12px;
	font-weight: bold;
	color: black;
}
#matched_items h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 10px 0 0 0;
}
#matched_items p {
	font-weight: normal;
}
#matched_items a {
	font-weight: bold;
	text-decoration: underline;
}
#matched_items a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* ## */

#checkout {
	padding-bottom: 20px;
}
#checkout * {
	text-align: right;
}
#checkout .container {
	width: 580px;
	direction: rtl;
}
#checkout .error_msg {
	font-weight: bold;
	color: red;
}
#checkout .status_bar {
	margin: 0 0 10px 0;
}
#checkout .status_bar table {

}
#checkout .status_bar table td {
	padding-left: 20px;
}
#checkout .status_bar img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .status_bar .selected {
	color: black;
	font-weight: bold;
}
#checkout .status_bar .selected img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .secure_seal {
	background-color: #F9F9F9;
	padding: 5px;
	font-weight: bold;
}
#checkout .content {
	width: 580px;
}
#checkout .content table {
	width: 100%;
}
#checkout .content .first_column {
	width: 185px;
}
#checkout .content .inner_tables {
	margin-top: 10px;
	width: 100%;
}
#checkout .content .inner_tables td {
	padding: 5px;
	text-align: right;
}
#checkout .content .img_column {
	width: 60px;
}
#checkout .content .other_column {
	width: 60px;
}
#checkout .content .items {
	width: 60px;
	background-color: #F9F9F9;
}
#checkout .content .t_title {
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: center;
}
#checkout .content img.thumbnail {
	width: 60px;
}
#checkout .content input.quantity {
	width: 40px;
	height: 20px;
}
#checkout .content .blank {

}
#checkout .content .subtotal {
	background-color: #EEEEEE;
	font-weight: bold;
}
#checkout .content .empty {
	height: 50px;
}
#checkout .button {
	border: 1px outset;
	background: #EFEFEF;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
#checkout .continue {
	border: 1px outset;
	background: #194496;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
#checkout a {
	text-decoration: underline;
	font-weight: bold;
}
#checkout a:hover {
	text-decoration: none;
}
#checkout .input_title {
	margin: 10px 0 0 0 ;
}
#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 #EFEFEF;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0 0 10px 0;
}

/* ## */

.attributes {
	padding: 0 0 4px 0;
	margin: 0 4px 4px 4px;
	/*border-bottom: 1px dotted #421011;*/
}
.attributes h1 {
	font-weight: bold;
	line-height: 14px;
}
.attributes input {

}
.attributes span {
	margin: 0;
	padding: 0;
}
.attributes .color_box {
	width: 15px;
	height: 15px;
}

/* ## */

#poll {
	padding: 0 5px 5px 5px;
	direction: rtl;
}
#poll .poll_title {
	font-weight: bold;
}
#poll .poll_content {

}
#poll .option {
	padding-bottom: 5px;
	font-weight:bold;
}
#poll .results_title {
	padding-top: 5px;
	color:#194395;
	font-weight:bold;
}

#poll .results .bar {
	width: 80px;
	border: 1px solid white;
}
#poll .results .bar .inside {
	background-color: white;
	margin: 2px;
}
#poll .results .number {
	color:#194395;
	font-weight:bold;
	padding-right: 5px;
}

#poll .results_alt .bar {
	width: 200px;
	border: 1px solid #194395;
}
#poll .results_alt .bar .inside {
	background-color: #194395;
	margin: 2px;
	height: 10px;
}
#poll .results_alt .number {
	color:#194395;
	font-weight:bold;
	padding-right: 5px;
}

#poll .submit {
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: white;
	background: #194395;
	margin-bottom:10px;
}

/* ## */
.related_artilces {
	padding-top: 10px;

}
.related {
	width:290px;
	height:70px;
	background:#EFF2F8;
	border: 1px solid #C4D0E3;
	position:relative;
	
}
.related .a_image {
	width: 100px;
	height: 70px;
	cursor: pointer;
}
.related .a_image img{
	width: 100px;
	height: 70px;
	cursor: pointer;
}
.related .a_title {
	text-align: right;
	padding: 0 5px 10px 0;
    font-weight: bold;
}
.related .a_description_short {
	margin: 5px 0 5px 0;
	text-align: justify;
}
.related  .a_link {
    text-align: left;
	padding-left: 5px;
    color: #194395;
    font-weight: bold;
	position:absolute;
	bottom:2px;
	left:0;
}
.related  .a_link a{
    text-align: left;
	
    color: #194395;
    font-weight: bold;
}

