html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
    background: #FFFFFF;
    background-image: url(/images/global/background.jpg);
    background-position: center 0; 
    background-repeat: repeat-x;
}

* {
    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 */
}

/*
@font-face {
	font-family: Papyrus;
	src:url(../fonts/papyrus.eot);
}
*/

ol {
	padding: 0;
	margin: 5px 20px 5px 0; /* for Moz */
	_margin: 5px 25px 5px 0; /* 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;
}

input, textarea, select, option {
	color: #6F7E9A;
	margin-bottom: 5px;
}

a {
    text-decoration: underline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
a:hover {
    text-decoration: none;
}

h1,.title {
	color: #003273;
    font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

.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;
}
.transparent {
	behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

/* ## */

#slideshow {
	/*width: 340px;
	height: 255px;*/
}
.button {
	cursor: pointer;
}

.sub_category_service {
	width: 340px;
	padding-bottom: 10px;
}
.sub_category_service a {
	font-size: 14px;
	font-weight: bold;
	/* color: #15933C; */
	color: #003273;
	padding-right: 5px;
	line-height : 30px;
	cursor: pointer;
	
}
.sub_category_service .image_border {
	width: 35px;
	height: 35px;
	border: none;
}
.sub_category_service .image_background {
	width: 35px;
	height: 35px;
	float: right;
	margin: 0 0 10px 5px;
}
.sub_category {
	width: 340px;
	padding-bottom: 10px;
}
.sub_category a {
	font-size: 14px;
	font-weight: bold;
	/* color: #15933C; */
	color: #003273;
	padding-right: 5px;
	
}
.sub_category img {
	width: 180px;
	height: 135px;
	float: right;
	margin: 0 0 10px 5px;
	border: 1px solid #AAAAAA;
}

/* ## */

.navigation {
}
.navigation td {

}
.navigation.add_to_bag {

}
.navigation.add_to_bag input {
	background: none;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.navigation a {
    text-decoration: underline;
}
.navigation a:hover {
	text-decoration: underline;
}

.page_number {
	line-height: 20px;
}

#page-nav-bar {
	color: #8B95A3;
}
#page-nav-bar a {
	text-decoration: none;
	color: #F8E8BA;
}
#page-nav-bar a:hover {
	text-decoration: underline;
}
#page-nav-bar a.number {
	text-decoration: none;
	color: #F8E8BA;
}
#page-nav-bar a.number:hover {
	text-decoration: underline;
}
#page-nav-bar span.number {
	font-weight: bold;
	color: #F8E8BA;
}

.results_numbers {
	line-height: 20px;
}

/* ## */

td.button {
	height: 20px;
	vertical-align: middle;
	background: #8B95A3;
	text-align: center;
}
td.button a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #F8E8BA;
	cursor: pointer;
}
td.button a:hover {
	text-decoration: none;
}
td.button a.disabled {
	color: #6F7E9A;
	cursor: default;
}
td.button a.disabled:hover {

}
td.back.button {
	padding: 0 10px 0 10px;
}

/* ## */

.description {
	padding-bottom: 25px;
}

/* ## */

.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 */
}

/* ## */

.notes {
	color: #000000;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	margin-bottom: 20px;
	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: 20px;
	direction: rtl;
	text-align: right;
}
.errors * {
	color: #000000;
	direction: rtl;
}
.errors .e_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

/* ## */

#frame {
    width: 100%;
}

#frame .left_cell {
	width: 45%;
}
#frame .middle_cell {
	width: 10%;
}
#frame .right_cell {
	width: 45%;
}

#frame #header {
	height: 310px;    
	
}
#frame #header .left_cell img {
	position: relative;
	right: 0;
    height: 310px;
    width: 100px;
}
#frame #header .middle_cell {
    background-image: url(/images/global/header_middle_background.png);
    background-position: center 0;
	background-repeat: no-repeat;
	width: 720px;
}

#frame #header .right_cell {
    background-image: url(/images/global/header_right_background.png);
    background-position: left 0;
	background-repeat: no-repeat;
	width: 100px;
}
/*
#frame #row_spacer .left_cell {
    
}
#frame #row_spacer .middle_cell {
    background-image: url(/images/global/border_vertical_line.png);
	background-position: center 0;
    background-repeat: repeat-y;
}
#frame #row_spacer .right_cell {
    
}
*/
#frame #menubar {
	position: relative;
	top: 45px;
	
}
#frame #middle {
	  
}
#frame #middle .left_cell {
    background-image: url(/images/global/middle_left_background.png);
    background-position: right 0;
	background-repeat: repeat-y;
}
#frame #middle .middle_cell {
	background-color: white;
}
#frame #middle .right_cell {
    background-image: url(/images/global/middle_right_background.png);
    background-position: left 0;
	background-repeat: repeat-y;
}
#frame #middle #submenubar {
	padding-bottom: 165px;
	

}
/* the seperation into _container is for SAFARI support */
#frame #middle #content {
	color: #FFFFFF;
	width: 720px;
}
#frame #middle #content .middle_spacer {
}
#frame #footer {
	
}

#frame #footer .left_cell img{
	position: relative;
	right: 0;
    height: 42px;
    width: 100px;
	
}
#frame #footer .middle_cell {
	background-image: url(/images/global/footer_middle_background.png);
	background-position: center 0;
	background-repeat: no-repeat;
}
#frame #footer .right_cell {
	background-image: url(/images/global/footer_right_background.png);
	background-position: left 0;
	background-repeat: no-repeat;
}




/* ## */

.top_container {
	width: 465px;
}

.middle_container {
	width: 465px;
}
.btm_container {
	width: 465px;
}

/* ## */
#homepage_container td{
	text-align: right;
}

#homepage_container .description {
	padding: 5px 5px 5px 5px ;
}
#homepage_container .column_spacer {
	width: 30px;
}
/* ## */

#menubar {
	color: white;	

}
#menubar .categories {
    direction: rtl;
    color: #000000;
}
#menubar .categories td {
	text-align: center;
	height: 42px;
	color: #FFFFFF;
}

#menubar .categories td.delimiter {
	width: 10px;
	vertical-align: bottom;
	color: #FFFFFF;
}

#menubar .categories .bubble_container {
	height: 25px;
}
#menubar .categories .bubble img {
	width: 19px;
	height: 25px;
}

#menubar .categories a {
	display: block;
    color: #FFFFFF;
	text-decoration: none;
	text-align: center;
    font-size: 12px;
    font-weight: bold;
}
#menubar .categories a:hover {
	text-decoration: none;
	/*background-image: url(/images/global/menubar_btn_hover.png);*/
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/global/menubar_btn_hover.png', sizingMethod='crop');*/
}
#menubar .categories a.selected {
	
}
#menubar .categories a div {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
    font-size: 12px;
}


}

/* ## */

#submenubar {
    padding: 5px 0 0 0;
    position: relative;
    top: -6px;
}
#submenubar .categories  {
    height: 70px;
    direction: rtl;
}
#submenubar .categories td {
	text-align: center;
	height: 20px;

}

#submenubar .categories td.delimiter {
	width: 10px;
	vertical-align: top;
}


#submenubar .categories .bubble_container {
	height: 11px;
	padding-top: 10px; 


}
#submenubar .categories .bubble img {
	width: 9px;
	height: 11px;
	
}
#submenubar .categories a {
	display: block;
    height: 20px;
    color: #FFFFFF;
	text-decoration: none;
	text-align: center;
    font-size: 12px;	
   	width: 140px;

}
#submenubar .categories a:hover {
	text-decoration: none;
}
#submenubar .categories a.selected {
	background-color: #5EABE3;
}
#submenubar .categories a.sub_categories {
	color: #5EABE3;
	font-weight: bold;

}
#submenubar .categories a.sub_categories:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#submenubar .categories a.sub_categories_selected {
	
}
#submenubar .categories a.sub_categories_selected:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}
#submenubar .categories .hover_menu {
	position: absolute;
}

#submenubar .categories .hover_menu .container {
	position: relative;
	top: -20px;
	_left: 70px;
	width: 140px;
	border: 1px solid #EFEFEF;
}
#submenubar .categories .hover_menu .container a {
	display: block;
	margin: 2px;
	text-decoration: none;
	text-align: center;
	height: auto;
	color: #000000;
	background-color: #FFFFFF;
	width: 134px;
}
#submenubar .categories .hover_menu .container a.title {
	margin: 2px; 
	background-color: #5EABE3;
}
#submenubar .categories .hover_menu .container a:hover {
	text-decoration: none;
	background-color: #5EABE3;
	
}
#submenubar .categories .hover_menu .container a.selected {
	text-decoration: none;
	background-color: #5EABE3;

}



#submenubar .box {
	text-align: justify;
	margin: 0 10px 20px 10px;
}
#submenubar .box .rolling_news {
	width: 140px;
	height: 130px;
	background-image: url(/images/global/news_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#submenubar .box a {
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}
#submenubar .box a:hover {
	text-decoration: none;
}
#submenubar .box.search {
}
#submenubar .box.search .btm_border {
}
#submenubar .box.search .content {
}
#submenubar .box.search .field {
	width: 107px;
	font-size: 10px;
	background: #808C9F;
	border: 1px solid #798496;
	color: #F8E8BA;
}
#submenubar .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;
}
#submenubar .box.special-offers {
}
#submenubar .box.special-offers .content {
}
#submenubar .box.special-offers a.button {
	display: block;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-decoration: underline;
}
#submenubar .box.special-offers a:hover.button {
	text-decoration: none;
}

#submenubar .login_form {

}
#submenubar .login_form .title_field {

}
#submenubar .login_form .input_field {
	width: 140px;
	background: #808C9F;
	border: 1px solid #798496;
	color: #F8E8BA;
	font-size: 10px;
	margin: 2px 0 5px 0;
}
#submenubar .login_form .submit {
	/* Already defined as .submit in the beginning of global.css */
	margin-top: 2px;
}
#submenubar .login_form a {
	margin-top: 5px;
	display: block;
}

/* ## */

#footerbar {
	margin-top: 20px;
	
	
}
#footerbar .categories {
    direction: rtl;
}
#footerbar  td {
	vertical-align: top;
}
#footerbar .content {
	padding-top: 1px;
	
}

#footerbar .categories td {
	vertical-align: top;
	
}
#footerbar .categories td.delimiter {
	width: 10px;
	color: #003273;
	text-align: center;
}
#footerbar .categories td.delimiter .seperator {
	width: 1px;
	height: 20px;
	margin: 5px 7px 5px 7px; 
	background-color: #003273;
}
#footerbar .categories a {
	display: block;
	color: #003273;
    text-decoration: none;
	text-align: center;
}

#footerbar .categories a:hover {
	text-decoration: none;
}
#footerbar .categories a.selected {
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}

.copyright {
    margin: 2px 8px 0 0;
    color: #666666;
} 

/* ## */

#group .product_container {
    margin: 0 0 10px 10px;
}

#group .product_container a {
    text-decoration: none;
    color: #15933C;
	cursor: pointer;
}

#group .product_container .product_title {
    margin-bottom: 5px;
    color: #15933C;
    font-weight: bold;
}

.image_border {
	width: 182px;
	height: 137px;
	border: 1px solid #AAAAAA;
}
.image_background {
	height: 135px; 
	width: 180px;
	background-position: center; 
	background-repeat: no-repeat; 
}
#group .product_container .product_link {
    margin-top: 10px;
}

#group .product_container .product_link a {
    color: #15933C;
    text-decoration: underline;
}

/* ## */

#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;
}

/* ## */
.showcase {
	width: 320px;
}
#group .image {
    text-align: center;
}
#group .image .l_image {
    display: block;
    width: 320px;
    height: 240px;
}
#group .image .image_caption {
    height: 10px;
    
    font-size: 10px;
    direction: rtl;
    text-align: right;
}
#group .image_nav {
}
#group .image_nav span {
    
}
#group .image_nav .container {
    direction: ltr;
    color: #FFFFFF;
    text-align: center;
    width: 320px;
    font-size: 14;
    padding-top: 10px;
}

.arrows_controls {
    direction: ltr;
    
}

.arrows_controls td.control {
    padding: 2px 6px 2px 6px;
}

.arrows_controls .numbered_controls_container {
    width: 130px;
}

.arrows_controls img {
    cursor: pointer;
}

.arrows_controls .numbered_controls .control_number {
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
.arrows_controls .numbered_controls .control_number_selected {
    font-size: 14px;
    font-weight:  bold;
}
.arrows_controls .numbered_controls .nav_dots {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}


/* ## */

#shuffled_images {
	width: 465px;
	cursor: pointer;
}
#shuffled_images .images{
	height: 90px;
}
#shuffled_images .column_spacer{
	width: 5px;
}

/* ## */

#product {
	
}
#product h2 {
	font-size: 12px;
	font-weight: bold;
}
#product .right_container {
	width: 340px;
}
#product .left_container {
	width: 340px;
}

#product .links {
	
}
#product .links a {
	color: #003273;
	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 {

}
#checkout .status_bar table {
	width: 465px;
}
#checkout .status_bar img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .status_bar .selected {
	color: #000000;
	font-weight: bold;
}
#checkout .status_bar .selected img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
#checkout .secure_seal {
	padding: 5px;
	font-weight: bold;
	background-color: #F8E8BA;
	color: #6F7E9A;
}
#checkout .secure_seal span {
	color: #6F7E9A;
	font-weight: bold;
}
#checkout .content {
	width: 465px;
	/*max-width: 465px;*/
	padding-bottom: 10px;
}
#checkout .container .content table {
	width: 100%;
}
#checkout .content .inner_tables * {
	color: #6F7E9A;
}
#checkout .content .inner_tables td {
	background: #C0C0C0;
	padding: 5px;
}
#checkout .content .left_column_width {
	width: 1%;
}
#checkout .content .right_column_width {
	width: 99%;
}
#checkout .content .img_column {
	width: 60px;
}
#checkout .content .other_column {
	width: 60px;
}
#checkout .content .items {
	width: 60px;
}
#checkout .content .t_title {
	font-weight: bold;
}
#checkout .content .t_title td {
	background: #E1E1E1;
	text-align: center;
}
#checkout .content img.thumbnail {
	width: 60px;
}
#checkout .content input.quantity {
	width: 40px;
	height: 20px;
}
#checkout .content .blank {
}
#checkout .content .subtotal {
	font-weight: bold;
}
#checkout .content td.subtotal {
	background: #E1E1E1;
}
#checkout .content .empty td {
	height: 50px;
}
#checkout .content td.td_btn {
}
#checkout .button {
	border: 1px outset;
	background: #777777;
	font-weight: bold;
	text-align: center;
	color: #000000 !important;
	cursor: pointer;
}

#checkout .continue {
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #003273;
	background: #FFFFFF;
}
#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 10px 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;
}

/* ## */

.attributes {
	padding: 0 0 4px 0;
	margin: 0 4px 4px 4px;
	/*border-bottom: 1px solid #421011;*/
}
.attributes h1 {
	font-weight: bold;
	line-height: 14px;
}
.attributes input {

}
.attributes span {
	margin: 0;
	padding: 0;
}
.attributes .color_box {
	width: 15px;
	height: 15px;
}

/* ## */

#emails {
	padding: 20px;
}

#emails .inner_container {
	background: #8B95A3;
	padding: 20px;
}

/* ## */

#poll {

}
#poll .poll_title {
	font-weight: bold;
}
#poll .poll_description {

}
#poll .option {
	padding-bottom: 5px;
}
#poll .option input {
	position: relative;
	top: 3px;
}
#poll .option_title {
	font-weight: bold;
}
#poll #results_trigger {
	display: block;
	margin-top: 5px;
	cursor: pointer;
}
#poll #results_container {
	
}
#poll #results_container .results_title {
	padding-top: 5px;
}
#poll #results_container .results_title img {
	height: 50px;
}
#poll #results_container .results .bar {
	width: 100px;
	border: 1px solid #F8E8BA;
}
#poll #results_container .results .bar .inside {
	background-color: #F8E8BA;
	margin: 2px;
	height: 8px;
	font-size: 1px;
}
#poll #results_container .results .number {
	margin-left: 5px;
}
#poll #results_container .submit {
    /* Already defined as .submit in the beginning of global.css */
}

/* ## */

#exam {
	padding-bottom: 20px;
}
#exam .description {
	padding-bottom: 10px;
}
#exam .notes {
	padding-bottom: 10px;
}
#exam .page_on {
	display: block;
}
#exam .page_off {
	display: none;
}
#exam .page_title {
	text-align: left;
	padding: 0 5px 0 5px;
}
#exam .page_description {
	text-align: left;
	margin: 0 0 10px 0;
}
#exam .question {
	font-weight: bold;
}
#exam .answers_container {
	padding-bottom: 10px;
}
#exam .answer {

}
#exam .correct_answer {
	font-weight: bold;
}
#exam textarea {
	width: 100%;
}
#exam .start_button {
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #6F7E9A;
	background: #F8E8BA;
	padding: 1px 5px 1px 8px;
	display: inline;
}
#exam .completion_text {
	font-weight: bold;
}
#exam .answers_on_completion_title {
	padding-bottom: 20px;
}
#exam .answers_on_completion_container {
}
#exam .submit {
    /* Already defined as .submit in the beginning of global.css */
}
/* ## */

#quiz {
    padding-bottom: 20px;
}
#quiz .errors {
    color: red;
    font-weight: bold;
}
#quiz .locked {
}
#quiz .winners_container {
}
#quiz .winners_title {
    font-weight: bold;
    padding-bottom: 10px;
}
#quiz .winners_description {
    padding-bottom: 10px;
}
#quiz .winner {
}
#quiz .confirmation {
    font-weight: bold;
}
#quiz .description {

}
#quiz .question {
    font-weight: bold;
}
#quiz .answers_container {
    padding-bottom: 20px;
}
#quiz .answer {
}
#quiz .submit {
    /* Already defined as .submit in the beginning of global.css */
}

/* ## */
.objects_container {
	padding-bottom: 15px ;
	vertical-align: left; 

}
.objects_container .box {
	width: 170px; 
	height: 190px ;
	display: table;
	padding: 15px;
	margin-bottom: 5px; 
	text-align: right;

}
.objects_container  .box .image {
	padding-top: 5px ;
	
}
.objects_container  .box .image img{
	
}
.home_sector .column_spacer {
	width: 5px;
}
.home_sector .row_seperator {
	height: 5px;
}
.home_sector .spacer {
 	width: 150px;
 	height: 155px;
}
.home_sector  a{
	color: #01316f;
}
.home_sector .top_table .login_container {
	background-image: url(/images/global/login_background.png);
	background-position: top right; 
	background-repeat: no-repeat; 
	width: 191px;
	height: 241px;
}
.subscribe_contianer {
	position: relative;
	top: 10px;	
	_top: 10px;
	_left: -2px;
	width: 220px;
}
.contact_s {
	position: relative;
	top: 45px;
	_bottom: -35px;
	_left: -2px;
	width: 220px;
}
.subscribe_contianer .subscribe_form {
	text-align: right;
}
.subscribe_contianer .subscribe_form div{
	font-weight: bold;
}
.subscribe_contianer .subscribe_form .button  {
	padding : 0 0 0 11px;
}
.subscribe_contianer .subscribe_form input {
	color: #6F7E9A;
	margin-bottom: 5px;
	width : 130px;
}
.subscribe_contianer .subscribe_form .button input {
	background-image: url(/images/global/home_section_button.png);
	background-position: top right; 
	background-repeat: no-repeat; 
	border: none;
	width: 80px;
}
.home_sector .bottom_table .object_about_container {
	background-image: url(/files/global/home_sector_about_background.jpg);
	background-position: top right; 
	background-repeat: no-repeat; 
	width: 350px;
	height: 180px;
}
.home_sector .bottom_table .object_about_container .object_container {
	padding: 45px 150px 0 20px;
	direction: ltr;
}
.home_sector .bottom_table .object_about_container .content {
	font-weight: bold;
}
.home_sector .bottom_table .object_about_container a {
	font-weight: bold;
}
.home_sector .bottom_table .object_water_container {
	background-image: url(/files/global/home_sector_water_background.jpg);
	background-position: top right; 
	background-repeat: no-repeat; 
	width: 350px;
	height: 180px;
}
.home_sector .bottom_table .object_water_container .object_container {
	padding: 45px 20px 0 150px;
	direction: rtl;
}
.home_sector .bottom_table .object_water_container .content {
	font-weight: bold;	
}
.home_sector .bottom_table .object_water_container a {
	font-weight: bold;	
}

/* ## */

.form_contanier form {
	margin: 0;
	padding: 0;
}
.form_contanier form td {
	vertical-align: middle;
}
.form_contanier {
	width: 538px;
}
.form_container textarea {
	width: 280px;
	margin-bottom: 10px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
}
.submit {
	background-image: url(/images/global/home_section_button.png);
	background-position: top right; 
	background-repeat: no-repeat; 
	background-color: none;
	border: none;
	width: 80px;
	font-weight: bold;
	color: black;
}
 input {
 	width: 280px;
	margin-bottom: 10px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
}
.form_contanier option {
    color: #000000;
}
.form_contanier .input_title {
	font-weight: bold;
	margin-bottom: 2px;
}
.form_contanier .checkbox, .radio {
	width: auto !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.form_contanier .error {
    font-weight: bold;
    color: #FFA6A8;
}
.form_contanier input.error, select.error, textarea.error {
    font-weight: normal;
    color: #000000;
    border: 1px solid #993300;
	background: #FFA6A8;
	width: 180px;
}
.form_contanier .atory {
    
}
/* ## */

.form_contanier .notes {
	color: #000000;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
	direction: rtl;
}
.form_contanier .notes * {
	color: #000000;
}
.notes .n_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

.form_contanier .errors {
	border: 1px solid #993300;
	background: #FFA6A8;
	padding: 10px;
	margin-bottom: 10px;
	direction: rtl;
	text-align: right;
}
.form_contanier .errors * {
	color: #000000;
}
.form_contanier .errors .e_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

/* ## */

.form_contanier #captcha {
    display: table;
    margin-bottom: 20px;
}
.form_contanier #captcha img {
    width: 180px;
    height: 25px;
    _height: 23px;
    border: 1px solid #777777;
}
.form_contanier #captcha input {
    margin: 0;
    height: 25px;
    line-height: 17px;
    padding: 4px;
}

.titles {
	padding-bottom: 10px; 
}
.titles a{
	font-size : 12px;
	text-decoration: none;
}

/* ## */
.home_sector_new_product {
	width: 720px;
}
.home_sector_new_product .categories_contanier {
	width: 380px;
}
.home_sector_new_product .categories_contanier a{
	cursor: pointer;
}
.home_sector_new_product .categories_contanier .row_separator {
	height: 20px;
}
.home_sector_new_product .categories_contanier .image_background {
	height: 130px; 
	width: 180px;
	background-position: top; 
	background-repeat: no-repeat; 
}
.home_sector_new_product .categories_contanier .separator {
	width: 20px;
}


