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; /* Used to define the width as in IE - width = width + padding + border */
}

.transparent {
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

img {
    border: 0;
}

ol {
    padding: 0 25px 0 0;
}
ul {
	/*list-style: url(/images/global/bulletin.gif);*/
	padding: 0 20px 0 0;
	margin: 0;
}
li {
	margin: 0;
	padding: 2px 0 0 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%;
}
input,textarea,select {
    border: 1px inset;
    background: #F7F7F7;
}
input.checkbox,input.radio {
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}
input.submit {
	width: auto;
	background: none;
	border: none;
}

a {
    text-decoration: underline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
	cursor: pointer;
}
a:hover {
    text-decoration: none;
}

h1 {
	height: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	/* background-image: url(/images/global/title_background.gif);
	background-repeat: no-repeat; */
	background: #00AFF0;
	direction: rtl;
}
h1 a {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
}
h2 {
	color: inherit;
	font-size: inherit;
}
.title {
	height: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	/* background-image: url(/images/global/title_background.gif);
	background-repeat: no-repeat; */
	background: #F5821F;
	text-align: right;
	direction: rtl;
}
.left_part {
	width: 8px;
	height: 20px;
	background-image: url(/images/global/corner_left_orange.gif);
	background-repeat: no-repeat;
}

.right_part {
	width: 8px;
	height: 20px;
	background-image: url(/images/global/corner_right_orange.gif);
	background-repeat: no-repeat;
}

.sub_title {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}

.btm_border {
	border-bottom: 1px solid #CCCCCC;
}
.top_border {
	border-top: 1px solid #CCCCCC;
}

/* ## */

.top_corners * {
	font-size: 4px;
}
.top_corners .left {
	width: 0.1%;
	direction: ltr;
}
.top_corners .left div {
	background-position: left 0;
}
.top_corners .middle {
	text-align: center;
}
.top_corners .right {
	width: 0.1%;
	direction: rtl;
}
.top_corners .right div {
	background-position: right 0;
}
.container_box {
	direction: rtl;
}
.container_box .c_title {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: -5px;
}
.container_box .description {
	padding: 0;
}
.btm_corners * {
	font-size: 4px;
}
.btm_corners .left {
	width: 0.1%;
	direction: ltr;
}
.btm_corners .left div {
	background-position: left 0;
}
.btm_corners .middle {
	text-align: center;
}
.btm_corners .right {
	width: 0.1%;
	direction: rtl;
}
.btm_corners .right div {
	background-position: right 0;	
}

.table_gray {
	display: table;
	width: 100%;
}
.table_gray .top_corners * {
	height: 5px;
	background-color: #EFEFEF;
}
.table_gray .top_corners .left div {
	background-image: url(/images/global/corner_top_left_gray.gif);
	width: 5px;
}
.table_gray .top_corners .middle {
}
.table_gray .top_corners .right div {
	background-image: url(/images/global/corner_top_right_gray.gif);
	width: 5px;
}
.table_gray .container_box {
	background: #EFEFEF;
	padding: 5px 10px 5px 10px;
}
.table_gray .btm_corners * {
	height: 5px;
	background-color: #EFEFEF;
}
.table_gray .btm_corners .left div {
	background-image: url(/images/global/corner_btm_left_gray.gif);
	width: 5px;
}
.table_gray .btm_corners .middle {
}
.table_gray .btm_corners .right div {
	background-image: url(/images/global/corner_btm_right_gray.gif);
	width: 5px;
}

.table_gray_blue_top {
	display: table;
	width: 100%;
}
.table_gray_blue_top .top_corners * {
	height: 20px;
}
.table_gray_blue_top .top_corners .left div {
	background-image: url(/images/global/corner_top_left_blue.gif);
	width: 8px;
}
.table_gray_blue_top .top_corners .middle div {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-align: right;
	background-color: #00AFF0;
	padding-right: 5px;
}
.table_gray_blue_top .top_corners .middle div .icon_container {
	float: right;	
	position: relative;
	top: -5px;
	padding-right: 0;
}
.table_gray_blue_top .top_corners .middle div .icon_container .icon {
	background: none;
	position: absolute;
	padding-right: 0;
	z-index: 0;
}
.table_gray_blue_top .top_corners .right div {
	background-image: url(/images/global/corner_top_right_blue.gif);
	width: 8px;
}
.table_gray_blue_top .container_box {
	padding: 10px 10px 0 10px;
	background: #EFEFEF;
}
.table_gray_blue_top .container_box .inner_container_box_with_border {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.table_gray_blue_top .container_box .inner_container_box_without_border {
	padding: 0 0 5px 0;
}
.table_gray_blue_top .btm_corners * {
	height: 5px;
	background-color: #EFEFEF;
}
.table_gray_blue_top .btm_corners .left div {
	background-image: url(/images/global/corner_btm_left_gray.gif);
	width: 5px;
}
.table_gray_blue_top .btm_corners .middle {
}
.table_gray_blue_top .btm_corners .right div {
	background-image: url(/images/global/corner_btm_right_gray.gif);
	width: 5px;
}

.table_gray_red_top {
	display: table;
	width: 100%;
}
.table_gray_red_top .top_corners * {
	height: 20px;
}
.table_gray_red_top .top_corners .left div {
	background-image: url(/images/global/corner_top_left_red.gif);
	width: 8px;
}
.table_gray_red_top .top_corners .middle div {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-align: right;
	background-color: #990000;
	padding-right: 5px;
}
.table_gray_red_top .top_corners .middle div .icon_container {
	float: right;	
	position: relative;
	top: -5px;
	padding-right: 0;
}
.table_gray_red_top .top_corners .middle div .icon_container .icon {
	background: none;
	position: absolute;
	padding-right: 0;
}
.table_gray_red_top .top_corners .right div {
	background-image: url(/images/global/corner_top_right_red.gif);
	width: 8px;
}
.table_gray_red_top .container_box {
	padding: 7px 10px 0 10px;
	background: #EFEFEF;
}
.table_gray_red_top .container_box .inner_container_box_with_border {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.table_gray_red_top .container_box .inner_container_box_without_border {
	padding: 0 0 5px 0;
}
.table_gray_red_top .btm_corners * {
	height: 5px;
	background-color: #EFEFEF;
}
.table_gray_red_top .btm_corners .left div {
	background-image: url(/images/global/corner_btm_left_gray.gif);
	width: 5px;
}
.table_gray_red_top .btm_corners .middle {
}
.table_gray_red_top .btm_corners .right div {
	background-image: url(/images/global/corner_btm_right_gray.gif);
	width: 5px;
}

.table_red {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.table_red .top_corners * {
	height: 20px;
	background-color: #7AB505;
}
.table_red .top_corners .left div {
	background-image: url(/images/global/corner_top_left_red.gif);
	width: 8px;
}
.table_red .top_corners .middle div {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-align: right;
	background-color: #990000;
	padding-right: 5px;
}
.table_red .top_corners .middle h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}
.table_red .top_corners .right div {
	background-image: url(/images/global/corner_top_right_red.gif);
	width: 8px;
}
.table_red .container_box {
	background: #EFEFEF;
	padding: 0;
}
.table_red .btm_corners * {
	height: 20px;
}
.table_red .btm_corners .left div {
	background-image: url(/images/global/corner_btm_left_red.gif);
	width: 8px;
}
.table_red .btm_corners .middle div {
	background-image: url(/images/global/line_red.gif);
	background-repeat: repeat;
	background-color: #990000;
	line-height: 20px;
}
.table_red .btm_corners .right div {
	background-image: url(/images/global/corner_btm_right_red.gif);	
	width: 8px;
}

.table_green {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.table_green .top_corners * {
	height: 20px;
	background-color: #7AB505;
}
.table_green .top_corners .left div {
	background-image: url(/images/global/corner_top_left_green.gif);
	width: 8px;
}
.table_green .top_corners .middle div {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}
.table_green .top_corners .middle h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}
.table_green .top_corners .right div {
	background-image: url(/images/global/corner_top_right_green.gif);
	width: 8px;
}
.table_green .container_box {
	background: #EFEFEF;
	padding: 0;
}
.table_green .btm_corners * {
	height: 20px;
}
.table_green .btm_corners .left div {
	background-image: url(/images/global/corner_btm_left_green.gif);
	width: 8px;
}
.table_green .btm_corners .middle div {
	background-image: url(/images/global/line_green.gif);
	background-repeat: repeat;
	line-height: 20px;
}
.table_green .btm_corners .right div {
	background-image: url(/images/global/corner_btm_right_green.gif);	
	width: 8px;
}

.table_gray_outline_on_white {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.table_gray_outline_on_white .top_corners * {
	height: 8px;
}
.table_gray_outline_on_white .top_corners .left div {
	background-image: url(/images/global/corner_top_left_gray_outline_on_white.gif);
	width: 8px;
}
.table_gray_outline_on_white .top_corners .middle div {
	border-top: 1px solid #EFEFEF;
}
.table_gray_outline_on_white .top_corners .right div {
	background-image: url(/images/global/corner_top_right_gray_outline_on_white.gif);
	width: 8px;
}
.table_gray_outline_on_white .container_box {
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	padding: 0 10px 0 10px;
}
.table_gray_outline_on_white .btm_corners * {
	height: 8px;
}
.table_gray_outline_on_white .btm_corners .left div {
	background-image: url(/images/global/corner_btm_left_gray_outline_on_white.gif);
	width: 8px;
}
.table_gray_outline_on_white .btm_corners .middle div {
	border-bottom: 1px solid #EFEFEF;
}
.table_gray_outline_on_white .btm_corners .right div {
	background-image: url(/images/global/corner_btm_right_gray_outline_on_white.gif);
	width: 8px;
}

.table_blue {
	display: table;
	width: 100%;
}
.table_blue .top_corners * {
	height: 20px;
}
.table_blue .top_corners .left div {
	background-image: url(/images/global/corner_top_left_blue.gif);
	width: 8px;
}
.table_blue .top_corners .middle div {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
	background-color: #00AFF0;
}
.table_blue .top_corners .right div {
	background-image: url(/images/global/corner_top_right_blue.gif);
	width: 8px;
}
.table_blue .container_box {
	border-left: 1px solid #00AFF0;
	border-right: 1px solid #00AFF0;
	padding: 0;
}
.table_blue .inner_container_box {
	padding: 8px 10px 0 10px;
}
.table_blue .btm_corners * {
	height: 10px;
}
.table_blue .btm_corners .left div {
	background-image: url(/images/global/corner_btm_left_blue_outline.gif);
	width: 10px;
}
.table_blue .btm_corners .middle div {
	background-image: url(/images/global/line_blue.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
.table_blue .btm_corners .right div {
	background-image: url(/images/global/corner_btm_right_blue_outline.gif);	
	width: 10px;
}


.table_gray_outline_on_gray {

}
.table_gray_outline_on_gray .top_corners * {
	height: 11px;
	font-size: 4px;
}
.table_gray_outline_on_gray .top_corners .left div {
	background-image: url(/images/global/corner_top_left_gray_on_gray.gif);
	width: 11px;
}
.table_gray_outline_on_gray .top_corners .middle div {
	font-size: 4px;
	line-height: 10px;
	height: 10px;
	text-align: right;	
	border-top: 1px solid #B9B9B9;
	background: none;
}
.table_gray_outline_on_gray .top_corners .right div {
	background-image: url(/images/global/corner_top_right_gray_on_gray.gif);
	width: 11px;
}
.table_gray_outline_on_gray .container_box {
	border-left: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	padding: 0 10px 0 10px;
}
.table_gray_outline_on_gray .btm_corners * {
	height: 11px;
	font-size: 4px;
}
.table_gray_outline_on_gray .btm_corners .left div {
	background-image: url(/images/global/corner_btm_left_gray_on_gray.gif);
	width: 11px;
}
.table_gray_outline_on_gray .btm_corners .middle div {
	border-bottom: 1px solid #B9B9B9;
}
.table_gray_outline_on_gray .btm_corners .right div {
	background-image: url(/images/global/corner_btm_right_gray_on_gray.gif);
	width: 11px;
}

/* ## */

.notes {
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
	direction: rtl;
}
.notes .n_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

.errors {
	border: 1px solid #993300;
	background: #FFA6A8;
	padding: 10px;
	margin-bottom: 10px;
	direction: rtl;
}
.errors .e_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

/* ## */

.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: #E10000;
	text-decoration: none;
}

.page_number {
	line-height: 20px;
}

#page-nav-bar {
	color: #CCCCCC;
	direction: ltr;
	font-size: 14px;
}
#page-nav-bar * {
	font-size: 14px;
}
#page-nav-bar a {
	text-decoration: none;
	color: #000000;
}
#page-nav-bar a:hover {
	text-decoration: underline;
}
#page-nav-bar a.number {
	text-decoration: none;
	color: #000000;
}
#page-nav-bar a.number:hover {
	text-decoration: underline;
}
#page-nav-bar span.number {
	font-weight: bold;
	color: #00AFF0;
}

.results_numbers {
	line-height: 20px;
}

/* ## */

td.button {
	height: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url(/images/global/button_background.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
td.button a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #FFFFFF;
}
td.button a:hover {
	text-decoration: none;
	color: #000000;
}
td.button a.disabled {
	color: #777777;
	cursor: default;
}
td.button a.disabled:hover {
	color: #777777;
}
td.back.button {
	width: 130px;
}




/* ## */

.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 {
	padding-bottom: 10px;
	direction: rtl;
}

/* ## */

.paragraph {
	margin: 0 0 10px 0;
	direction: rtl;
}
.paragraph .container{
	direction: rtl;
	text-align: right;
}
.paragraph .p_title {
	font-weight: bold;
	direction: rtl;
	text-align: right;
}
.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: 45%;
}
#frame .middle_cell {
	width: 10%;
}
#frame .right_cell {
	width: 45%;
}

#frame #header {
    
}
#frame #header .left_cell {

}
#frame #header .middle_cell {
	/*
	background-image: url(/images/global/header_middle_background.gif);
	background-position: center 0;
	background-repeat: repeat-x;
	*/
}
#frame #header .right_cell {

}

#frame #menubar {
    height: 40px;
}
#frame #menubar .left_cell {

}
#frame #menubar .middle_cell {
	background-image: url(/images/global/menubar_middle_background.gif);
	background-position: center 0;
	background-repeat: no-repeat;
	height: 40px;
}
#frame #menubar .right_cell {

}

#frame #middle {

}

#frame #middle #left_sidebar {
	padding-right: 10px;
}
#frame #middle #left_sidebar .left_sidebar_container {
	width: 160px;
}
#frame #middle #content {

}
#frame #middle #content .content_container {
	width: 590px;
}
#frame #middle #sidebar {
	padding-left: 10px;
}
#frame #middle #sidebar .sidebar_container {
	text-align: right;
	width: 160px;
}

#frame #middle .left_cell {
}
#frame #middle .middle_cell {
}
#frame #middle .right_cell {
}

#frame #footer {
	height: 100px;
}
#frame #footer .left_cell {
}
#frame #footer .middle_cell {
	background-image: url(/images/global/footer_middle_background.gif);
	background-position: center 0;
	background-repeat: no-repeat;
}
#frame #footer .right_cell {
}

/* ## */

.top_container {
}
.middle_container {
}
.btm_container {
}

.add-on {

}

/* ## */

#menubar {

}
#menubar .categories {
	text-align: right;
	direction: rtl;
	padding-top: 12px;
}
#menubar .categories td {
	text-align: right;
	width: 102px;
	height: 40px;
}
#menubar .categories a {
	display: block;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background: url(/images/global/menubar_btn_up.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#menubar .categories a:hover {
	text-decoration: none;
	font-weight: bold;
	font-color: black;
	background: url(/images/global/menubar_btn_hover.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#menubar .categories a.selected {
	text-decoration: none;
	font-weight: bold;
	font-color: black;
	background: url(/images/global/menubar_btn_down.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#menubar .welcome_box {
	direction: rtl;
	text-align: left;
	padding: 3px 0 3px 3px;
	background: white;
}
#menubar .welcome_box a {
	display: inline;
	color: #000000;
	text-decoration: underline;
	background: none;
}
#menubar .welcome_box a:hover {
	text-decoration: none;
	background: none;
}

/* ## */

.box_top {
	background-image: url(/images/global/box_top.gif);
	height: 5px;
	font-size: 1px;
}
.box {
	text-align: justify;
	width: 160px;
	background: #EFEFEF;
}
.box  .container {
	padding: 0 5px 5px 5px;
}
.box  .container a {
	text-decoration: underline;
}
.box  .container a:hover {
	text-decoration: underline;
}
.box .container .box_title {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.box  .container .price {
	color: #F5821F;
}

.box_bottom {
	background-image: url(/images/global/box_bottom.gif);
	height: 5px;
	font-size: 1px;
}

.red_container {
}
.red_container_title {
	background-image: url(/images/global/red_container_title.gif);
	background-repeat: no-repeat;
	height: 28px;
}
.red_container_title div {
	padding-top: 11px;	
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}
.red_container_content {	
	background-image: url(/images/global/red_container_background.gif);
	background-repeat: repeat-y;
	padding: 5px 10px 0 10px;
}
.red_container_content a {
	display: block;
	padding-top: 5px;
	text-decoration: underline;
}
.red_container_content a:hover {
	text-decoration: underline;
}
.red_container_content .price {
	color: #F5821F;
	margin: 0;
}
.red_container_footer {
	background-image: url(/images/global/red_container_footer.gif);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 1px;
}

/* ## */

#filters {
	
}
#filters select {
	width: 140px;
}

/* ## */

#sidebar {

}
#sidebar * {
	direction: rtl;
}
#sidebar .s_title {
	font-weight: bold;
}

#sidebar .categories {
	direction: rtl;
	text-align: right;
}
#sidebar .categories a {
    display: block;
	padding: 0;
	width: 120px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	background-image: url(/images/global/non_selected_category.jpg);
	background-repeat: no-repeat;
}
#sidebar .categories a:hover {
	text-decoration: none;
	color: #222222;
	background-image: url(/images/global/selected_category.jpg);
}
#sidebar .categories a.selected {
	text-decoration: none;
	color: #222222;
	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 .rolling_news {
	background-image: url(/images/global/news_background.jpg);
	background-repeat: no-repeat;
	text-align: right;
	direction: rtl;
}

/* ## */

.search {

}
.search .content {

}
.search .field {
	width: 150px;
	border: 1px inset;
	background: #FFFFFF;
	margin-bottom: 5px;
}
.search .continue {
	height: auto;
	max-height: auto;
	border: 1px outset;
	background: #EFEFEF;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}


/* ## */

.login {

}
.login .content {

}
.login .field {
	width: 100px;
	border: 1px inset;
	background: #FFFFFF;
	margin-bottom: 5px;
}
.login .continue {
	height: auto;
	max-height: auto;
	border: 1px outset;
	background: #EFEFEF;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}

/* ## */

#left_sidebar {
	direction: rtl;
}
#left_sidebar .left_sidebar_box_bids_status {
	background-image: url(/images/global/blue_filled_container_background.gif);
	width: 160px;
	height: 90px;
}
#left_sidebar .left_sidebar_box_bids_status * {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#left_sidebar .left_sidebar_box_bids_status .container {
	padding: 9px 5px 0 10px;
}
#left_sidebar .left_sidebar_box_bids_status .number {
	font-size: 14px;
}

/* ## */

#footerbar {
	height: 40px;
}
#footerbar .categories {
	direction: rtl;
}
#footerbar .categories td {
	text-align: center;
	padding: 5px;
}
#footerbar .categories a {
	display: block;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
#footerbar .categories a:hover {
	text-decoration: none;
}
#footerbar .categories a.selected {
	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 .auction_box {
	text-align: center;
	width: 110px;
	background-image: url(/images/global/home_categories_container_background.gif);
	background-repeat: repeat-y;
}
#group .auction_box .outer_container {
	width: 110px;
}
#group .auction_box .inner_container {
	direction: rtl;
	text-align: right;
	padding: 8px 10px 4px 10px;
}
#group .auction_box .box_footer {
	height: 6px;	
	font-size: 1px;
	background-image: url(/images/global/home_categories_container_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#group .auction_box a {
	color: #006C92;
	font-size: 12px;
	line-height: 15px;
}

#group .auction_box span {
	color: #F5821F;
	font-weight: normal;
	font-size: 9px;
}
#group .auction_box_spacer {
	width: 10px;
	height: 10px;
	font-size: 1px;
}
#group .auction_box .t_title {
	text-align: center;
    font-weight: bold;
	height: 20px;
	background-image: url(/images/global/home_categories_container_title.gif);
	background-repeat: no-repeat;
}
#group .auction_box .t_title a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
#group .auction_box .t_title_icon_container {
	position: relative;
	top: -26px;
	left: 7px;
}
#group .auction_box .t_title_icon {
	position: absolute;	
}
#group .auction_box .t_title_icon img {
	width: 22px;
	height: 22px;
}

/* ## */

#group .auctions .phone_container {
	position: absolute;
}
#group .auctions .phone_inner_container {
	background: #FFF9DF;
	width: 220px;
	border: 1px solid #FFE88A;
	position: relative;
	top: 5px;
}
#group .auctions .phone_container table {
	width: 100%;
}
#group .auctions .phone_container td {
	direction: rtl;
	padding: 0 5px 5px 5px;
	line-height: 20px;
	height: 20px;
	border: none !important;
}
#group .auctions .phone_container .pc_title {
	font-weight: bold;
	background: #FFE88A;
	text-align: center;
	padding: 5px;
	margin: 0 0 5px 0;
}
#group .auctions .phone_container .right_column {
	font-weight: bold;
}
#group .auctions .phone_container .left_column {
	direction: ltr;
	text-align: left;
}

/* ## */

#group .thumbnails .product {
	width: 100%;
}
#group .thumbnails .product a {
	color: #006C92;
}
#group .thumbnails .product .outer_container {

}
#group .thumbnails .product .inner_container {
	padding: 10px;
}

#group .thumbnails .product .image {
    margin-bottom: 5px;
}

#group .thumbnails .product .t_title {
	text-align: right;
    font-weight: bold;
	padding-bottom: 5px;
	color: #006C92;
}
#group .thumbnails .product .t_description {
	margin: 5px;
	text-align: right;
	color: #006C92;
}

/* ## */

#group .column_spacer {
	width: 10px;
	float: right;
}
#group .row_spacer {
	height: 10px;
}

/* ## */

.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 .auctions {
	width: 100%;
}
#group .auctions td {
	vertical-align: middle;
	padding: 0 5px 0 5px;
	height: 40px;
}
#group .auctions .table_title_row td {
	height: 25px;
	text-align: center;
	font-weight: bold;
}
#group .auctions .first_row {
	background: #FFFFFF;
}
#group .auctions .second_row {
	background: #EFEFEF;
}
#group .auctions .first_row td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #EFEFEF;
}
#group .auctions .second_row td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #EFEFEF;
}
#group .auctions .first_row .right_cell {
	border-right: 1px solid #FFFFFF;
	width: auto;
}
#group .auctions .first_row .left_cell {
	border-left: 1px solid #FFFFFF;
	width: auto;
}
#group .auctions .first_row .note_cell {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#group .auctions .second_row .right_cell {
	border-right: 1px solid #EFEFEF;
	width: auto;
}
#group .auctions .second_row .left_cell {
	border-left: 1px solid #EFEFEF;
	width: auto;
}
#group .auctions .second_row .note_cell {
	border-right: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
}

#group .auctions .best_bid_cell div {
	font-weight: bold;
	color: #F5821F;
	text-align: center;
}

/* ## */

#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: #E10000;
}

#specific_product .price {
	font-weight: bold;
}
#specific_product .add_button {
	border: 1px outset;
	font-weight: bold;
	color: #000000;
	background-color: #E10000;
	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 {
	width: 100%;
}
#checkout * {
	text-align: right;
}
#checkout .container {
	direction: rtl;
}
#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: 100%;
}
#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: #00AFF0;
	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 {
	font-weight: bold;
	direction: rtl;
}
#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;
}

/* ## */

#auction {

}
#auction .title {

}
#auction .description {

}
#auction .note {
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
}

#auction .first_row {
	background: #FFFFFF;
}
#auction .second_row {
	background: #EFEFEF;
}
#auction .first_row td {
	border-right: 1px solid #E0E0E0;
}
#auction .second_row td {
	border-right: 1px solid #E0E0E0;
}
#auction .first_row .right_cell {
	border-right: 1px solid #FFFFFF;
	width: auto;
}
#auction .first_row .left_cell {
	border-left: 1px solid #FFFFFF;
	width: auto;
}
#auction .first_row .note_cell {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#auction .second_row .right_cell {
	border-right: 1px solid #EFEFEF;
	width: auto;
}
#auction .second_row .left_cell {
	border-left: 1px solid #EFEFEF;
	width: auto;
}
#auction .second_row .note_cell {
	border-right: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
}

#auction .winner_row_high * {
	background-color: #DCF1BC;
	font-weight: bold;
}
#auction .winner_row_high td {
	border-top: 1px solid #7AB505;
}
#auction .winner_row_high td.right_cell {
	border-right: 1px solid #7AB505;
	width: auto;
}
#auction .winner_row_high td.left_cell {
	border-left: 1px solid #7AB505;
	width: auto;
}

#auction .winner_row_note * {
	background-color: #DCF1BC;
	font-weight: bold;
}
#auction .winner_row_note td {
}
#auction .winner_row_note td.note_cell {
	border-right: 1px solid #7AB505;
	border-left: 1px solid #7AB505;
	
}

#auction .winner_row_low {
	background-color: #DCF1BC;
}
#auction .winner_row_low * {
	font-weight: bold;
}
#auction .winner_row_low td {
	border-top: 1px solid #7AB505;
}
#auction .winner_row_low td.right_cell {
	border-right: none;
	width: auto;
}
#auction .winner_row_low td.left_cell {
	/*border-left: 1px solid #7AB505;*/
	border-left: none;
	width: auto;
}

#auction .bids {
}
#auction .bids table {
	width: 100%;
	border-collapse: collapse;
}
#auction .bids table td {
	border-right: 1px solid #E0E0E0;
	vertical-align: middle;
}
#auction .bids table div {
	text-align: right;
	direction: rtl;
	padding: 5px;
}

#auction .bids .bid {
	color: #F5821F;
	font-weight: bold;
}
#auction .bids .best_bid {
	color: #F5821F;
	font-weight: bold;
}

#auction .lowest_bid_box {
	margin: 0 10px 0 0;
	width: 130px;
	height: 60px;
	background-image: url(/images/global/lowest_bid_background.gif);
}
#auction .lowest_bid_box .container {
	padding: 5px;
}
#auction .lowest_bid_box .container div {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#auction .closing_time_box {
	margin: 0 10px 0 0;
	width: 130px;
	height: 60px;
	background-image: url(/images/global/tender_closing_time_background.gif);
}
#auction .closing_time_box .container {
	padding: 5px;
}
#auction .closing_time_box .container div {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	direction: rtl;

}

#auction .submit_bid_box {
	margin: 0 10px 0 0;
	width: 130px;
	height: 60px;
	background-image: url(/images/global/submit_bid_background.gif);
}
#auction .submit_bid_box .container {
	padding: 5px;
	cursor: pointer;
}
#auction .submit_bid_box .container div {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	direction: rtl;

}

/* ## */

#my-account .welcome {
	direction: rtl;
	font-weight: bold;
}
#my-account .description {

}

#my-account .tabs {
	border-bottom: 10px solid #7AB505;	
	margin-bottom: 10px;
	width: 100%;
}

#my-account .tabs a {
	display: block;
	width: 100px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	background-image: url(/images/global/my-account_tab_up.gif);
}
#my-account .tabs a:hover {
	/* Defined in the template itself with onMouseOver/Out */
	color: #FFFFFF;
	
}
#my-account .tabs a.selected {
	background-image: url(/images/global/my-account_tab_selected.gif);
	color: #FFFFFF;
	font-weight: bold;	
}

/* ## */

#my-account form .left_column {
	text-align: right;
	direction: rtl;
	width: 100px;
	font-weight: bold;
}

#my-account form .middle_column {
	text-align: right;
	direction: rtl;
	width: 260px;
}
/*
#my-account form .right_column {
	text-align: right;
	direction: rtl;
	width: 100px;
}
*/
#my-account .input_title {
	font-weight: bold;
	direction: rtl;
	text-align: right;
}
#my-account input,textarea,select {
	text-align: right;
	direction: rtl;
	width: 180px;
	margin-bottom: 10px;
}
#my-account .field_long {
	width: 370px;
}
#my-account input.checkbox {

}
#my-account input.radio {
	width: auto;
	background: none;
	border: none;
}
#my-account label {
	font-weight: normal;
}

#my-account .button {
	border: 1px outset;
	background: #EFEFEF;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
	width: auto;
}
#my-account .submit {
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
	width: auto;
}

#my-account .button_image {
	width: 80px;
	height: 20px;	
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

#my-account .save_winners {
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	/*
	border: 1px solid #CCCCCC;
	background: #EFEFEF;
	*/
	padding: 10px;
}
#my-account .save_winners div {
	padding: 0;
	text-align: right;
	direction: rtl;
	border: 0;
}
#my-account .save_winners .lock_date {
	font-weight: bold;
	padding-bottom: 10px;
}
#my-account .save_winners table {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#my-account .save_winners table .title_row * {
	font-weight: bold;
	padding: 0;
}
#my-account .save_winners table td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}

#my-account #auction .auctions {
}
#my-account #auction .auctions table {
	border-collapse: collapse;
}
#my-account #auction .auctions table div.row {
	text-align: center;
	direction: rtl;
	padding: 15px 5px 0 5px;
}
#my-account #auction .auctions table .title_row div {
	padding: 0 5px 0 5px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	height: 30px;
}

#my-account #auction .auctions .bid {
	color: #F5821F;
	font-weight: bold;
}
#my-account #auction .auctions .best_bid {
	color: #F5821F;
	font-weight: bold;
}

/* ## */

#my-account .ads {

}
#my-account .ads table {
	width: 100%;
}
#my-account .ads td {
	vertical-align: middle;
	padding: 5px;
}
#my-account .ads div {
	text-align: center;
}
#my-account .ads .table_title_row td {
	text-align: center;
	font-weight: bold;
}
#my-account .ads .first_row {
	background: #FFFFFF;
}
#my-account .ads .second_row {
	background: #EFEFEF;
}
#my-account .ads .first_row td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #EFEFEF;
}
#my-account .ads .second_row td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #EFEFEF;
}
#my-account .ads .first_row .right_cell {
	border-right: 1px solid #FFFFFF;
	width: auto;
}
#my-account .ads .first_row .left_cell {
	border-left: 1px solid #FFFFFF;
	width: auto;
}
#my-account .ads .second_row .right_cell {
	border-right: 1px solid #EFEFEF;
	width: auto;
}
#my-account .ads .second_row .left_cell {
	border-left: 1px solid #EFEFEF;
	width: auto;
}
#my-account .ads #disabled * {
	color: #999999;
}

/* ## */

#user {
}
#user .description {
	padding-bottom: 10px;	
}
#user .field {
	width: 100%;
}
#user .message {
	width: 100%;
	height: 50px;
	padding: 0 2px 0 2px;
}

/* ## */

.sort {
	height: 25px;
}
.sort div,label {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}
.sort label {
    cursor: pointer;
}
.sort label img {
    width: 7px;
    height: 10px;
	position: relative;
	top: 2px;
}
.sort label img.sort_by_parent_group_title {

}
.sort label img.sort_by_group_title {

}
.sort label img.sort_by_location {

}
.sort label img.sort_by_title {

}
.sort label img.sort_by_best_bid {

}

.sort label img.sort_by_full_name {

}
.sort label img.sort_by_email {

}
.sort label img.sort_by_address {

}
.sort label img.sort_by_phone {
   
}

.sort label img.sort_by_score {

}

.indicator__order {
    position: relative;
    top: 1px;
    left: 1px;
}

/* ## */

.sponsored_link {
	
}
.sponsored_link .sl_title {
	font-weight: bold;
}
.sponsored_link a {
	color: #F5821F;
}
.sponsored_link a:hover {
	text-decoration: none;
}

/* ## */

.above_menubar_links {
	width:100%;
	margin:5px 0 5px 15px;
}
.above_menubar_links a {
	color: #999999;
	text-decoration: underline;
}
.above_menubar_links a:hover {
	text-decoration: none;
}
.above_menubar_links img {
	margin-right: 10px;
}

/* ## */

#form {
	
}
#form .input_title {
	font-weight: bold;
}
#form .field {
	margin-bottom: 10px;	
}
#form .radio {
	position: relative;
	top: 4px;
}

/* ## */

#article {

}
#article .left_part {
	width: 8px;
	height: 20px;
	line-height: 20px;
	background-image: url(/images/global/corner_left_blue.gif);
	background-repeat: no-repeat;
}
#article .middle_part {
	background-color: #00AFF0;	
	height: 20px;
	line-height: 20px;
}
#article .middle_part .title {
	background-color: #00AFF0;	
	margin: 0 !important;
	text-align: right;
	font-weight: bold;
}
#article .middle_part h1 {
	background-color: #00AFF0;	
	margin: 0 !important;
	text-align: right;
	font-weight: bold;
}
#article .right_part {
	width: 8px;
	height: 20px;
	line-height: 20px;
	background-image: url(/images/global/corner_right_blue.gif);
	background-repeat: no-repeat;
}
#article .thumb {
    width: 120px;
    /*height: 90px; */
    margin: 0 0 0 10px;
}
#article .a_title {
    font-weight: bold;
    font-size: 14px;
}
#article .sub_title {
    font-weight: bold;
    font-size: 14px;
}
#article .published_by {
    font-weight: bold;
    color: #194395;
    padding-bottom: 5px;
}
#article a.action {
    display: block;
    background-image: url(/images/global/button_blue_background.gif);
    width: 80px;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-right: 1px;
}
#article a:hover.action {
    text-decoration: none;
}
#article .link_to_article {
    width: 60px;
}
#article .link_to_article a {
    display: inline;
    font-weight: bold;
    color: #194395;
    padding-bottom: 5px;
}

 /* Auction - Facebook share button (classes added dynamically by the FB script) */
.FBConnectButton, .FBConnectButton_Text {background:transparent !important;padding:0 !important;margin:0 !important;height:30px !important;overflow:hidden !important;border:0 !important;}

