html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
    background-color: #FFFFFF;
}

* {
    font-family: arial;
    font-size: 12px;
	color: #000000;
	-moz-box-sizing: border-box; /* Used to define the width as in IE - width = width + padding + border */
}

ul {
	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;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
a:hover {
    text-decoration: none;
}

h1, .title {
	height: 25px;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
    text-align: right;
    direction: rtl;
    padding-right: 10px;
    
    background-image: url(/images/global/title_background.jpg);
	background-repeat: repeat-x;
}

.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;
	*/
}

.submit {
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: white;
	background: blue;
}

/* ## */

.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: none;
}
.navigation a:hover {
	color: #6A91F6;
	text-decoration: none;
}

.results_numbers {
	line-height: 24px;
}

.page_number {
	line-height: 24px;
	text-align: right;
	direction: rtl;
}

/* ## */

td.button {
	height: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
td.button a {
	text-decoration: none;
	text-align: center;
	display: block;
}
td.button a:hover {
	text-decoration: none;
	color: blue;
}
td.button a.disabled {
	color: #777777;
	cursor: default;
}
td.button a.disabled:hover {
	color: #777777;
}
td.back.button {
	padding: 0 10px 0 10px;
}




/* ## */

.small_btns {

	border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;

	color: #624412;

	font-size: 11px;
	font-weight: bold;
	text-align: center;

	margin: 0;
    padding: 1px;
    background: #E9E9E9;
	/*width: 122px;*/
}
.small_btns a:link {
    color: #000000;
    text-decoration: none;
}
.small_btns a:visited {
    color: #000000;
    text-decoration: none;
}
.small_btns a:hover {
    color: #FFFFFF;
	text-decoration: none;
}

/* ## */

.description {
    margin: 10px 14px 10px 14px;
    text-align: right;
}

.paragraph {
	margin: 0 0 10px 0;
	direction: rtl;
}
.paragraph .container{
	width: 474px;
}
.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: 420px;
	border: 1px solid #F4F4F4;
}
.paragraph img.float_right {
	float: right;
	margin: 5px 0 5px 10px;
	max-width: 474px;
	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: 50%;
}
#frame #middle_cell {
	width: 760px;
}
#frame #right_cell {
	width: 50%;
}

#frame #header {
    height: 160px;
}
#frame #header #left_cell {
    width: 0px
}
#frame #header #middle_cell {
    width: 760px;
	background-image: url(/images/global/header_middle_background.jpg);
	background-repeat: no-repeat;
}
#frame #header #right_cell {
    width: 0px;
}

#frame #menubar {

}

#frame #middle {

}
#frame #middle #sidebar {
	text-align: right;
}
#frame #middle #homepage_content {
    width: 734px;
    border: 1px solid #000000;

    
    background-color: #FFFFFF;
    background-image: url(/images/global/content_background.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

#frame #middle #content {
    border: 1px solid #000000;
    
    background-color: #FFFFFF;
    background-image: url(/images/global/reg_content_background.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

#frame #middle #left_cell {
    width: 0px;
}
#frame #middle #middle_cell {
    width: 760px;
	background-image: url(/images/global/middle_middle_background.jpg);
	background-repeat: repeat-y;
}
#frame #middle #right_cell {
    width: 0px;
}

#frame #footer {
	height: 45px;
}
#frame #footer #left_cell {
    width: 0px;
}
#frame #footer #middle_cell {
    width: 760px;
}
#frame #footer #right_cell {
    width: 0px;
}

/* ## */

.top_container {
    text-align: right;
	direction: rtl;
}
.middle_container {
    padding: 10px;
    text-align: right;
	direction: rtl;
}
.btm_container {
    text-align: right;
	direction: rtl;
}

.add-on {

}

/* ## */

#search_box {
    height: 65px;
    width: 190px;
	background-image: url(/images/global/search_background.jpg);
	background-repeat: no-repeat;
}

#search_box .search_field {
    width: 125px;
    height: 22px;
    border: 1px solid #969696;
    padding: 3px;
}

#search_box a {
    color: #2A89FF;
    font-size: 11px;
    text-deocation: underline;
}

/* ## */

.shadow_border {
    display: block;
    margin-bottom: 8px;
}

#homepage_objects {
    width: 734px;
}

#homepage_objects #movie_object_container {
    height: 271px;
    width: 374px;
    border: 1px solid #000000;
    direction: rtl;
}

#homepage_objects #text_object_container {
    height: 244px;
    width: 342px;
    border: 1px solid #000000;
    direction: rtl;
}

#homepage_objects #text_object_container #text_object {
    height: 244px;
    width: 340px;

    background-color: #FFFFFF;
	background-image: url(/images/global/text_object_background.jpg);
	background-repeat: no-repeat;
}

#homepage_objects #movie_object_container #movie_object {
    height: 244px;
    width: 372px;
}

/* ## */

#menubar {
    height: 30px;
    width: 760px;
}
#menubar .categories {
	text-align: right;
	direction: rtl;
    width: 760px;
    height: 30px;
}
#menubar .categories td {
	text-align: right;
    width: 20%;
   	background: url(/images/global/menubar_td_border.jpg);
    background-position: bottom right;
	background-repeat: no-repeat;
}

#menubar .categories a {
	display: block;
    height: 30px;
    margin-right: 1px;
	text-decoration: none;
    padding-right: 50px;
}

#menubar .categories a:hover {
	text-decoration: none;
}

#menubar .categories .link_text {
    padding: 12px 5px 0 0;
	color: #FFFFFF;
	font-size: 12px;
}

#menubar .categories a.non_selected_150002 {
	text-decoration: none;
	background: url(/images/global/150002-off.jpg);
	background-repeat: no-repeat;
}

#menubar .categories a.non_selected_150002:hover {
	text-decoration: none;
	background: url(/images/global/150002-on.jpg);
	background-repeat: no-repeat;
}

#menubar .categories a.selected_150002 {
	text-decoration: none;
	background: url(/images/global/150002-on.jpg);
	background-repeat: no-repeat;
}

#menubar .categories a.non_selected_151105 {
	text-decoration: none;
	background: url(/images/global/151105-off.jpg);
	background-repeat: no-repeat;
}

#menubar .categories a.selected_151105 {
	text-decoration: none;
	background: url(/images/global/151105-on.jpg);
	background-repeat: no-repeat;
}

#menubar .categories a.non_selected_151105:hover {
	text-decoration: none;
	background: url(/images/global/151105-on.jpg);
	background-repeat: no-repeat;
}

#menubar .categories a.non_selected_151107 {
	text-decoration: none;
	background: url(/images/global/151107-off.jpg);
	background-repeat: no-repeat;
}

#menubar .categories a.selected_151107 {
	text-decoration: none;
	background: url(/images/global/151107-on.jpg);
	background-repeat: no-repeat;
}

#menubar .categories a.non_selected_151107:hover {
	text-decoration: none;
	background: url(/images/global/151107-on.jpg);
	background-repeat: no-repeat;
}

#menubar .categories a.non_selected_151109 {
	text-decoration: none;
	background: url(/images/global/151109-off.jpg);
	background-repeat: no-repeat;
}

#menubar .categories a.selected_151109 {
	text-decoration: none;
	background: url(/images/global/151109-on.jpg);
	background-repeat: no-repeat;
}

#menubar .categories a.non_selected_151109:hover {
	text-decoration: none;
	background: url(/images/global/151109-on.jpg);
	background-repeat: no-repeat;
}

#menubar .categories a.non_selected_150013 {
	text-decoration: none;
	background: url(/images/global/150013-off.jpg);
	background-repeat: no-repeat;
}

#menubar .categories a.selected_150013 {
	text-decoration: none;
	background: url(/images/global/150013-on.jpg);
	background-repeat: no-repeat;
}

#menubar .categories a.non_selected_150013:hover {
	text-decoration: none;
	background: url(/images/global/150013-on.jpg);
	background-repeat: no-repeat;
}

/* ## */

#sidebar {
    margin: 0 0 0 9px;
    border-right: 1px solid #DDDDDD;
}
#sidebar * {
	direction: rtl;
}
#sidebar .s_title {
	font-weight: bold;
}

#sidebar .categories {
	direction: rtl;
	text-align: right;
}
#sidebar .categories a {
    display: block;
	padding: 0;
	width: 151px;
	height: 25px;
	line-height: 25px;
	
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    
	background-image: url(/images/global/non_selected_category.jpg);
	background-repeat: no-repeat;
}
#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 {
	padding: 0 20px 0 0;
	background-image: url(/images/global/non_selected_sub_category.jpg);
}
#sidebar .categories a.sub_categories:hover {
	background-image: url(/images/global/selected_sub_category.jpg);
}
#sidebar .categories a.sub_categories_selected {
	color: #222222;
	padding: 0 20px 0 0;
	background-image: url(/images/global/selected_sub_category.jpg);
}
#sidebar .categories a.sub_categories_selected:hover {
	background-image: url(/images/global/selected_sub_category.jpg);
}

#sidebar .box {
	text-align: justify;
	width: 120px;
}
#sidebar .box .box_title {
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #222222;

	/*background-image: url(/images/global/non_selected_category.jpg);
	background-repeat: no-repeat;*/
}
#sidebar .box .rolling_news {
	background-image: url(/images/global/news_background.jpg);
	background-repeat: no-repeat;
	text-align: right;
	direction: rtl;
}
#sidebar .box a {
	text-decoration: underline;
	font-weight: bold;
}
#sidebar .box a:hover {
	text-decoration: none;
}

#sidebar .box.search {

}
#sidebar .box.search .btm_border {
	/*border-bottom: 1px solid #E1E1E1;*/
	padding: 0;
	margin: 0 0 5px 0;
}
#sidebar .box.search .content {

}
#sidebar .box.search .field {
	width: 82px;
	height: 16px;
	max-height: 16px;
	font-size: 9px;
	border: 1px inset;
	background: #FFFFFF;
}
#sidebar .box.search .continue {
	width: 25px;
	height: auto;
	max-height: auto;
	font-size: 10px;
	border: 1px outset;
	background: #EFEFEF;
	font-weight: bold;
	text-align: center;
	color: #000000;
	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;
}

/* ## */

#footerbar {
    width: 734px;
    
    border: 1px solid #000000;
    background-image: url(/images/global/footerbar_background.jpg);
    background-repeat: no-repeat;
}

#footerbar .copyright, .separator {
    color: #8A8A8A;
    font-size: 11px;
}

#footerbar .copyright .year {
    color: #8A8A8A;
    font-size: 10px;
}


#footerbar a {
    color: #2A89FF;
    font-size: 11px;
    text-decoration: none;
}

#footerbar a:hover {
    text-decoration: underline;
}

#footerbar #bar td {
    padding-right: 5px;
}


/* ## */

#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 {

}

#group .thumbnails .product {
	text-align: center;
	width: 227px;
	background: #F9F9F9;
}

#group .thumbnails .product .image {
    width: 227px;
    margin-bottom: 5px;
}
#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;
}

.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: #C51C23;
}

/* ## */

#group .exams {

}
#group .exams .e_title {
	text-align: right;
    font-weight: bold;
}
#group .exams a {
	text-decoration: none;
}
#group .exams a:hover {
	text-decoration: underline;
}

/* ## */

#specific_product {
	width: 100%;
	margin-bottom: 20px;
}
#specific_product .container {
}
#specific_product .product_title {
	font-weight: bold;
}
#specific_product .catalog_number {
	font-weight: bold;
}
#specific_product .description {
	text-align: justify;
	direction: rtl;
	font-weight: normal;
	padding-top: 20px;
}
#specific_product .large_image_box {
	text-align: center;
}
#specific_product .large_image_box .large_image {
	max-width: 474px;
	height: 316px;
	margin: 0 0 5px 0;
}
#specific_product .large_image_box .large_image_nav {
	font-weight: bold;
	padding: 10px 0 10px 0;
	text-align: center;
}
#specific_product .large_image_box .large_image_nav a {
	margin: 0 2px 0 2px;
	padding: 2px 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
#specific_product .large_image_box .large_image_nav a:hover {
	text-decoration: none;
	color: #6A91F6;
}

#specific_product .price {
	font-weight: bold;
}
#specific_product .add_button {
	border: 1px outset;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6A91F6;
	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;
}

/* ## */

.thumbnails-alt {
	padding-bottom: 20px;
}
.thumbnails-alt .product {
	text-align: center;
	background-color: #F9F9F9;
}
.thumbnails-alt .product .image {
	width: 148px;
	height: 98px;
}

/* ## */

#matched_items {
	direction: rtl;
}
#matched_items .images {
}
#matched_items .images .thumb {
	width: 148px;
	height: 96px;
	margin: 0 0 0 5px ;
}
#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 .m_description {
	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;
}

/* ## */

#document {
	text-align: justify;
	line-height: 18px;
	width: 100%;
}

/* ## */

#checkout {

}
#checkout * {
	text-align: right;
}
#checkout .container {
	direction: rtl;
	padding: 0 10px 10px 10px;
}
#checkout .error_msg {
	font-weight: bold;
	color: red;
}
#checkout .status_bar {
	margin: 0 0 10px 0;
}
#checkout .status_bar table {
	width: 100%;
}
#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: 474px;
}
#checkout .container .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: #EEEEEE;
	font-weight: bold;
	text-align: center;
	color: #000000;
	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;
}

/* ## */

#exam {
	padding-bottom: 20px;
}
#exam * {
	direction: rtl;
}
#exam .description {
	padding-bottom: 10px;
}
#exam .notes {
	padding: 0 10px 10px 10px;
}
#exam #page {
	padding: 0;
}
#exam .page_on {
	display: block;
	padding: 0 10px 10px 10px;
}
#exam .page_off {
	display: none;
	padding: 0 10px 10px 10px;
}
#exam .page_title {
	text-align: right;
	direction: rtl;
	cursor: default; 
}
#exam .page_description {
	text-align: right;
	padding: 0 0 10px 0;
}
#exam .question {
	font-weight: bold;
	padding: 0 0 10px 0;
	direction: rtl;
	text-align: right;
}
#exam .answers_container {
	padding: 0 0 10px 0;
	text-align: right;
	direction: rtl;
}
#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: white;
	background: blue;
	padding: 1px 5px 1px 5px;
	margin-right: 10px;
	width: 110px;
}
#exam .nav_button {
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: white;
	background: blue;
	padding: 1px 5px 1px 5px;
	margin-right: 10px;
	width: 110px;
}#exam .completion_text {
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}
#exam .answers_on_completion_title {
	padding: 0 10px 20px 10px;
}
#exam .answers_on_completion_container {
	padding: 0 10px 10px 10px;
}
#exam .submit {
    /* Already defined as .submit in the beginning of global.css */
}
/* ## */

