html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
    background-color: #FFFFFF;
}

* {
    font-family: arial;
    font-size: 12px;
	color: #4F4F4F;
	-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 0 5px 20px; /* for Moz */
	_margin: 5px 0 5px 30px; /* for IE */
}
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;
}

span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}
form td {
    vertical-align: middle;
}

input, textarea, select {
	width: 180px;
	margin-bottom: 10px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #ABABA9;
}
input {
	width: 160px;
}
option {
    color: #000000;
}
.input_title {
	font-weight: bold;
	margin-bottom: 2px;
}
.checkbox, .radio {
	width: auto !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
input.button {
    width: auto;
    border:	none;
	padding: 1px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background: #777777;
}
.submit {
	width: auto;
	border: 1px outset;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background: #386352;
	text-align: center !important;
}
.error {
    font-weight: bold;
    color: #990000;
}
input.error, select.error, textarea.error {
    font-weight: normal;
    color: #000000;
    border: 1px solid #993300;
	background: #FFA6A8;	
}
.mandatory {
    
}
.short_field {
    width: 50px;
}
.long_field {
    width: 130px;
}

a {
    text-decoration: underline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
a:hover {
    text-decoration: none;
}

h1,.title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	direction: rtl;
}

h1 a {
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

h2,.sub_title {
	line-height: 18px;
	font-weight: bold;
}

.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;
}

td.separator {
    width: 0.1%;
}
td.separator div {
    width: 10px;
    height: 10px;
    font-size: 4px;
}
div.separator {
    width: 10px;
    height: 10px;
    font-size: 4px;
}

/* ## */

.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 {
	cursor: default;
}
td.button a.disabled:hover {

}
td.back.button {
	padding: 0 10px 0 10px;
}

/* ## */

.description {
	padding-bottom: 25px;
	display: table;
	width: 100%;
}

/* ## */

.paragraph {
	margin: 0 0 10px 0;
}
.paragraph .p_title {
	font-weight: bold;
}
.paragraph .content {
	direction: rtl;
	font-weight: normal;
	line-height: 18px;
	text-align: right;
}
.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 */
}

.submit_form {
	width: 80px;
	border: 1px outset;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background: #386352;
	text-align: center !important;
	position: relative;
	right: 220px;
	top: 175px;	
}

.text_input {
	position: relative;
	right: 215px; _right: 280px;
	top: 175px; _top: 172px;
	/* background-image: url(/images/global/background__input.jpg); */
	width: 135px;
	height: 25px;
	background: none;
	border: none;
}

.submit_form_high {
	width: 80px;
	border: 1px outset;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background: #386352;
	text-align: center !important;
	position: relative;
	right: 220px;
	top: 190px;	
}
.submit_form_special {
	width: 65px;
	height:30px;
	border:none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background: none;
	text-align: center !important;
	position: relative;
	right: 50px;
	top: 10px;	
}

.text_input_high {
	position: relative;
	right: 215px; _right: 280px;
	top: 195px; _top: 192px;
	/* background-image: url(/images/global/background__input.jpg); */
	width: 135px;
	height: 25px;
	background: none;
	border: none;	
}
.text_input_special {
	background: none;
	border: none;
	padding:0 10px 0 10px;
}
.form_container_special {
	position: relative;
	right: 278px; 
	top: 295px;_top: 298px;
	/* background-image: url(/images/global/background__input.jpg); */
	background: none;
}
.form_container_special .td{
	height:50px;
	width: 145px;
	vertical-align:bottom;
	
}
.form_container_special .notes{
	position:relative;
	right:-400px;
	width:300px;
	
}
.minisite_buttons {padding-top:190px;width:390px}
.minisite_buttons .button {cursor:pointer;width:180px;height:200px;}

.form_container_linear {position:relative;background-color:red;margin-right:25px;text-align:right;}
.text_input_linear {background:none;border:none;padding-right:15px;width:136px;}
.input_title_separator {width:45px;background:none;}
.submit_container_linear {height:25px;width:60px;}	
.submit_form_linear {height:25px;width:70px;cursor:pointer;border:none;background:none;}
.submit_separator {width:24px;}	

.narrow .form_container_linear {position:relative;background-color:red;margin-right:40px;text-align:right;}
.narrow .text_input_linear {background:none;border:none;padding-right:15px;width:125px;}
.narrow .input_title_separator {width:7px;background:none;}
.narrow .submit_container_linear {height:25px;width:60px;}	
.narrow .submit_form_linear {height:25px;width:70px;cursor:pointer;border:none;background:none;}
.narrow .submit_separator {width:10px;}	

#server_side_notes_linear{position:absolute;top:30px;right:300px;}

/* ## */

.notes {
	color: #000000;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	margin: 10px 0 0 10px;
	direction: rtl;
}
.notes * {
	color: #000000;
}
.notes .n_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

.errors {
	border: 1px solid #993300;
	background: #FFA6A8;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	direction: rtl;
}
.errors * {
	color: #000000;
	direction: rtl;
}
.errors .e_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

/* ## */

#captcha {
    margin-bottom: 10px;
}
#captcha .c_title {
    font-weight: bold;
    line-height: 23px;
    _line-height: 22px;
}
#captcha img {
    border: 1px solid #777777;
    margin-right: 5px;
}
#captcha input {
    margin: 0;
}

/* ## */

#frame {
    height: 100%;
    width: 782px;
}

#frame #header {
    height: 160px;
    background-image: url(/images/global/middle_middle_background.png);
	background-position: right 0;
	background-repeat: repeat-y;
}
#frame #header #left_cell {
    width: 11px;
    background-image: url(/images/global/header_left_background.png);
	background-position: right 0;
	background-repeat: repeat-y;

}
#frame #header #middle_cell {
    width: 760px;
	//*background-image: url(/images/global/header_middle_background.png);
	background-position: center 0;
	background-repeat: no-repeat;*//
}
#frame #header #right_cell {
	width: 11px;
    background-image: url(/images/global/header_right_background.png);
	background-position: left 0;
	background-repeat: repeat-y;

}

#frame #menubar {

}

#frame #middle {

}

#frame #middle #left_cell {
	width: 11px;
    background-image: url(/images/global/middle_left_background.png);
	background-position: right 0;
	background-repeat: repeat-y;
}

#frame #middle #middle_cell {
    width: 760px;
    background-image: url(/images/global/middle_middle_background.png);
	background-position: right 0;
	background-repeat: repeat-y;
}

#frame #middle #right_cell {
	width: 11px;
    background-image: url(/images/global/middle_right_background.png);
	background-position: left 0;
	background-repeat: repeat-y;
}

#frame #middle #sidebar {
	width: 130px;
}
/* the seperation into _container is for SAFARI support */
#frame #middle #sidebar .sidebar_container {	
    
}

#frame #middle #content {
    
}

#frame #middle #content .content_container {	
	direction: rtl;
	
}

#frame #middle #left_sidebar {
	width: 133px;
}
#frame #middle #left_sidebar .left_sidebar_container {	
	padding: 0 0 0 25px;
}

#frame #footer {
	height: 70px;
}
#frame #footer #left_cell {
    width: 11px;
    background-image: url(/images/global/footer_left_background.png);
	background-position: right 0;
	background-repeat: no-repeat;

}
#frame #footer #middle_cell {
    width: 760px;
    background-image: url(/images/global/footer_middle_background.png);
	background-position: center 0;
	background-repeat: no-repeat;
}
#frame #footer #right_cell {
    width: 11px;
    background-image: url(/images/global/footer_right_background.png);
	background-position: left 0;
	background-repeat: no-repeat;
}

/* ## */

#menubar {	
	position: relative;
	top: -30px;
	right: 195px;
	direction: rtl;
}
#menubar .categories {
	
}
#menubar .categories td {
	text-align: center;
	padding: 0 1px 0 1px;
}
#menubar .categories a {
	display: block;
	height: 17px;
	padding: 0 3px 0 3px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	direction: rtl;
}
#menubar .categories a:hover {
    color: #FFFFFF;
	text-decoration: none;
	background-color: #83BC4D;
}
#menubar .categories a.selected {
	color: #FFFFFF;
	font-weight: bold;
	background: #83BC4D;	
}
#menubar .categories a.non_selected {
	color: #000000;
	font-weight: bold;
	background: red;	
}
#menubar .categories a .div {
	/* padding-top: 74px; */	
}

#menubar .categories .hover_menu {
	/* position: relative; */
	text-align: left;
}
#menubar .categories .hover_menu .container {
	/* width: 180px;
	top: -3px;
	left: 5px;
	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;
}
#menubar .categories .separator {
    height: 17px;
	width: 1px;
	padding: 0;
	background-image: url(/images/global/separator_menubar.png);
	background-position: center;
	background-repeat: no-repeat;
}

/* ## */

#sidebar {
	direction: rtl;
}
#sidebar .s_title {
	font-weight: bold;
	margin: 0 0 0 0;
}
#sidebar .categories {
    width: 100px;	
}
#sidebar .categories a {
    display: block;
	height: 21px;
    margin-bottom: 4px;
    padding-right: 10px;
    
	color: #50857a;
	font-weight: bold;
    text-decoration: none;
	text-align: right;
	
    line-height: 21px;
	background-position: right 0;
	background-repeat: no-repeat;
}

#sidebar .categories a:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}

#sidebar .categories a.selected {
	font-weight: bold;
	background-image: url(/images/global/sidebar_btn_down.png);
	background-repeat: no-repeat;
}

#sidebar .categories a.sub_categories {
	text-decoration: none;
}
#sidebar .categories a.sub_categories:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#sidebar .categories a.sub_categories_selected {
	font-weight: bold;
	padding: 0 5px 0 0 ;
}
#sidebar .categories a.sub_categories_selected:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#sidebar .categories .separator {
	height: 1px;
	width: 100px;
	margin: 30px 0 20px 0;
	font-size: 1px;
	background-image: url(/images/global/sidebar_separator.png);
	background-repeat: no-repeat;
}
#sidebar .box {
	text-align: justify;
	margin: 0 0px 0px 0px;
}
#sidebar .box .rolling_news {
	height: 130px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sidebar .box a {
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}

#sidebar .search_box {
    width: 100px;
}

#sidebar .search_box .search_title {
    height: 8px;
    width: 100px;
    margin: 0 0 8px 0;
    background-image: url(/images/global/sidebar_search_title.png);
    background-position: center;
    background-repeat: no-repeat;
}

#sidebar .search_box .search_field {
    height: 21px;
    width: 90px;
    padding: 3px 6px 2px 6px;
    margin: 0 0 8px 0;
    border: 0;
    background-image: url(/images/global/sidebar_search_field.png);
    background-position: center;
    background-repeat: repeat-x;
}

#sidebar .search_box .search_button {
    height: 21px;
    width: 50px;
    background-image: url(/images/global/sidebar_search_button.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* ## */

#left_sidebar {
    direction: rtl;
}

#left_sidebar .form_label {
    font-weight: bold;
    margin-bottom: -1px;
}

#left_sidebar .form_field {
    height: 17px;
    width: 105px;
    padding: 1px 3px 0 3px;
    margin: 0 0 4px 0;
    _margin: 0 0 3px 0;
    border: 0;
    background-image: url(/images/global/contact_field.png);
    background-repeat: repeat-x;
}

#left_sidebar .send_button {
    height: 19px;
    width: 39px;
    margin-top: 3px;
    border: 0;
    background-image: url(/images/global/send_button.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

#left_sidebar .form_notes {
    margin-bottom: 3px;
    font-size: 10px;
    color: #5A5A5B;
}

#left_sidebar .phone_number {
    height: 29px;
    width: 107px;
    margin-top: 7px;
    background-image: url(/images/global/phone_num.jpg);
    background-repeat: no-repeat;    
}

/* ## */

#footerbar {
	width: 465px;
	/*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;
}

#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: 100%;
	margin: 0 0 25px 0;
}
#specific_product .container {
}
#specific_product .product_title {
	font-weight: bold;
	line-height: 37px;
}
#specific_product .catalog_number {
	font-weight: bold;
	line-height: 37px;
}
#specific_product .description {
	padding-top: 25px;
}
#specific_product .large_image_box {
	text-align: center;
	width: 465px;
	background: #8B95A3;
}
#specific_product .large_image_box .large_image {
	max-width: 465px;
	height: 348px;
}
#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: #F8E8BA;
}
#specific_product .large_image_box .large_image_nav a:hover {
	text-decoration: none;
	background: #F8E8BA;
}

#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;
	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;
}

/* ## */

.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 {
    padding: 0 0 10px 0;
}
#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;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #F8E8BA;
}
#checkout .secure_seal span {
	font-weight: bold;
}
#checkout .content {
	width: 465px;
	/*max-width: 465px;*/
	padding-bottom: 10px;
}
#checkout .container .content table {
	width: 100%;
}
#checkout .content .inner_tables * {
	
}
#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;
	background: #F8E8BA;
}
#checkout a {
	text-decoration: underline;
	font-weight: bold;
}
#checkout a:hover {
	text-decoration: none;
}
#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;
	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 */
}

/* ## */

.homepage_layout {
    width: 760px;
}

.homepage_layout .description_container {
    width: 310px;
}

.homepage_layout .description_container .homepage_description {
    width: 210px;
    margin-right: 75px;
}

/* ## */

.homepage_layout .left_container {
    width: 450px;
}

.homepage_layout .left_container table {
    height: 290px;
    width: 450px;
}

/* ## */

.homepage_layout .left_container table .search_container {
    width: 185px;
}

.homepage_layout .left_container table .search_container .banner_box {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 25px;
}

.homepage_layout .left_container table .search_container .search_box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
}

.homepage_layout .left_container table .search_container .search_box .search_title {
    height: 10px;
    width: 160px;
    margin: 0 0 8px 0;
    background-image: url(/images/global/search_title.png);
    background-position: center;
    background-repeat: no-repeat;
}

.homepage_layout .left_container table .search_container .search_box .search_field {
    height: 21px;
    width: 126px;
    padding: 3px 6px 2px 6px;
    margin: 0 0 10px 0;
    border: 0;
    background-image: url(/images/global/search_field.png);
    background-position: center;
    background-repeat: repeat-x;
}

.homepage_layout .left_container table .search_container .search_box .search_button {
    height: 19px;
    width: 75px;
    background-image: url(/images/global/search_button.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* ## */

.homepage_layout .left_container table .news_container {
    width: 132px;
}

.homepage_layout .left_container table .news_container .news_box {
    position: absolute;
    top: 0;
    right: 0;
    _width: 106px;
    padding: 25px 10px 0 0;
    background-image: url(/images/global/news_background.png);
    background-position: center 0;
    background-repeat: no-repeat;
}

.homepage_layout .left_container table .news_container .news_box a {
    font-weight: bold;
}

.homepage_layout .left_container table .news_container .weekly_box {
    position: absolute;
    bottom: 0;
    right: 0;
    _width: 106px;
    padding: 25px 10px 0 0;
    background-image: url(/images/global/weekly_article_background.png);
    background-position: center 0;
    background-repeat: no-repeat;
}

.homepage_layout .left_container table .news_container .weekly_box a {
    font-weight: bold;
}

.double_arrow {
    font-family: tahoma;
    font-size: 8px;
    font-weight: bold
}

/* ## */

.homepage_layout .left_container .bottom_banner_container {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* ## */

.article_container {
    margin-bottom: 20px;
}

.article_container .thumb_container {
    width: 95px;
    text-align: right;
}

.article_container .thumb_container img {
    width: 80px;
    height: 80px;
}


.article_container .details_container {
    position: relative;
    min-height: 82px;
    _height: auto;
    _height: 82px;
}

.article_container .details_container .article_title {
    position: relative;
    font-weight: bold;
    text-align: right;
    direction: rtl;
    margin-top: -2px;
}

.article_container .details_container .article_title a {
    font-weight: bold;
    text-decoration: none;
}

.article_container .details_container .article_text {
    position: relative;
    padding-bottom: 10px;
    text-align: right;
    direction: rtl;
}

.article_container .details_container .read_more {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    direction: rtl;
}

/* ## */

.showcase_container {
    width: 320px;
    margin: 0 10px 10px 0;
    float: left;
}

.showcase_container .showcase {

}

.showcase_container .showcase img {
    width: 320px;
    height: 240px;
}

/* ## */

.showcase_container .showcase_controls {
    margin-top: 5px;
}

 /* Safari */
.showcase_container .showcase_controls *::selection {
    background: #FFFFFF;
}
 /* Firefox */
.showcase_container .showcase_controls *::-moz-selection {
    background: none;
}

/* ::selection is a CSS3 standard that is not supported by IE6/7*/

.showcase_container .showcase_controls img {
    height: 10px;
    width: 12px;
}

.showcase_container .showcase_controls .next_btn {
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}

.showcase_container .showcase_controls .next_btn span {
    color: #BE1835;
}

.showcase_container .showcase_controls .disabled_next_btn {
    color: #CCCCCC;
    text-align: left;
    font-weight: bold;
    
}

.showcase_container .showcase_controls .disabled_next_btn span {
    color: #CCCCCC;
}

.showcase_container .showcase_controls .prev_btn {
    text-align: right;
    font-weight: bold;
    cursor: pointer;
}

.showcase_container .showcase_controls .prev_btn span {
    color: #BE1835;
}

.showcase_container .showcase_controls .disabled_prev_btn {
    color: #CCCCCC;
    text-align: right;
    font-weight: bold;
    
}

.showcase_container .showcase_controls .disabled_prev_btn span {
    color: #CCCCCC;
}

.showcase_container .showcase_controls .display_btn {
    text-align: center;
    cursor: pointer;
}

/* ## */

.score_form .score_radio {
    width: auto;
    border: none;
    margin: 0 4px 0 4px;
    _margin: 0;
    padding: 0;
    vertical-align: middle;
}

.score_form .question_title {
    margin: 20px 0 5px 0;
    font-size: 14px;
    font-weight: bold;
}

.score_form .question_text {
    margin-bottom: 5px;
    color: #0000FF;
}

.score_form .question_option {
    margin-bottom: 8px;
    _margin-bottom: 5px;
}

.score_form .question_option label {
    cursor: pointer;
}

.score_form .submit {
    width: 100px;
    margin: 15px 0 15px 0;
}

/* ## */

.profile_form {
    position: relative;
}

.profile_form .title_box {
    margin: 10px 0 0 0;
/*
    border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #CFE1EF;
	border-left: 2px solid #CFE1EF;
	background-color: #99CDFD;
*/	
    color: #333333;
    font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	direction: rtl;
}

.profile_form .form_table {
    width: 100%;
}

.profile_form .form_table td {
    width: 50%;
    vertical-align: top;
}

.profile_form .profile_radio {
    width: auto;
    border: none;
    margin: 0 15px 0 10px;
    _margin: 0 12px 0 5px;
    padding: 0;
    vertical-align: middle;
}

.profile_form .profile_checkbox {
    width: auto;
    border: none;
    margin: 0 0 0 4px;
    _margin: 0;
    padding: 0;
    vertical-align: middle;
}

.profile_form .question_table {
    margin: 20px 0 5px 0;
}

.profile_form .question_table .question_number {
    width: 18px;
}

.profile_form .question_table .question_text_container {
    width: 170px;
}

.profile_form .question_table .question_text {
    padding-right: 10px;
    font-weight: bold;
}

.profile_form .question_option {
    margin: 0 12px 8px 0;
    _margin-bottom: 5px;
}

.profile_form .question_option label {
    cursor: pointer;
}

.profile_form .profile_contact_details {
    margin-top: 20px;
}

.profile_form .profile_contact_details td {
    vertical-align: middle;
}

.profile_form .profile_contact_details .profile_field {
    margin: 0 0 10px 30px;
    /*
    height: 23px;
    width: 156px;
    border: 0;
    padding: 2px 8px 0 3px;
    background-image: url(/images/global/profile_form_field.png);
    background-repeat: no-repeat;  
    */  
}

.profile_form .profile_contact_details .p_input_title {
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    font-weight: bold;
}

.errors_container {
 	position: absolute; 
 	left: 40%;
}
