/*** Responsive CSS - updated 21.07.2013 ***/

/* ### General Tags Styling ### */
html, body {
    font-family:Arial, Helvetica, sans-serif;
    direction:ltr;
    text-align:left;
}


body * {
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
}
body {
    font-size:14px;
    background:url(body_bg.gif) repeat-x center top #fff;
	line-height:1.2em;
	direction:ltr;
	text-align:left;
	overflow-y:auto;
	/*overflow-x:hidden;*/
	width:100%;
}

.orange{
	color:#FA6D15;
}

.h1, .H1 { /* site fonts */
	font-size:50px;
	font-weight:bold;
	color:#000000;
}
.h2, .H2 { /* siteSubName */
	font-size:18px;
	font-weight:bold;
	color:#000000;
}	
.h3, .H3 { /* flow text - main */
	font-size:14px;
	color:#363636;
	line-height:1.2em;
    text-align:left;
    direction:ltr;
}
.h4, .H4 { /* flow text */
	font-size:12px;
	font-weight:bold;
	color:#9A9A9A;
}
.h5, .H5 { /* articleTitle */
	font-size:14px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	padding:3px 10px 3px 3px;
	background-color:#FFFFFF;
}
td.H5, td.h5 {
	height:25px;
}
.h6, .H6 { /* articleTd */
	font-size:12px;
	color:#666666;
	text-decoration:none;
	padding:6px;
	right: auto;
	background-color:#CCCCCC;
}
.h7, .H7 { /* side menu header */
	font-size:18px;
	color:#666666;
	text-decoration:none;
	display:none;
	padding:0 25px 0 0;
}

a {
	color:#FA6D15;
}
a:hover {
	color:#333;
}
form {
	display:inline;
}
.strike {
	text-decoration: line-through;
}
.bold, .required {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.ltr {
	direction:ltr;
	text-align:left;
}
.rtl {
	direction:rtl;
	text-align:right;
}
ul li {
	list-style-type:none;
	background-repeat:no-repeat;
}

ul li{
	padding:0 12px 0 0;
	background-image:url(liBullet.png);
	background-position:right 7px;
	background-repeat:no-repeat;
}
/*.tablePageFormat ul li div{
	display:inline;
}*/
.tableWidth td {
	vertical-align:top;
}
.responsiveBlock {
	vertical-align:top;
	display:inline;
}


/* ### Dimensions ### */

#HResponsive {
	text-align:left;
	position:relative;
	z-index:1;
	width:100%;
	margin:0 auto;
	display:block;
}
#FResponsive {
	text-align:center;
	width:100%;
	margin:0 auto;
	padding:30px 0px 0;
	display:block;
}
#UHResponsive{
    text-align:center;
	width:977px;
	margin:0px auto 0px auto;
	padding:0px 0px 0;
	display:block;
    min-height:128px;
}
.maintable, .mainTable  {
	width:100%;
	margin:0 auto;
    background:url(top_buildings_bg.png) no-repeat center top;
}
.mainTable3{
	width:977px;
	margin: 40px auto 0px auto;
}
.mainTable_3{
	width:100%;
}
.mainTable3 .tableWidth {
	width:100%;
}
.tablePageTitle, .tablePageFormat {
	width:100%;
}
.tablePageFormat .tdPageFormatW{
	width:0;
}
.tdPageTitle {
	padding: 10px 0 10px 42px !important;
    background: url(title_bullet2.png) no-repeat left center;    
}
.tdPageTitle h1, .tdPageTitle {
	font-size:26px;
	line-height:inherit;
	padding:0;
	color:#474747;
}
.tableWidth .tdMenuSideWidth {
	width:232px;
}
.tableWidth .tdDividerWidth {
	width:26px;
}
#ProTResponsive {
	width:100%;
	display:block;
}
/* ### Spacing & Borders ### */
body {
	line-height:1.3em;
	font-size:14px;
}
h1 {
	font-size:24px;
	padding:5px 0;
}
input, textarea, select {
	font-size:inherit;
	font-family:inherit;
}
input[type="text"], input[type="password"], textarea, select {
	border-style:solid;
	width:100%;
}
input[size="1"] {
	width:auto;
}
input[type="submit"], input[type="button"] {
	border:none;
	cursor:pointer;
}
.filedText {
	margin:3px 0;
	font-size:14px;
	color:#333;
	border:1px solid #bbb;
}
.submitButton {
    border:0px;
    border-radius:5px;
    background:#ffb400;
    font:bold 20px arial;
    color:#fff;
    text-shadow: 1px 1px 3px #855e00;
    min-width:150px;
    text-align:center;
    padding: 3px 0px 7px 0px;
    -moz-box-shadow: 1px 1px 5px #333;
    -webkit-box-shadow: 1px 1px 5px #333;
    box-shadow: 1px 1px 5px #333;
    margin: 10px auto 13px auto;
}
.submitButton:hover{
    background:#00477d;
}
a.submitButton:hover{
	color:#fff;
	padding:8px 15px;
}
.tablePageFormat {
	border-radius:3px;
	-moz-border-radius:3px;
	margin-bottom:5px;
}
.tablePageTitle {
	margin-bottom:20px;
    border-bottom: 1px solid #23a6dc;
}
/* ---=== PAGES RULER ===--- */
.resultsSummaryHolder {
	width:100%;
}
.resultsSummaryHolder .resultSummary {
	width:100%;
}
.resultsSummaryHolder .resultSummary td {
	font-size:13px;
	text-align:center;
	color:#444;
}
.pageButtons {
	text-align:center;
	margin:5px 0 15px;
}
.pageButtons a {
	background-color:#eee;
	border:solid 1px #ccc;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#666;
	text-decoration:none;
	padding:3px 5px 0;
	margin:0 3px !important;
	height:21px !important;
	width:auto !important;
	text-align:center;
	vertical-align:bottom;
	background-position:center;
	background-repeat:no-repeat;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#eee));
	background: -webkit-linear-gradient(top, #eee, #f6f6f6);
	background: -moz-linear-gradient(top, #eee, #f6f6f6);
	background: -ms-linear-gradient(top, #eee, #f6f6f6);
	background: -o-linear-gradient(top, #eee, #f6f6f6);
}
.pageButtons a:hover, .pageButtons a.currentPage {
	border-color:#aaa;
	color:#444;
	background-color:#ddd;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ddd));
	background: -webkit-linear-gradient(top, #ddd, #eee);
	background: -moz-linear-gradient(top, #ddd, #eee);
	background: -ms-linear-gradient(top, #ddd, #eee);
	background: -o-linear-gradient(top, #ddd, #eee);
}
.pageButtons a.currentPage {
	font-weight:bold;
	border-color:#999;
}
.pageButtons a.end, .pageButtons a.start, .pageButtons a.next, .pageButtons a.previous {
	width:17px !important;
	height:21px !important;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center;
	border:none;
}

/* ---=== SBAN ===--- */

#topbar{ /* Start side baner-sban.swf  And OPEN top banner*/
	position:absolute;
	border: 0px solid black;
	width: 127px;
	visibility: hidden;
	z-index: 100;
	top:60px;
}
.sban{
	width:127px;
	height:126px;
}

/* CategoryBAN */

.CategoryBAN{
	width:100%;
	display:block !important;
	padding:10px 0;
}
.CategoryBAN #BAN1{
	width:100%;
}
.CategoryBAN #BAN1 img{
	width:100%;
}


/* Genral Elements */

.errorText {
	color:#FA6D15;
	font-size:16px;
	font-weight:bold;
}
.quantityDiv .button {
	border:none;
	vertical-align:top;
}
.minButton {
	padding:7px 5px;
	margin:5px 0;
	cursor:pointer;
}
.minButton span {
	color:#fff;
	font-weight:bold;
}
.minButton span:before {
	content:'+';
	width:1em;
	height:2px;
	margin-left:10px;
	display:inline-block;
}

/* Designable Inputs */
.designableInput {
	position:relative;
}
.designableInput .selected_opt {
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	color:#333;
	padding:5px 10px;
	font-size:14px;
	cursor:pointer;
	-moz-box-shadow: 2px 2px 2px #444 inset;
	-webkit-box-shadow: 2px 2px 2px #444 inset;
	box-shadow: 2px 2px 2px #444 inset;
}
.designableInput.open .selected_opt {
	background-color:#e6e6e6;
}
.designableInput .option span {
	display:block;
	text-align:left;
	width:100%;
}
.designableInput .options {
	position:absolute;
	z-index:10;
	background-color:#eee;
	width:100%;
	height:150px;
	overflow-y:auto;
}
.designableInput .options .option {
	padding:3px 15px;
	margin-bottom:1px;
	color:#555;
	cursor:pointer;
}
.designableInput .options .option.selected, .designableInput .options .option:hover {
	background-color:#ccc;
}
.block_buttons .designableInput {
	display:inline-block;
}
.designableInput .input.radio, .designableInput .input.checkbox {
	display:inline-block;
}
.designableInput .input.radio .option, .designableInput .input.checkbox .option {
	background-color:#eee;
	border:solid 1px #e5e5e5;
	padding:5px 10px;
	cursor:pointer;
}
.designableInput .input.radio .option:hover,  .designableInput .input.checkbox .option:hover {
	background-color:#ddd;
	border:solid 1px #d2d2d2;
}
.designableInput.selected .input.radio .option,  .designableInput.selected .input.checkbox .option {
	background-color:#444;
	border:solid 1px #333;
	color:#eee;
	cursor:pointer;
}
.designableInput.selected .input label {
	cursor:pointer;
} 


/* ### Formats ### */

/* Articles - 1 in line */
#ARC .productMainDiv { /* article's main table */
	margin:0 0 20px;
	border:1px solid #ccc;
    border-radius:10px;
}
#ARC .productMainDiv:hover{
	background-color:#f5f5f5;
}
#ARC .productMainDiv  .productMainTable {
	width:98%;
	margin:0 1%;
}
#ARC .picarcTD{
	vertical-align:top;
}
#ARC .arcBrief{
	vertical-align:top;
	padding:0 0 5px;
}
#ARC .productTitleDivider{
	width:1%;
}
#ARC .productMainTable .productTitleBG  {
	text-decoration:none;
	height:auto;
	padding:5px 0px 10px 0px;
}
#ARC .productMainTable .productName { /* title background with FULL height and no padding */
	height:auto;
}
#ARC .productMainTable a.productName { /* title name with padding and partial height ( = full height - top & bottom padding) */
	font-size:20px;
	text-decoration:none;
	color:#23a6dc;
}
#ARC .productMainTable a.productName:hover {
	color:#000;	
}
#ARC .productMainTable a.productlinkS{ /* read more button */
	font-size:14px;
	color:#0078aa;
	font-weight:bold;
	text-decoration:none;
	float:right;
	padding:0px;
}
#ARC .productMainTable a.productlinkS:before{
	content:'+';
	font-size:13px;
	font-weight:bold;	
}
#ARC .productMainTable .productlinkS:hover{
	color:#FA6D15;
}

#ARC .arcBrief a.pdf{
	font-size:13px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	padding:2px 23px 2px 0;
	display:block;
	background-image:url(icon_document_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
#body11393 #ARC .arcBrief a.pdf{
	display:inline-block;
}
#ARC .arcBrief a.pdf:hover{
	color:#FA6D15;
}
#ARC .arcBrief a.toSite, #ARC .arcBrief a.toSite2{
	font-size:13px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	padding:2px 23px 2px 0;
	display:block;
	background-image:url(icon_hyperlink_black.png);
	background-position:right;
	background-repeat:no-repeat;
	float:none;	
}
#ARC .arcBrief a.toSite:before{
	content:"";
}
#ARC .arcBrief a.toSite2:before{
	content:"";
}
#ARC .arcBrief a.toSite:hover{
	color:#FA6D15;
}

#arclinks a{
}
#arclinks{
	text-align:left;
}

#ARC .dateDiv{
	border-left: 1px dashed #888888 !important;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 5px;
	padding: 0 0 0 7px;
}

/* Articles - 2 in line */
.spaceProducts2 {
	width:5%;
}
#ARC2 .arcsHolder {
	background-color:transparent;
	border:none;
	width:100%;
}
#ARC2 .productMainDiv { /* article's main table */
	width:100%;
    min-height:170px;
	margin:0 0 20px;
	box-shadow: 1px 1px 3px #767676;
    -moz-box-shadow: 1px 1px 3px #767676;
    -webkit-box-shadow: 1px 1px 3px #767676;
    border: 1px solid #fff;
    border-radius:8px;
}
#ARC2 .productMainDiv:hover { /* article's main table */
    background:#f7f7f7;
}
#ARC2 .productMainDiv  .productMainTable {
	margin:0 auto;
	width:98%;
}
#ARC2 .productMainTable .h3 {
	margin:0px;
}
#ARC2 .productTitleDivider {
	width:2%;
}
#ARC2 .productMainTable .productTitleBG  {
	text-decoration:none;
	height:auto;
	padding:5px 0;
}
#ARC2 .productMainTable .productName { /* title background with FULL height and no padding */
	height:auto;
}
#ARC2 .productMainTable a.productName { /* title name with padding and partial height ( = full height - top & bottom padding) */
	display:inline-block;
    padding: 5px 8px 5px 0px;
    font: normal 18px arial;
    color:#006994;
}
#ARC2 .productMainTable a.productName:hover {
	color:#222;	
}
#ARC2 .productMainTable a.productlinkS{ /* read more button */
	font-size:13px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	float:right;
	padding:0px;
}
#ARC2 .productMainTable a.productlinkS:before{
	content:'+';
	font-size:13px;
	font-weight:bold;	
}
#ARC2 .productlinkS:hover{
	color:#222;
}

#ARC2 td {
	vertical-align:top;
}
#ARC2 .arcsHolder td:first-child{
	width:45%;
}
#ARC2 td.spaceProducts2{
	vertical-align:top;
	width:9%;
}
#ARC2 .picarcTD{
display: inline-block;
    padding: 5px 0 0;
    vertical-align: top;
    width: 100%;
    margin-bottom: 8px;
}
#ARC2 .picarcTD img{
    width:100%;
}
#ARC2 .infoTd{
 display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
}
#ARC2 .textBesidePic {
	margin:0 auto 2%;
	width:93%;
    display:block;
}
#ARC2 .arcproductDetails .productDetails iframe{
	margin:0 auto;
	display:block;
}
.arcLookup #loadarea{
	width:480px !important;
}
.arcLookup #loadarea2{
    width:480px !important;
}
.thumbsHolderTable{
    width:480px !important;
}
.arcLookup #loadarea img{
	width:100% !important;
}
.arcLookup .submitButton{
	float:right;
	margin:10px 0 0 0;
}

/* Articles - 2 in line - New */

.display1 .productMainTable .tdToDiv{
    width:100%;
    margin:0\9;
    margin:0 !important;
    display:inline-block;
    vertical-align:top;
}
.display2 .productMainTable .tdToDiv{
    width:47%;
    margin:0 5px 10px\9;
    margin:0 1% 10px !important;
    display:inline-block;
    vertical-align:top;
}
.display3 .productMainTable .tdToDiv{
    width:30%;
    margin:0 5px 10px\9;
    margin:0 1% 10px !important;
    display:inline-block;
    vertical-align:top;
}
.display4 .productMainTable .tdToDiv{
    width:22%;
    margin:0 5px 10px\9;
    margin:0 1% 10px !important;
    display:inline-block;
    vertical-align:top;
}
.display4 .picarcTD{
    padding:0 0!important;
    width:100% !important;
    display:inline-block;
    vertical-align:top;
}
.display4 .infoTd{
	padding:0px;
    display:inline-block;
    width:100% !important;
    vertical-align:top;
}
/* Last Arc */

#lastARCdiv .lastARC{
	width:100%;
	margin:0 0 10px;
	background-color:#ransparent;
}
#lastARCdiv .lastARC:hover{
	background-color:#f4f4f4;
}
.lastARC .productTitleBG  {
	text-decoration:none;
	height:auto;
	padding:5px 0;
}
.lastARC .productTitleBG a.productName { /* title name with padding and partial height ( = full height - top & bottom padding) */
	font-size:20px;
	text-decoration:none;
	color:#23a6dc;
	padding:0 5px 0 0;
}
.lastARC .productTitleBG a.productName:hover {
	color:#000;	
}
.lastARC a.productlinkS{ /* read more button */
	font-size:14px;
	color:#0078aa;
	font-weight:bold;
	text-decoration:none;
	float:right;
	padding:0px;
	margin:0 10px 0px 0;
}
.lastARC a.productlinkS:before{
	content:'+';
	font-size:13px;
	font-weight:bold;	
}
.lastARC .productlinkS:hover{
	color:#222;
}
.lastARC .picarcTD .picarc{
	display:block;
	margin:0 8px 0 0;
    width:78px;
    height:auto;
}
.lastARC .productTitleDivider{
	width:0;
}
.lastARC td.H3{
	padding:0 10px;
}
.lastARC td.H3 a.productlinkS{
	margin:0;
}
.lastARC a.pdf, .lastARC a.toSite, .lastARC a.toSite2{
	padding:3px 23px 2px 0px;
	float:none;
}
.lastARC td.H3 a.productlinkS:before{
	display:none;
}



/* Arcs right Left */

.otherInCategoryDiv{
    width:100%;    
}
.otherInCategoryDiv .scrollDiv{
    height:250px;
	width:748px;
	/*margin:0 auto;*/
	position:relative;
	overflow:hidden;
	display:block;
}
.otherInCategoryDiv .scrollDiv .clipDiv {
    width:96%;
	margin:0 auto;
	height:220px;
	overflow:hidden;
	position:relative;
	background-color:#f5f5f5;
	-moz-box-shadow:  0px 3px 3px #aaa;
	box-shadow:  0px 3px 3px #aaa;
	-webkit-box-shadow: 0px 3px 3px #aaa;
}
.otherInCategoryDiv .scrollDiv li {
    width:270px;
	background-image:none;
	padding:0;
	margin:10px 0 0 10px;
}
.otherInCategoryDiv .scrollDiv li .arcDiv{
    width:100%;
    margin:0;
    padding:0;
    float:none;
    background-color:transparent;
}
.otherInCategoryDiv .scrollDiv li .arcDiv .productMainDetails{
    width:100%;
    margin:0;
    border:none;
    height:120px;
    position:relative
}
.otherInCategoryDiv .scrollDiv li .arcDiv .productMainDetails .productPicDiv{
    width:100%;
    margin:0;
    border:none;
    height:95px;
    overflow:hidden;
    position:absolute;
    top:0;
}
.otherInCategoryDiv .scrollDiv li .arcDiv .productMainDetails .productNameDiv{
    width:100%;
    margin:0;
    border:none;
    height:25px;
    overflow:hidden;
    position:absolute;
    bottom:0;
    padding:5px 0 0 ;
}
.otherInCategoryDiv .scrollDiv li .arcDiv .productTextDiv{
    width:100%;
    height:42px;
    overflow:hidden;
    background:none;
}
.otherInCategoryDiv .scrollDiv li .arcDiv .productInfoDiv{
    width:100%;
}
.otherInCategoryDiv .scrollDiv .nextBtn {
    position:absolute;
	display:block;
	bottom:0;
	left:47%;
	z-index:99;
	text-decoration:none;
	cursor:pointer;
	color:#4d4d4d;
	width:2%;
	text-align:center;
    font-size:22px;
}
.otherInCategoryDiv .scrollDiv .prevBtn {
	position:absolute;
	display:block;
    cursor:pointer;
	bottom:0;
	right:47%;
	z-index:98;
	color:#4d4d4d;
	width:2%;
	text-align:center;
    font-size:22px;
}
.otherInCategoryDiv .scrollDiv .prevBtn:hover, .otherInCategoryDiv .scrollDiv .nextBtn:hover{
    color:#FA6D15;
}


/* INDEX */
.cardTableBG{
	width:100%;
	background-color:#eee;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#ccc));
	background: -webkit-linear-gradient(top, #ccc, #f5f5f5);
	background: -moz-linear-gradient(top, #ccc, #f5f5f5);
	background: -ms-linear-gradient(top, #ccc, #f5f5f5);
	background: -o-linear-gradient(top, #ccc, #f5f5f5);
	border:none;
	-moz-box-shadow: 0px 4px 3px #bbb;
	-webkit-box-shadow: 0px 4px 3px #bbb;
	box-shadow: 0px 4px 3px #bbb;
	margin:0 0 10px;
	border:1px solid #fff;
}
.cardTableBG .cardTable{
	width:100%;
}
.cardTableBG .cardTable .CardtdLogo{
	width:15%;
	display:inline-block;
	vertical-align:top;
}
.cardTableBG .cardTable .CardtdLogo .cardlogo{
	width:92%;
	margin:5% 4%;
	margin:3px 5px\9;
	max-width:140px
}
.cardTableBG .cardTable .CardtdProfile{
	width:67%;
	display:inline-block;
	vertical-align:top;
}
.cardTableBG .cardTable .CardtdProfile .details{
	width:96%;
	margin:1% 2%;
	margin:3px 5px\9;
}
.cardTableBG .cardTable .CardtdProfile .details .profile{
	font-size:15px;
	color:#333;
	display:inline-block;
	margin:0 0 10px;
}
.cardTableBG .cardTable .CardtdProfile .details .profile h2 a{
	font-size:18px;
	color:#333;
	text-decoration:none;
	text-shadow:1px 1px 0px #fff;
}
.cardTableBG .cardTable .CardtdProfile .details .profile h2 a:hover{
	color:#FA6D15;
}

.cardTableBG .cardTable .CardtdProfile .details .phone li{
	background-position:right;
	background-repeat:no-repeat;
	padding:0 20px 0 0;
	font-weight:bold;
	display:inline-block;
	margin:0 0 0 10px;
}
.portallookup_taf .phone li{
	font-weight:normal;
	display:block;
	margin:0 0 0 0;
	padding:3px 23px 3px 0;
}
.cardTableBG .cardTable .CardtdProfile .details .phone li:before, .portallookup_taf .phone li:before{
	display:none;
}
.cardTableBG .cardTable .CardtdProfile .details .phone li.icon1, .portallookup_taf .phone li.icon1{
	background-image:url(icon_phone_black.png);
	background-position:right;
}
.cardTableBG .cardTable .CardtdProfile .details .phone li.icon2, .portallookup_taf .phone li.icon2{
	background-image:url(icon_cell_black.png );
	background-position:right;
}
.cardTableBG .cardTable .CardtdIcons{
	width:16%;
	display:inline-block;
	vertical-align:top;
}
.cardTableBG .cardTable .CardtdIcons .icons{
	width:100%;
	margin:5px 0 0 0;
}
.cardTableBG .cardTable .CardtdIcons .icons li:before, .portallookup_taf .icons li:before{
	display:none;
}
.cardTableBG .cardTable .CardtdIcons .icons li, .portallookup_taf .icons li{
	background-position:right;
	background-repeat:no-repeat;
	padding:3px 23px 3px 0;
}
.cardTableBG .cardTable .CardtdIcons .icons li a, .portallookup_taf .icons li a{
	text-decoration:none;
	font-size:14px;
	color:#333;
}
.cardTableBG .cardTable .CardtdIcons .icons li a:hover,
.portallookup_taf .icons li a:hover{
	color:#FA6D15;
}
.portallookup_taf .tablePageFormat .submitButton{
	float:left;
}
.cardTableBG .cardTable .CardtdIcons .icons li.icon1, .portallookup_taf .icons li.icon1{
	background-image:url(icon_info_black.png);
}
.cardTableBG .cardTable .CardtdIcons .icons li.icon2, .portallookup_taf .icons li.icon2{
	background-image:url(icon_hyperlink_black.png);
}
.cardTableBG .cardTable .CardtdIcons .icons li.icon4, .portallookup_taf .icons li.icon4{
	background-image:url(icon_mail_black.png);
}


/* Articles - FAQ (& forum) */

.mypets { /*header of 1st demo*/
	cursor: pointer;
}
.openpet { /*class added to contents of 1st demo when they are open*/
	
}
.technology { /*header of 2nd demo*/
	cursor: pointer;
}
.openlanguage { /*class added to contents of 2nd demo when they are open*/
	
}
.closedlanguage { /*class added to contents of 2nd demo when they are closed*/
	
}
.quote {
	margin:5px;
	padding:5px;
	font-size: x-small;
}
#question { /* FAQ start */
	margin-bottom:15px;
}
#question .technology {
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
	height:auto;
	border-bottom:1px dashed #999;
	width:100%;
	padding:0px;
	margin:0;
	font-size:17px;
	color:#555;
	text-align:left;
}
#question .technology:before{
	content:'+';
}
#question .openlanguage:before{
	content:'-';
}
#question .thelanguage {
	font-size:14px;
	padding:1px 0;
	border-top:none;
}
.technology img{
	display:none;
}
#question .qspacer{
	display:none;
}
#question a.productlinkS{ /* read more button */
	font-size:13px;
	color:#666;
	font-weight:bold;
	text-decoration:underline;
	padding:0px;
}
#question .productlinkS:hover{
	color:#222;
}


/* Sound Format */

.pf130 .tablePageFormat table:first-child{
	width:100%;
}
.pf130 .spaceProducts3{
	width:10%;
}
.pf130 .productMainTable{
	width:100%;
	border:1px solid#eee;
	margin:0 0 10px;
}
.pf130 .productMainTable .productPic190{
	width:80%;
	margin:2% 10%;
}
.pf130 .productTitleBG {
	background-color:#eee;
	text-align:center;
	padding:5px 0;
	font-size:15px;
}


/*  Logo&Link */

#pf23TABLE .productMainDiv {
	width:18%;
	margin:0 0.5% 4%;
	display:inline-block;
	border:0px solid #ccc;
	vertical-align:top;
}
#pf23TABLE .productMainDiv .productTitleBG{
	text-align:center;
	display:block;
	width:100%;
    min-height:35px;
}
#pf23TABLE .productMainDiv .productTitleBG .productName{
	font-size:16px;
    font-weight:bold;
	color:#138abb;
    line-height:0.9em;
}
#pf23TABLE .productMainDiv div:last-child{
	width:80%;
	margin:0 10% 2%;
	height:100px;
	overflow:hidden;
}
#pf23TABLE .productMainDiv .productPic140{
	width:100%;
}


/* Calenar Old */
#calendar {
	width:235px;
	text-align:center;
	display:block;
	border:0px solid #aaaaaa;
	background-color:#eee;
	border-radius:10px;
	-moz-border-radius:10px;
	padding:10px 0;
}
#calDate {
	display:none;
}

.calheadbg {
	font-size:18px;
	font-weight:bold;
	color:#FA6D15;
	text-align:center;
}
.calheadbgTable{
	width:100%;
}
.calwid {
	width:90%;
	text-align:center;
	display:block;
	margin:0px auto;
}
.calNBTable{
	width:100%;
	text-align:center;
}
.caltdhstart {
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#333;
	padding:2px;
}
.caltdstart {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#333;
	padding:1px 2px;
	text-align:center;
}
.caltextclr {
	display:block;
	background-color:#d1d1d1;
	text-align:center;
	padding:3px 0px;
}
.caltodaybg{
	padding:1px 3px;
}
.caltodaybg .caltextclr{
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	display:block;
	background-color:#FA6D15;
	padding:3px 0px;
}
.callinkclr{
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	display:block;
	padding:3px 0px;
	background-color:#f99a0e;
}
.calNBTable {
	margin:3px auto;
	padding:0px;
	width:90%;
}
.calNBTable td{
	text-align:center;
}
.calNBTable a span{

}
.calNBTable a{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	text-shadow:1px 1px 0px #fff;
	border-radius:3px;
	-moz-border-radius:3px;
	background-color:#686363;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#9b9797));
	background: -webkit-linear-gradient(top, #9b9797, #eee);
	background: -moz-linear-gradient(top, #9b9797, #eee);
	background: -ms-linear-gradient(top, #9b9797, #eee);
	background: -o-linear-gradient(top, #9b9797, #eee);
	-moz-box-shadow: 1px 1px 3px #333;
	-webkit-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333;
	width:26px;
	height:26px;
	display:inline-block;
}
.calNBTable a:hover{
	color:#FA6D15;
}
.calNBTable a span{
	display:inline-block;
	padding:3px 0 0 0;
}

/* Calendar New*/

#calendar2{
	width:100%;
}
.fc-header {
	direction:ltr;
}
.fc-header .fc-header-title h2{
	color:#555;
	font-size:18px;
	display:inline-block;
	padding:5px 0 0 0;
}
.fc-header .fc-button-today{
	background-color:#4d4d4d !important;
	color:#fff !important;
	border:none !important;
	text-shadow:1px 1px 0px #222 !important;
	opacity:1 !important;
	margin:0 !important;
	padding:1px 10px !important;
}
.fc-border-separate{
	border:none !important;
}
.fc-widget-header, .fc-widget-content{
	border:none !important;
}
.fc-day{
	background-color:#ddd !important;
	border-bottom:1px solid #fff !important;
	border-right:1px solid #fff !important;
}
.fc-other-month{
	background-color:#eee !important;
	background: linear-gradient(45deg, #f5f5f5 25%,#eee 25%, #eee 50%, #f5f5f5 50%, #f5f5f5 75%, #eee 75%);
	background-size:70px 70px;
}
.fc-day-number{
	font-size:24px;
	color:#555;
	text-align:left;
	display:block  !important;
	width:90% !important;
	margin:0 5% !important;
	padding:5% 0  !important;
}
.fc-other-month .fc-day-number{
	color:#777;
}
.fc-day-content{
	width:90% !important;
	margin:5% auto 0 ;
	display:block;
}
.fc-event{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#777)) ;
	background: -webkit-linear-gradient(top, #333, #777, #333);
	background: -moz-linear-gradient(top,#333, #777, #333);
	background: -ms-linear-gradient(top, #333, #777, #333);
	background: -o-linear-gradient(top,#333 , #777, #333);
	background-color:#555 !important;
	border-radius:5px;	
	-moz-border-radius:5px;
	-moz-box-shadow: 0px 1px 4px #222;
	-webkit-box-shadow: 0px 1px 4px #222;
	box-shadow: 0px 1px 4px #222;
	border:none !important;
	margin:0 0 3px !important;
}
.fc-event span{
	display:inline-block;
	padding:2px 5px;
	text-shadow:1px 1px 0px #222;
}
.fc-event span:hover{
	color:#FA6D15;
}


/* Products - Catalog */

#pf14TABLE1, #pf14TABLE2, #pf14TABLE3, #pf14TABLE4, #pf14TABLE5, #pf14TABLE6 {
	width:100%;
}
#pf14TABLE1 td.tdproductDiv {
	width:100%;
}
#pf14TABLE2 td.tdproductDiv {
	width:48%;
}
#pf14TABLE3 td.tdproductDiv {
	width:31%;
}
#pf14TABLE4 td.tdproductDiv {
	width:23%;
}
#pf14TABLE5 td.tdproductDiv {
	width:18%;
}
#pf14TABLE6 td.tdproductDiv {
	width:14%;
}
.tdproductDiv {
	vertical-align:top;
}
.productDiv {
	width:100%;
	margin:0 0 20px;
	background-color:#eee;
	padding:10px 0 3px;
}
.productDiv .productPicDiv{
	width:90%;
	margin:0 auto;
	display:block;
}
.productDiv .productPicDiv a, .productDiv .productPicDiv a img {
	text-align:center;
	display:block;
	margin:0px auto;
	clear:both;
	width:100%;
}
.productDiv .productMainDetails {
	padding-bottom:5px;
	height:auto;
	width:90%;
	margin:0 auto;
	display:block;
	border-bottom:1px dashed #aaa;
}
.productDiv .productNameDiv {
	text-decoration:none;
	height:auto;
	padding:5px 0;
}
.productDiv  .productNameDiv a.productName {
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	color:#666;
}
.productDiv  .productNameDiv .productName:hover{
	color:#FA6D15;
}
.productPrice {
	display:block;
	padding:0px 0px;
}
.productPrice .pricetext {
	font-size:13px;
}
.productPrice .price {
	font-size:18px;
	font-weight:bold;
	color:#FA6D15;
}
.productPrice .price.strike {
	font-size:13px;
	font-weight:bold;
	color:#333;
}
.productDiv .DiscountsSale {
	font-size:13px;
	display:inline-block;
	font-weight:bold;
}
.productSalePriceDiv .SalePrice{
	font-size:18px;
	font-weight:bold;
	color:#FA6D15;
}
.productDiv .productCode{
	font-size:12px;
}
.productDiv .productshortdesDiv {
	color:#555;
	width:90%;
	margin:0 auto 5px;
	padding:5px 0;
	border-bottom:1px dashed #aaa;
	display:block;
}
.productQcommerceDiv, .productInfoDiv, .productBasketShopDiv, div.productWishlist{
	width:90%;
	margin:0 auto 3px;
	display:block;
}


/* 1 product in line */

#pf14TABLE1 .productDiv{
	padding:3px 0;
}
#pf14TABLE1 .productDiv .productPicDiv{
	margin:0 3px 0 0;
	padding:0;
	width:16%;
	max-width:140px;
	display:inline-block;
	vertical-align:top;
}
#pf14TABLE1 .productDiv .productMainDetails{
	margin:0 3px 0 0;
	padding:0;
	width:20%;
	display:inline-block;
	border:none;
	vertical-align:top;
	border-left:1px dashed #ccc;
}
#pf14TABLE1 .productDiv .productMainDetails .productNameDiv{
	padding:0 0 5px;
}
#pf14TABLE1 .productDiv .productDesDiv{
	margin:0 3px 0 0;
	padding:0;
	width:59%;
	display:inline-block;
	vertical-align:top;
}
#pf14TABLE1 .productDiv .productshortdesDiv{
	display:none;
}
#pf14TABLE1 .productInfoDiv, #pf14TABLE1 .productBasketShopDiv, #pf14TABLE1 div.productWishlist{
	width:auto;
	margin:3px 5px 0 0 !important;
	margin:0;
	display:inline-block;
}


/* product hover */
.overProductDiv {
	background-color:#ddd;
}

/* Last Seen Product */

.ShowProTrace{
	width:100%;
	border-radius:10px;
	-moz-border-radius:10px;
	background-color:#eee;
	display:block;
	margin:0 0 10px;
}
.ShowProTrace #rectable, .ShowProTrace .rectd{
	width:100%;
}

.ShowProTrace #rectable .rectitle{
	text-align:center;
	font-size:18px;
	color:#4d4d4d;
	padding:5px 0;
}
.ShowProTrace #recpad{
	width:80%;
	margin:5px auto;
	display:block;
}
.ShowProTrace #recpic{
	width:100%;
	border:none;
}
.ShowProTrace #recname{
	width:100%;
	border:none;
	display:block;
	margin:0 0 10px;
	text-align:center;
}
.ShowProTrace #recname a#recname{
	font-size:13px;
	color:#FA6D15;
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
}
.ShowProTrace #recname a#recname:hover{
	color:#333;
}


/* Prolookup */

.prolookup .tdPageFormatW {
	width:0;
}
#prolookup .tdPageFormatW {
	width:0;
}
#productPage2 .productDetailsTD {
	width:auto;
	vertical-align:top;
}
#productPage2 .pageCenterDivider {
	width:10px;
}
#proPageTitle2 {
	background-color:#e2e2e2;
	border:solid 1px #d5d5d5;
	margin:0 0 10px;
}
#proPageTitle2 td {
	height:70px;
	vertical-align:middle;
}
#proPageTitle2 .tdPageTitleWL, #proPageTitle2 .tdPageTitleWR {
	width:10px;
}
#productPage2 #propf {
	width:100%;
}
#proPageTitle2 .productNameDiv {
	font-size:24px;
	color:#333;
	margin-bottom:5px;
}
#proPageTitle2 .productCodeDiv {
	font-size:14px;
	color:#666;
}
#proPageFormat2 {
	width:100%;
}
#productPage2 .pfWrap { /* for absolute positioning in chrome (unable with TD) */
	width:100%;
}
#productPage2 #productSummary {
	margin-bottom:10px;
	font-size:14px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#productPage2 #productSummary .productPriceDiv {
	background-color:#fff;
	color:#444;
	border:solid 1px #ccc;
	margin:5px 0;
	padding:2px 5px;
}
#productPage2 #productSummary  .productPrice {
	display:inline-block;
}
#productPage2 .productPriceDiv .productRegularPrice .productPrice {
	color:#000;
}
#productPage2 .productPriceDiv .productOldPrice .productPrice {
	color:#222;
	font-weight:normal;
}
#productPage2  .productPriceDiv .productSpecialPrice .productPrice {
	color:#000;
	font-weight:bold;
	font-size:15px;
}
#productPage2 .specialOffersDiv {
	font-size:16px;
}
#productPage2  .purchaseDiv {
	background-color:#fafafa;
	border:solid 1px #e0e0e0;
	padding:5px;
	margin:5px 0;
}
#productPage2  .productQuickPurchaseDiv a {
	background-image:url(icon_basket_black.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:0;
	display:block;
}
#productPage2  .productQuickPurchaseDiv a span {
	padding:0 15px 0 0;
	display:block;
}
#productPage2 .productZapDiv {
	font-size:12px;
}

#productPage2 #productAdvPurchase {
	border:solid 1px #f5f5f5;
	margin:10px 0;
}
#productPage2 #productAdvPurchase .productAdvPurchaseDiv {
	margin:0 auto;
	width:auto;
}
#productPage2 #productAdvPurchase div span {
	font-size:13px;
	font-weight:bold;
	color:#666;
}
#pageExport div {
	margin:5px;
}

/* Product Page Responsive */

#ProRResponsive{
	display:inline-block;
	width:40%;
	vertical-align:top;
}
#ProLResponsive{
	display:inline-block;
	width:56%;
	margin:0 3% 0 0;
	vertical-align:top;
}
#ProBResponsive{
	display:block;
	width:100%;
	border-top:1px dashed #ccc;
	padding:5px 0 0 0;
	margin:5px 0 0 0;
}
#productPage2 .ProductName{
	display:block;
	margin:0 0 5px;
}
#productPage2 .ProductName .productNameDiv{
	color:#777;
	font-size:22px;	
}
#productPage2 .ProductSKU{
	border-bottom:1px dashed #ccc;
	margin:0 0 5px;
	padding:0 0 5px;
}
#productPage2.ProductSKU .productCodeDiv{
	color:#777;
	font-size:12px;
}
#productPage2 .ProductPrice{
	border-bottom:1px dashed #ccc;
	margin:0 0 5px;
	padding:0 0 5px;
}
#productPage2 .ProductPrice .productRegularPrice{
	font-size:16px;
	color:#333;	
}
#productPage2 .ProductPrice .productRegularPrice .productPrice{
	font-size:16px;
	color:#FA6D15;
	display:inline-block;
	font-weight:bold;	
}
#productPage2 .ProductPrice .productOldPrice {
	font-size:13px;
	color:#333;	
}
#productPage2 .ProductPrice .productOldPrice  .productPrice{
	font-size:13px;
	color:#333;
	display:inline;
	font-weight:bold;	
}
#productPage2 .ProductPrice .productSpecialPrice{
	font-size:16px;
	color:#333;	
}
#productPage2 .ProductPrice .productSpecialPrice .productPrice{
	font-size:16px;
	color:#FA6D15;
	display:inline-block;
	font-weight:bold;	
}
#productPage2 .ProductSpecialOffer{
	border-bottom:1px dashed #ccc;
	margin:0 0 5px;
	padding:0 0 5px;
	font-size:16px;
	color:#FA6D15;
	font-weight:mormal;
}
#productPage2 .productShortDes{
	border-bottom:1px dashed #ccc;
	margin:0 0 5px;
	padding:0 0 5px;
}
#productPage2 .ProductFilters{
	display:block;
	width:100%;
	border-bottom:1px dashed #ccc;
	padding:0 0 5px;
	margin:0 0 5px;
}
#productPage2 .ProductFilters span.header{
	font-weight:bold;
}
#productPage2 .ProductEbayDescription{
	font-size:16px;
	display:block;
	background-color:#eee;
	padding:5px 0;
	margin:0 0 5px;
	width:100%;
}
#productPage2 .ProductEbayDescription .ebayDescription{
	padding:0 10px;
}
#productPage2  .ProductBarcode{
	margin:0 0 5px;
}
#productPage2  .ProductColors{
	width:100%;
	margin:0 0 5px;
}
#productPage2  .ProductColors .color{
	width:15%;
	display:inline-block;
}
#productPage2  .ProductColors .filedText{
	width:30%;
}
#productPage2  .ProductSizes{
	width:100%;
	margin:0 0 5px;
}
#productPage2  .ProductSizes .size{
	width:15%;
	display:inline-block;
}
#productPage2  .ProductSizes .filedText{
	width:30%;
}
#productPage2  .ProductQuantity{
	width:100%;
	margin:0 0 5px;
}
#productPage2  .ProductQuantity .quantity{
	width:15%;
	display:inline-block;
}
#productPage2  .ProductQuantity .filedText{
	width:10%;
	margin:0 1%;
}
#productPage2  .ProductQuantity .button{
	width:18px !important;
	height:18px !important;
	border-radius:18px;
	-moz-border-radius:18px;
	background-color:#4d4d4d !important;
	color:#fff !important;
	font-weight:bold;
	padding:2px 3px 4px !important;
	margin:0;
}
#productPage2  .ProductQuantity .button:hover{
	background-color:#FA6D15 !important;
}
#productPage2  .ProductBuyButton{
	text-align:left;
}
#productPage2 .ProductEcomLinks{
	margin:0 0 5px;
}
#productPage2 .ProductEcomLinks .purchaseDiv{
	padding:0;
	margin:0;
	background:none;
	border:none;
}
#productPage2 .getPriceQuoteDiv a{
	color:#555;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	background-image:url(icon_qoute_black.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:0px 20px 0px 0;
	display:inline-block;
}
#productPage2 .getPriceQuoteDiv a:hover{
	color:#FA6D15;
}
#productPage2 .purchaseDiv .getPriceQuoteDiv,
#productPage2 .purchaseDiv .productWishlistDiv{
	display:inline-block;
	margin:0 0 0 10px;
}
#productPage2 .productWishlistDiv a{
	color:#555;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	background-image:url(icon_fav_black.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:0px 20px 0px 0;
	display:inline-block;
}
#productPage2 .productWishlistDiv a:hover{
	color:#FA6D15;
}
#productPage2  .ProductLinkToSite a{
	color:#555;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	background-image:url(icon_hyperlink_black.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:3px 23px 2px 0;
	display:inline-block;
}
#productPage2  .ProductLinkToSite a:hover{
	color:#FA6D15;
}
#productPage2  .ProductToPDF a{
	color:#555;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	background-image:url(icon_document_black.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:3px 23px 2px 0;
	display:inline-block;
}
#productPage2  .ProductToPDF a:hover{
	color:#FA6D15;
}
.AddthisToolbox{
	background-color:#eee;
	display:block;
	width:100%;
	padding:1% 0;
}
.AddthisToolbox #pageExport{
	display:block;
	margin:0 2%;
	width:96%;
}
.ProductImages{
	width:100%;
	border:1px solid #ccc;
}
.ProductImages #bigPicHolder{
	width:100%;
	max-width:450px;
	display:block;
	margin:0 auto !important;
}
.ProductImages #bigPicHolder .bigPic{
	width:100%;
	max-width:480px;
}
.ProductImages .accordImg{
	margin:10px 0 0 0;
	width:100%;
	text-align:center;
	background-color:transparent;
}
.ProductQR {
	margin:5px 0 0 0;
}

/* Product Accordions */
.accordion {
	padding:0px 0px 3px;
	margin-bottom:5px;
	display:block;
	clear:both;
	background-color:#f5f5f5;
}
.openAccordion {
	background-color:#eee;
}
#productPage2 .accordion .header {
	margin:0 5px;
	cursor:pointer;
	height:26px;
	padding:0 5px 0 0 !important;
}

.accordion .header h3 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:5px 0px;
	color:#888;
}
.accordion .header h3:before{
	content:"+";
	margin:0 0 0 5px;
}
.accordion .openHeader h3 {
	color:#333;
}
.accordion .openHeader h3:before {
	content:"-";
	margin:0 0 0 5px;
}
.accordion .accordCont {
	
}
.accordion .accordCont .container {
	padding:5px;
	margin:0 5px;
	height:auto;
	min-height:20px;
}

/* Thumbnails & Big Image */
.productBigPicTD {
	width:380px;
	vertical-align:top;
}
#bigPicHolder {
	text-align:center;
}
.productBigPicTD img {
	width:100%;
	max-width:auto;
}
.zoom {
	position:relative;
	cursor:pointer !important;
}
.zoom .magnifyIconDiv {
	position:absolute;
	background-image:url(zoomIcon.png);
	background-position:center;
	background-repeat:no-repeat;
	width:31px;
	height:32px;
	right:20px;
	top:20px;
}

.thumbsHolderDiv {
	display:block;
	height:auto;
	width:100%;
	text-align:center;
}
.thumbsHolderDiv .thumbDiv {
	display:inline;
}
.thumbsHolderDiv .thumbDiv a {
	display:inline-block;
	height:70px;
	width:70px;
	margin:5px;
	cursor:pointer;
}
.thumbsHolderDiv .thumbDiv img {
	height:70px;
	max-width:70px;
	display:block;
	margin:0 auto;
}


/* Related Products */

.relatedProductsHeader {
	padding: 0px;
	margin:0 auto 5px;
	width:96%;
}
.relatedProductsHeader  h3 {
	font-size:18px;
	font-weight:normal;
	padding:5px 0px;
	color:#666;
}

/* ProductGroups */
.ProductGroups{
	margin:0 0 20px;
}
.ProductGroups .scrollDiv {
	height:240px;
	width:748px;
	/*margin:0 auto;*/
	position:relative;
	overflow:hidden;
	display:block;
}
.ProductGroups .scrollDiv .clipDiv {
	width:96%;
	margin:0 auto;
	height:240px;
	overflow:hidden;
	position:relative;
	background-color:#f5f5f5;
	-moz-box-shadow:  0px 3px 3px #aaa;
	box-shadow:  0px 3px 3px #aaa;
	-webkit-box-shadow: 0px 3px 3px #aaa;
}
.ProductGroups .scrollDiv li {
	width:150px;
	background-image:none;
	padding:0;
	margin:0 0 0 5px;
}
.ProductGroups .scrollDiv .productDiv {
	background-color:#fff;
	border:1px solid #ccc;
	display:inline-block;
	padding:0 0 5px;
	margin:5px !important;
	width:140px;
}
.ProductGroups .scrollDiv li:before{
	display:none !important;
}
.ProductGroups .scrollDiv .productDiv .productNameDiv {
	float:none;
	overflow:hidden;
	height:15px;
	width:100%;
	text-align:center;
	display:block;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
	background: -webkit-linear-gradient(bottom, #fff, #eee);
	background: -moz-linear-gradient(bottom, #fff, #eee);
	background: -ms-linear-gradient(bottom, #fff, #eee);
	background: -o-linear-gradient(bottom, #fff, #eee);
}
.ProductGroups .scrollDiv .productDiv .productName {
	font-size:14px;
	width:90%;
	margin:0 auto;
	display:block;
}
.ProductGroups .scrollDiv .productDiv .productCodeDiv {
	display:block;
	float:none;
	width:90%;
	margin:0 auto;
	direction:ltr;
}
.ProductGroups .scrollDiv .productDiv .productCodeDiv .productCode{
	font-size:12px;
}
.ProductGroups .scrollDiv .productDiv .productSaleDiv{
	display:block;
	float:none;
	width:90%;
	margin:0 auto;
	direction:ltr;
}
.ProductGroups .scrollDiv .productDiv .productSaleDiv .Discountstxt{
	font-size:14px;
	font-weight:bold;
	color:#FA6D15;
}
.ProductGroups .scrollDiv .productDiv .productPicDiv {
	height:80px;
	overflow:hidden;
	padding:3px;
	margin:0;
}
.ProductGroups .scrollDiv .productPicDiv img {
	width:100%;
}
.ProductGroups .scrollDiv .productDiv .productName {
	cursor:pointer;
}
.ProductGroups .scrollDiv li.selectedProduct .productDiv .productName {
	font-weight:bold;
}
.ProductGroups .scrollDiv .nextBtn {
	position:absolute;
	display:block;
	top:35%;
	right:0;
	z-index:99;
	background-color:#4d4d4d;
	padding:10px 0px;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-moz-box-shadow:  0px 3px 3px #aaa;
	box-shadow:  0px 3px 3px #aaa;
	-webkit-box-shadow: 0px 3px 3px #aaa;
	width:2%;
	text-align:center;
}
.ProductGroups .scrollDiv .prevBtn {
	position:absolute;
	display:block;
	top:35%;
	left:0;
	z-index:98;
	background-color:#4d4d4d;
	padding:10px 0px;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	-moz-border-radius:0 10px 10px 0;
	-moz-box-shadow:  0px 3px 3px #aaa;
	box-shadow:  0px 3px 3px #aaa;
	-webkit-box-shadow: 0px 3px 3px #aaa;
	width:2%;
	text-align:center;
}
.ProductGroups .scrollDiv .prevBtn:hover, .ProductGroups .scrollDiv .nextBtn:hover{
	background-color:#FA6D15;
}
.ProductGroups .scrollDiv .productTextDiv {
	font-size:10px;
	line-height:1.3em;
}


/* ProductRelations */

.ProductRelations{
	margin:0 0 20px;
}
.ProductRelations .scrollDiv {
	width:748px;
	height:345px;
	direction:ltr;
	position:relative;
	bottom:0;
}
.ProductRelations .scrollDiv .clipDiv {
	width:96%;
	height:345px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	background-color:#eee;
	-moz-box-shadow:  0px 3px 3px #aaa;
	box-shadow:  0px 3px 3px #aaa;
	-webkit-box-shadow: 0px 3px 3px #aaa;
}
.ProductRelations .scrollDiv li {
	width:150px;
	background-image:none;
	padding:0;
	margin:0 0 0 5px;
}
.ProductRelations .scrollDiv .productDiv {
	background-color:#fff;
	border:1px solid #ccc;
	display:inline-block;
	padding:0 0 5px;
	margin:5px !important;
	width:140px;
}
.ProductRelations .scrollDiv .productDiv .productMainDetails{
	display:block;
	width:100%;
	margin:0;
	border:none;
	padding:0;
}
.ProductRelations .scrollDiv .productDiv .productshortdesDiv{
	display:block;
	width:90%;
	margin:0 auto;
	padding:0;
	height:22px;
	overflow:hidden;
	display:block;
}
.ProductRelations .scrollDiv .productDiv .productInfoDiv{
	display:block;
	width:90%;
	margin:5px auto ;
	padding:0;
}
.ProductRelations .scrollDiv .productDiv .productBasketShopDiv{
	display:block;
	width:90%;
	margin:5px auto ;
	padding:0;
}
.ProductRelations .scrollDiv li:before{
	display:none !important;
}
.ProductRelations .scrollDiv .productDiv .productNameDiv {
	float:none;
	overflow:hidden;
	height:15px;
	width:100%;
	text-align:left;
	display:block;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
	background: -webkit-linear-gradient(bottom, #fff, #eee);
	background: -moz-linear-gradient(bottom, #fff, #eee);
	background: -ms-linear-gradient(bottom, #fff, #eee);
	background: -o-linear-gradient(bottom, #fff, #eee);
}
.ProductRelations .scrollDiv .productDiv .productName {
	font-size:16px;
	width:90%;
	margin:0 auto;
	display:block;
	color:#333;
}
.ProductRelations .scrollDiv .productDiv .productCodeDiv {
	display:block;
	float:none;
	width:90%;
	margin:0 auto;
	direction:ltr;
}
.ProductRelations .scrollDiv .productDiv .productCodeDiv .productCode{
	font-size:12px;
}
.ProductRelations .scrollDiv .productDiv .productSaleDiv{
	display:block;
	float:none;
	width:90%;
	margin:0 auto;
	direction:ltr;
}
.ProductRelations .scrollDiv .productDiv .productSaleDiv .Discountstxt{
	font-size:14px;
	font-weight:bold;
	color:#FA6D15;
}
.ProductRelations .scrollDiv .productDiv .productPicDiv {
	height:80px;
	overflow:hidden;
	padding:3px;
	margin:0;
}
.ProductRelations .scrollDiv .productPicDiv img {
	width:100%;
}
.ProductRelations .scrollDiv li.selectedProduct .productDiv .productName {
	font-weight:bold;
}
.ProductRelations .scrollDiv .nextBtn {
	position:absolute;
	display:block;
	top:35%;
	right:0;
	z-index:99;
	background-color:#4d4d4d;
	padding:10px 0px;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-moz-box-shadow:  0px 3px 3px #aaa;
	box-shadow:  0px 3px 3px #aaa;
	-webkit-box-shadow: 0px 3px 3px #aaa;
	width:2%;
	text-align:center;
}
.ProductRelations .scrollDiv .prevBtn {
	position:absolute;
	display:block;
	top:35%;
	left:0;
	z-index:98;
	background-color:#4d4d4d;
	padding:10px 0px;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	-moz-border-radius:0 10px 10px 0;
	-moz-box-shadow:  0px 3px 3px #aaa;
	box-shadow:  0px 3px 3px #aaa;
	-webkit-box-shadow: 0px 3px 3px #aaa;
	width:2%;
	text-align:center;
}
.ProductRelations .scrollDiv .prevBtn:hover, .ProductRelations .scrollDiv .nextBtn:hover{
	background-color:#FA6D15;
}
.ProductRelations .scrollDiv .productTextDiv {
	font-size:10px;
	line-height:1.3em;
}


/* Gallery Albums */

.catPage{
	margin:0;
	dispaly:block;
	width:100%;
	text-align:center;
}
#Albums{
	margin:0;
	dispaly:block;
	width:100%;
}
.albumTable {
	width:31%;
	margin:0 1% 2% 1%;
	margin:0 5px 5px\9 ;
	float:left;
	background-color:transpaent;
}

.albumTable .productTitleBG{
	padding:0px;
	background-color:transparent;
}

.albumDate {
	height:15px;
	font-size:10px;
	font-style:oblique;
	display:none;
}
.ALBUMPic{
	width:100%;
	/*min-height:150px;*/
	display:block;
	padding:0;
	margin:0;
}
.picClipping {
	overflow:hidden;
	/*height:150px;*/
	width:100%;
	display:block;
	padding:0;
	margin:0;
}
.catPage .picClipping {
	height:150px;
}
.picBorder {
	display:block;
	padding:0;
	margin:0;
	background-color:transparent;
}
.albumDescription {
	height:70px;
	display:none;
}
.albumNameDiv{
	width:100%;
	height:auto;
	position:relative;
}
.albumNameDiv .albumNamePicDiv{
    display:block;
}
.albumNameDiv .albumNameLinkDiv{
	width:100%;;
	padding:10px 0px;
	display:block;

}
.albumNameDiv:hover .albumNameLinkDiv{
	opacity: 1;
	bottom:0;
}
.catPage .albumNameDiv .albumNameLinkDiv{
	width:100%;
	padding:10px 0px;
	display:block;
	text-align:center;
}
.catPage .albumNameDiv:hover .albumNameLinkDiv{
	opacity: 1;
	filter:alpha(opacity=100);
	background-color:#000\9;

}
.albumNameDiv .albumNameLinkDiv a.productName{
	color:#007baf;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
}
.albumNameDiv .albumNameLinkDiv a.productName:hover{
    color:#ff3f0b;
}
.albumNameDiv .albumNameLinkDiv a.productName span{
	display:inline-block;
	padding:0px 15px;
	text-align:center;
}


/* ---=== SCROLLBAR ===--- */

.scrollBarFrame { /* size of iframe for news */
	width: 221px;
	height: 257px;
	margin:57px 0px 10px 0px;
	padding:0px 0;
	background:none;
	/*border-radius:5px;
	-moz-border-radius:5px;*/
	display:block;
}
.scrollBarInFrame { /* size of table in iframe */
	width: 90%;
	margin:0 5%;
}
.scrollBarFrameProduct { /* size of iframe for products */
	background-color:#eee;
	padding:10px 0;
}
.scrollNewsBody { /* news html */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#fff));
    background: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background: -moz-linear-gradient(top, #fff, #e6e6e6);
	background: -ms-linear-gradient(top, #fff, #e6e6e6);
	background: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image:none;
	padding:10px 0;
}
.scrollProductBody { /* products html */
	background-color:#eee;
}
.scrollProductBody .dateScrollBar{
	width:80%;
	margin:0 auto;
	display:block;
}
.scrollProductBody .dateScrollBar .productPic140{
	border:none;
	width:200px;
	max-width:200px;
	margin:0 auto;
	display:block;
}
.dateScrollBar {
	font-size:10px;
	color:#006cb2;
	vertical-align:middle;
	text-decoration:none;
}
.sourceScrollBar {
	font-size:12px;
	color:#777;
	vertical-align:middle;
	text-decoration:underline;
}
.titleScrollBar {
	font-size:16px;
	font-weight:normal;
	color:#006cb2;
	vertical-align:middle;
	text-decoration:none;
}
.scrollProductBody  .titleScrollBar{
	padding:3px 0 0;
	display:block;
}
.scrollProductBody  .productPrice{
	font-size:13px;
	font-weight:bold;
	color:#FA6D15;
}
.titleScrollBar b{
	font-weight:normal;
}
a.linkScrollBar {
	font-size:14px;
	font-weight:bold;
	color:#444;
	vertical-align:middle;
	text-decoration:underline;
}
a.linkScrollBar:hover{
	color:#FA6D15;
}
.textScrollBar {
	font-size:13px;
	color:#444;		
}
.dividerScrollBar {
	height:20px;
}
.scrollProductBody  .dividerScrollBar {
	display:none;
}


/* eCommerce */

.eCommerce{
	width:100%;	
	text-align:left;
}
.eCommerce .shopper {
	display:inline-block;
	padding:8px;
	background-color:#ccc;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
}
.eCommerce .cart {
	display:inline-block;
	padding:8px;
	background-color:#ddd;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
}
.eCommerce .shopper a {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
.eCommerce .shopper  a:hover{
	color:#fff;
}
.eCommerce .cart a {
	text-decoration:none;
	font-weight:bold;
	color:#666;
}
.eCommerce .cart a:hover{
	color:#000;
}
.tdMenuSideWidth .eCommerce{
	width:100%;	
	text-align:left;
	background-color:#eee;
	border-radius:10px;
	-moz-border-radius:10px;
	margin:0 0 10px;
	padding:5% 0;
}
.tdMenuSideWidth .eCommerce .shopper{
	display:block;
	padding:3px 0 0;
	background-color:transparent;
	border-radius:0 0;
	-moz-border-radius:0 0;
	width:94%;
	margin:0 auto;
}
.tdMenuSideWidth .eCommerce .shopper span{
	background-position:right;
	background-repeat:no-repeat;
	display:inline-block;
	padding:3px 23px 2px 0;
}
.tdMenuSideWidth .eCommerce .shopper .login{
	background-image:url(icon_login_black.png);

}
.tdMenuSideWidth .eCommerce .shopper .name{
	background-image:url(icon_user_black.png);
}
.tdMenuSideWidth .eCommerce .shopper .logout{
	display:block;
	background-image:url(icon_logout_black.png);
}
.tdMenuSideWidth .eCommerce .shopper .register{
	display:block;
	background-image:url(icon_register_black.png);
}
.tdMenuSideWidth .eCommerce .shopper .divider{
	display:none;
}
.tdMenuSideWidth .eCommerce .shopper .welcome{
	display:none;
}
.tdMenuSideWidth .eCommerce .cart {
	display:block;
	padding:0px;
	background-color:transparent;
	border-radius:0 0;
	-moz-border-radius:0 0;
	width:94%;
	margin:0 auto;
}
.tdMenuSideWidth .eCommerce .cart span{
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
	padding:2px 22px 4px 0;
}
.tdMenuSideWidth .eCommerce .cart span.total,
.tdMenuSideWidth .eCommerce .cart span.total span.num{
	display:inline-block !important;
	padding:0;
	font-weight:bold;
}
.tdMenuSideWidth .eCommerce .cart .view{
	background-image:url(icon_basket_black.png);
	display:inline-block;
}
.tdMenuSideWidth .eCommerce .cart .view_wishlist{
	background-image:url(icon_fav_black.png);
}
.tdMenuSideWidth .eCommerce .cart .orders{
	background-image:url(icon_order_black.png);
}
.tdMenuSideWidth .eCommerce .cart .checkout{
	background-image:url(icon_cart_black.png);
}
.tdMenuSideWidth .visitor .cart{
	padding:2px 0 0;
} 
.tdMenuSideWidth .cart span.divider{
	display:none;
} 
.tdMenuSideWidth .eCommerce .shopper a, .tdMenuSideWidth .eCommerce .cart a {
	text-decoration:none;
	font-weight:normal;
	color:#333;
	font-size:15px;
}
.tdMenuSideWidth .eCommerce .shopper  a:hover, .tdMenuSideWidth .eCommerce .cart a:hover{
	color:#FA6D15;
}


/* Shopper Basket */

.basketRow {
	padding:0px;
	margin-bottom:30px;
	border:1px solid #eee;
	background-color: #ddd;
	background: -moz-linear-gradient(-45deg, #eeeeee 0%, #fff 100%); 
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#eeeeee), color-stop(100%,#fff)); 
	background: -webkit-linear-gradient(-45deg, #eeeeee 0%,#fff100%); 
	background: -o-linear-gradient(-45deg, #eeeeee 0%,#fff100%); 
	background: -ms-linear-gradient(-45deg, #eeeeee 0%,#fff100%); 
	background: linear-gradient(135deg, #eeeeee 0%,#fff100%);
	-moz-box-shadow:  0 5px 5px -5px #888888;
	-webkit-box-shadow:  0 5px 5px -5px #888888;
	box-shadow:  0 5px 5px -5px #888888;
}
.newbasket_taf .basketRow {
	padding:0 0 1%;
}
.basketRow .label {
	font-size:13px;
}
.basketRow span.label:after {
	content:":";
}
.basketRow .mainDetails  {
	border-bottom:1px dashed #ddd;
	margin-bottom:10px;
	padding-bottom:5px;
	height:90px;
	position:relative;
	overflow-y:hidden;
	width:98%;
	margin:0 1% 1%;
}
.basketRow .present{
	border-top:1px dashed #ddd;
	width:98%;
	margin:0 1%;
	display:block;
	font-size:14px; 
	font-weight:bold;
	color:#333;
	padding:5px 0;
	display:none;
}
.basketRow .mainDetails .productPic {
	float:right;
	width:15%;
	margin:1% 0 1% 1%;
	height:85%;
	overflow-y:hidden;
	-moz-box-shadow: 0px 2px 2px #ddd;
	-webkit-box-shadow: 0px 2px 2px #ddd;
	box-shadow: 0px 2px 2px #ddd;
}
.basketRow .mainDetails .productPic img {
	display:block;
	width:100%;
	height:auto;
	vertical-align:middle;
}
.basketRow .productName {
	padding:5px 0 0;
}
.basketRow .productName a {
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	color:#666;
}
.basketRow .productName a:hover{
	color:#FA6D15;
}
.basketRow .productActions {
	margin-top:22px;
}
.basketRow .productLinks {
	display:inline-block;
	text-decoration:none;
	margin-left:15px;
	font-weight:normal;
	font-size:15px;
	color:#333;
}
.basketRow .productLinks:hover{
	color:#FA6D15;
}
.basketRow .productLinks:before {
	content:'';
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background-color:#FA6D15;
	border-radius:5px;
	display:inline-block;
	line-height:1em;
	padding:2px 4px;
	margin-left:2px;
}
.productLinks.removeProduct:before {
	content:'x';
}
.productLinks.addProduct:before {
	content:'+';
}
.basketRow  .productSKU {
	font-size:12px;
	margin-top:-2px;
}
.basketRow  .productInputs  {
	font-size:14px;
	width:58%;
	margin:0 1% 0 0;
	margin:0 2px 0 0\9;
	display:inline-block;
	vertical-align:top;
}
.basketRow  .productInputs > div {
	display:inline-block;
	width:auto;
	max-width:90%;
	margin-left:1%;
	vertical-align:top;
}
.basketRow  .productInputs > div:last-child {
	margin-left:0;
}
.basketRow  .productInputs  select {
	display:inline-block;
	width:auto;
	margin-right:10px;
}
.basketRow  .productInputs  .filedText{
	boder:1px solid #ccc;
}
.basketRow .quantityDiv .button{
	width:18px !important;
	height:18px !important;
	border-radius:18px;
	-moz-border-radius:18px;
	background-color:#4d4d4d !important;
	color:#fff !important;
	font-weight:bold;
	padding:2px 3px 4px !important;
	margin:0;
}
.basketRow .quantityDiv .button:hover{
	background-color:#FA6D15 !important;
}
.basketRow .quantityDiv .filedText{
	margin:3px 5px;
}
.basketRow .productPrices {
	float:left;
	float:none;
	width:40%;
	margin:0 0 0 0;
	vertical-align:top;
	text-align:left;
	display:inline-block;
}
.basketRow .productPrices .value {
	border-bottom:1px dotted #aaa;
}
.productPrices > div {
	display:inline-block;
	width:30%;
	margin-left:3%;
	margin-left:3px\9;
	text-align:left;
}
.productPrices > div:last-child {
	margin-left:0;
}
.productPrices .productCurrentPrice{
	color:#FA6D15;
	font-weight:bold;
}
.productPrices .productTotalPrice {
	font-weight:bold;
}
.totalBasket {
	display:block;
	width:auto;
	padding:5px;
	text-align:left;
}
.totalBasket .label {
	font-size:14px;
	font-weight:normal;
}
.totalBasket .value {
	font-size:18px;
	font-weight:bold;
}
.basketButtons{
	text-align:left;
}
.basketRow.billingSummaryRow{
	padding:0 0 1%;
}
.basketRow.billingSummaryRow .mainDetails  {
	height:55px;
}
.basketRow.billingSummaryRow .mainDetails .productPic{
	width:6%;
}
.basketRow.billingSummaryRow .productInputs .label{
	font-size:14px;
	font-weight:bold;
}
.basketRow.billingSummaryRow .productInputs .value{
	font-size:14px;
	font-weight:normal;
}
.commerceMsg  {
	padding:15px 10px;
	margin-bottom:10px;
	font-size:13px;
}

/* Wish List Basket */

.wbasket_taf .basketRow  .mainDetails{
	border:none;
	width:76%;
	margin:0 1% 0 0;
	padding:0;	
	display:inline-block;
}
.wbasket_taf .basketRow  .productPrices{
	border:none;
	width:20%;
	margin:1% 1% 0 0;
	padding:0;	
	display:inline-block;
	border-right:1px dashed #ccc;
}
.wbasket_taf .basketRow  .productPrices .productUnitPrice,
.wbasket_taf .basketRow  .productPrices .productCurrentPrice,
.wbasket_taf .basketRow  .productPrices .productTotalPrice{
	display:block;
	width:95%;
	margin:1% 5% 1% 0;
	padding:0;
}
.wbasket_taf  .basketButtonTd{
	float:left;
	margin-right:10px;
}
.chooseShipping, .billingInfo, .billingSubmit, .shippingInfo {
	width:60% !important;
}
.couponForm{
	width:60% !important;
	display:block;
	padding:0 0 10px;
}
.couponForm .submitButton{
	float:left;
}
.billingInfo .filedText, .couponForm .filedText, .shippingInfo .filedText, .chooseShipping select.filedText, .billingSubmit textarea.filedText{
	width:100%;
	display:inline-block;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #888 inset;
	-moz-box-shadow:2px 2px 2px #888 inset;
	-webkit-box-shadow: 2px 2px 2px #888888 inset;
	background-color:#f3f3f3;
	padding:4px 0px;
}
.couponForm .filedText{
	width:60%;
	margin:3px 39% 3px 0;
}


/* Menu Object */

.Rmenuul1 {
	margin:0px 0;
	display:block;
	text-align:left;
}
#HResponsive .Rmenuul1 {
	background-color:transparent;
    /*width:977px;*/
    width:980px;
    margin:0px auto 34px auto;
}
.Rmenuul1 .menudiv{
	padding:0 0;
	width:100%;
}
.Rmenuul1 .menudiv li{
	display:inline-block;
	padding:0;
	margin:0;
	background-image:none;
}
.Rmenuul1 .menudiv a.menuButton,
.Rmenuul1 .menudiv a.menuButtonSelected{
	padding:0;
	font-size:16px;
	color:#fff;
	margin:0px;
	border-right:0px dotted #bbb;
    background: url(top_nav_divider.gif) no-repeat right center;
	display:inline-block;
}
.Rmenuul1 .menudiv li:last-child a{
	border-right:0px dotted #bbb;
    background: none;
}
.Rmenuul1 .menudiv a.menuButton:hover{
	color:#ffea00;
}
.Rmenuul1 .menudiv a.menuButtonSelected{
	color:#ffea00;
}
.Rmenuul1 .menudiv a .ulpad{
	display:inline-block;
	padding:10px 9px;
}

.Rmenuul1 .menudiv li div.color2{
	z-index:99;
	background-color:#fff;
	/*width:100%;*/
	padding:3px 0;
}
.Rmenuul1 .menudiv li div li{
	display:block;
	width:100%;
	margin:0 0px;
	border-bottom:1px dotted #bbb;
	padding:0px 0px;
	text-align:left;
	background-image:none;
}
.Rmenuul1 .menudiv li div li:last-child {
	border-bottom:0px dotted #bbb;
}
.Rmenuul1 .menudiv li div li a.menuButton,
.Rmenuul1 .menudiv li div li a.menuButtonSelected{
	border:none;
	text-align:left;
	font-size:14px;
    color:#0072a1;
	margin:3px 0px;
    background-image: none;
    display:block;
}
.Rmenuul1 .menudiv li div li a.menuButton:hover{
    border:none;
	text-align:left;
	font-size:14px;
    background-image: none;
    color:#fff;
    background-color:#029bdb;
}
.Rmenuul1 .menudiv li div li a .ulpad{
	padding:5px 10px;
}
#FResponsive .Rmenuul1 {
	margin:0 0 10px;
	display:inline-block;
	text-align:left;
	width:45%;
}
#FResponsive .Rmenuul1 .menudiv{
	padding:0;
	background:none;
}
#FResponsive .Rmenuul1 .menudiv li{
	display:inline-block;
	padding:0;
	margin:0;
	background-image:none;
}
#FResponsive .Rmenuul1 .menudiv a.menuButton,
#FResponsive .Rmenuul1 .menudiv a.menuButtonSelected{
	padding:0;
	font-size:14px;
	color:#444;
	margin:0px;
	border-right:1px dotted #bbb;
	display:inline-block;
}
#FResponsive .Rmenuul1 .menudiv li:first-child a{
	border-right:0px dotted #bbb;
}
#FResponsive .Rmenuul1 .menudiv a.menuButton:hover{
	color:#000;
}
#FResponsive .Rmenuul1 .menudiv a.menuButtonSelected{
	color:#000;
}
#FResponsive .Rmenuul1 .menudiv a .ulpad{
	display:inline-block;
	padding:0 6px 0 3px;
}
#FResponsive .Rmenuul1 .menudiv li:first-child a .ulpad{
	display:inline-block;
	padding:0 0px 0 3px;
}
#MRResponsive .Rmenuul1 {
	margin:0 0 10px;
	display:block;
	text-align:left;
	background-color:#ddd;
	border-radius:10px;
	-moz-border-radius:10px;
	width:100%;
	padding:5px 0;	
}
#MRResponsive .Rmenuul1 .menudiv{
	padding:0;
	width:94%;
	margin:0 3%;
	background:none;
}
#MRResponsive .Rmenuul1 .menudiv li{
	display:block;
	padding:0;
	margin:0;
	background-image:none;
	width:100%;
}
#MRResponsive .Rmenuul1 .menudiv a.menuButton,
#MRResponsive .Rmenuul1 .menudiv a.menuButtonSelected{
	padding:0;
	font-size:17px;
	color:#666;
	margin:0;
	border-bottom:1px dotted #bbb;
	border-right:0px dotted #bbb;
	display:inline-block;
	width:100%;
}
#MRResponsive .Rmenuul1 .menudiv li:last-child a{
	border-bottom:0px dotted #bbb;
}
#MRResponsive .Rmenuul1 .menudiv a.menuButton:hover{
	color:#222;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
	background: -webkit-linear-gradient(left, #ddd, #fff);
	background: -moz-linear-gradient(left, #ddd, #fff);
	background: -ms-linear-gradient(left, #ddd, #fff);
	background: -o-linear-gradient(left, #ddd, #fff);
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
}
#MRResponsive .Rmenuul1 .menudiv a.menuButtonSelected{
	color:#222;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
	background: -webkit-linear-gradient(left, #ddd, #fff);
	background: -moz-linear-gradient(left, #ddd, #fff);
	background: -ms-linear-gradient(left, #ddd, #fff);
	background: -o-linear-gradient(left, #ddd, #fff);
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
}
#MRResponsive .Rmenuul1 .menudiv a .ulpad{
	display:inline-block;
	padding:6px 10px;
}
#MRResponsive .Rmenuul1 .menudiv li div.color2{
	padding:0;
	background:none;
}
#MRResponsive .Rmenuul1 .menudiv li ul li{
	border:none;
	padding:0;
	margin:0;
	background-image:none;
}
#MRResponsive .Rmenuul1 .menudiv li ul li a.menuButton,
#MRResponsive .Rmenuul1 .menudiv li ul li a.menuButtonSelected{
	border:none;
	font-size:14px;
	color:#333;
	margin:2px 0;	
}
#MRResponsive .Rmenuul1 .menudiv li ul li a.menuButton:hover{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
	background: -webkit-linear-gradient(top, #fff, #ddd, #fff);
	background: -moz-linear-gradient(top,#fff, #ddd, #fff);
	background: -ms-linear-gradient(top, #fff, #ddd, #fff);
	background: -o-linear-gradient(top,#fff, #ddd, #fff);
	border-radius:5px;	
	-moz-border-radius:5px;
	-moz-box-shadow: 0px 1px 10px #bbb;
	-webkit-box-shadow: 0px 1px 10px #bbb;
	box-shadow: 0px 1px 10px #bbb;
}
#MRResponsive .Rmenuul1 .menudiv li ul li a.menuButtonSelected{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
	background: -webkit-linear-gradient(top, #fff, #ddd, #fff);
	background: -moz-linear-gradient(top,#fff, #ddd, #fff);
	background: -ms-linear-gradient(top, #fff, #ddd, #fff);
	background: -o-linear-gradient(top,#fff, #ddd, #fff);
	border-radius:5px;	
	-moz-border-radius:5px;
	font-weight:bold;
	-moz-box-shadow: 0px 1px 10px #bbb;
	-webkit-box-shadow: 0px 1px 10px #bbb;
	box-shadow: 0px 1px 10px #bbb;
}
#MRResponsive .Rmenuul1 .menudiv li ul li ul li a.menuButton,
#MRResponsive .Rmenuul1 .menudiv li ul li ul li a.menuButtonSelected{
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	margin:2px 5%;
	width:90%;
	background-color:#666;
	border-radius:5px;	
	-moz-border-radius:5px;	
}
#MRResponsive .Rmenuul1 .menudiv li ul li ul li a.menuButton:hover{
	background:none;
	background-color:#333;
	-moz-box-shadow: 0px 0px 0px #bbb;
	-webkit-box-shadow: 0px 0px 0px #bbb;
	box-shadow: 0px 0px 0px #bbb;
	color:#fff;
}
#MRResponsive .Rmenuul1 .menudiv li ul li ul li a.menuButtonSelected{
	background:none;
	background-color:#333;
	-moz-box-shadow: 0px 0px 0px #bbb;
	-webkit-box-shadow: 0px 0px 0px #bbb;
	box-shadow: 0px 0px 0px #bbb;
}
.Rmenuul1_sub_to_menu{
	background-color:transparent;
	display:inline-block;
	width:100%;
	border-radius:0px;
	-moz-border-radius:0px;
	margin:0px 0px 15px 0px;
	padding:0;
}

#body12320 .Rmenuul1_sub_to_menu{display: inline;}
.Rmenuul1_sub_to_menu h3.color1{
	display:none;
	margin:10px;
	font-size:18px;
}
.Rmenuul1_sub_to_menu .menudiv a.menuButton,
.Rmenuul1_sub_to_menu .menudiv a.menuButtonSelected{
	padding:0;
	font-size:16px;
	font-weight:normal;
	color:#005071;
    border-radius:5px;
    -moz-box-shadow: 0px 1px 3px #7f7f7f;
    -webkit-box-shadow: 0px 1px 3px #7f7f7f;
    box-shadow: 0px 1px 3px #7f7f7f;   
    background-color:#c6c6c6;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c6c6c6), to(#fff));
    background: -webkit-linear-gradient(top, #fff, #c6c6c6);
	background: -moz-linear-gradient(top, #fff, #c6c6c6);
	background: -ms-linear-gradient(top, #fff, #c6c6c6);
	background: -o-linear-gradient(top, #fff, #c6c6c6);
    
    margin: 0px 0px 5px 0px;
}
.Rmenuul1_sub_to_menu .menudiv a.menuButton:hover{
	background-color:#006893;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#25aae1), to(#006893));
    background: -webkit-linear-gradient(top, #006893, #25aae1);
    background: -moz-linear-gradient(top, #006893, #25aae1);
	background: -ms-linear-gradient(top, #006893, #25aae1);
	background: -o-linear-gradient(top, #006893, #25aae1);
	color:#fff;
}
.Rmenuul1_sub_to_menu .menudiv a.menuButtonSelected{
	background-color:#006893;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#25aae1), to(#006893));
    background: -webkit-linear-gradient(top, #006893, #25aae1);
    background: -moz-linear-gradient(top, #006893, #25aae1);
    background: -ms-linear-gradient(top, #006893, #25aae1);
	background: -o-linear-gradient(top, #006893, #25aae1);
	color:#fff;
}
.Rmenuul1_sub_to_menu .menudiv a .ulpad{
	display:inline-block;
	padding: 8px 5px 8px 20px;
}
.Rmenuul1_sub_to_menu .menudiv li{
	display:block;
}
.menudiv li {
	vertical-align:top;
	position:relative;
	overflow:visible;
	padding:0;
	margin:0;
	background-image:none;
}
.menudiv ul {
	vertical-align:top;
}
.menudiv > ul > li {
	display:inline-block;
	padding:0;
	margin:0;
	background-image:none;
}
.menudiv > ul > li div {
	position:absolute;
	white-space:nowrap;
	overflow:hidden;
	height:0;
	opacity:0;
	filter: alpha(opacity = 0);
}
.menudiv li div div {
	position:absolute;
	top:0;
	right:100%;
}
.menudiv a {
	text-decoration:none;
	display:block;
}
.menudiv .parent-of-opened  > div div {
	right:100% !important;
}


/* vertical menu */

.responsiveBlock.vertical .menudiv > ul > li {
	display:block;
	clear:both;
	padding:0;
	margin:0;
	background-image:none;
}
.responsiveBlock.vertical .menudiv div {
	position:static;
}
.responsiveBlock.vertical .menudiv  li, .responsiveBlock.vertical .menudiv  a {
	display:block;
}
.responsiveBlock.click .menudiv  li.parent > a span:before {
	content:'+';
	font-size:16px;
	font-weight:bold;
	color:inherit;
	display:inline-block;
	line-height:1em;
	padding:2px 4px;
	margin-left:2px;
	opacity:0.4;
	filter: alpha(opacity = 40);
}
.responsiveBlock.vertical .parent-of-opened {
	height:auto !important;
}
.responsiveBlock.vertical .parent-of-opened > div {
	height:auto !important;
	opacity:1 !important;
	filter: alpha(opacity = 100) !important;
	overflow:visible !important;
}
.responsiveBlock.click .menudiv  li.parent.opened > a span:before {
	content:'-';
}
.Rmenuul1 a, .Rmenuul1_sub_to_menu a, .portalmenu a {
	text-decoration:none;
	color:inherit;
}
.menuMinButton {
	padding:8px 0px;
	margin:0px auto;
    width:96%;
    display:block;
}
.menuMinButton span {
	color:#fff;
	font-weight:bold;
	font-size:22px;
}
.menuMinButton span:before {
	content:'';
	width:1em;
	height:2px;
	margin-left:10px;
	border-top:double 6px #fff;
	border-bottom:solid 2px #fff;
	display:inline-block;
}
/* Ajax Calendar (calendar2) */

.ajaxEvent {
	border-radius:5px;
	padding:15px;
	background-color:#fff;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
	width:500px;
}
.ajaxEvent  .dates {
	font-size:18px;
	font-weight:normal;
	color:#666;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:solid 2px #eee;
}
.ajaxEvent .pic {
	width:30%;
	margin:0 0 0 1%;
	display:inline-block;
	vertical-align:top;
}
.ajaxEvent .message1{
	width:67%;
	display:inline-block;
	vertical-align:top;
}
.ajaxEvent .button {
	position:relative;
	top:-30px;
	right:-30px;
	background-color:#000;
	width:17px;
	height:auto;
	padding:5px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	border-radius:15px;
	border:solid 2px #fff;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
	cursor:pointer;
}
.ajaxEvent .productInfo {
	border-radius:5px;
	-moz-border-radius:5px;
	padding:3px 10px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#777)) ;
	background: -webkit-linear-gradient(top, #333, #777, #333);
	background: -moz-linear-gradient(top,#333, #777, #333);
	background: -ms-linear-gradient(top, #333, #777, #333);
	background: -o-linear-gradient(top,#333 , #777, #333);
}
.ajaxEvent .productInfo:hover{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111), to(#555)) ;
	background: -webkit-linear-gradient(top, #555, #111, #555);
	background: -moz-linear-gradient(top,#555, #111, #555);
	background: -ms-linear-gradient(top, #555, #111, #555);
	background: -o-linear-gradient(top,#555, #111, #555);
}
.ajaxEvent .button:hover {
	opacity:0.7;
	filter: alpha(opacity = 70);
}


/* FORMS */

.fieldRow {
	min-height:25px;
	height:auto;
	margin:7px 0;
	float:none;
	clear:both;
}
.fieldRow .fieldName {
	width:26%;
}
.fieldRow .fieldInput {
	width:69%;
}
.fieldRow .fieldName {
	display:inline-block;
	min-height:25px;
	font-size:14px;
}
.fieldRow .fieldInput {
	display:inline-block;
	float:right;
}
.fieldRow .fieldInput input {
	width:100%;
	height:25px;
	padding:0;
	font-size:14px;
}
.fieldRow .fieldInput textarea {
	width:100%;
	height:60px;
	padding:0;
	font-size:14px;
}
.fieldRow.submit{
	width:69%;
	float:left;
}
.fieldRow .Radio input{
    display:inline-block;
    width:auto;
    height:auto;
}
.fieldRow .Radio label{
    display:inline-block;
    margin:0 3px 0px 7px;
}

.fieldRow .checkBox  input{
    display:inline-block;
    width:auto;
    height:auto;
}
.fieldRow .checkBox label{
    display:inline-block;
    margin:0 3px 0px 7px;
}
#PF-FROM .LOCALTOP {
	width:100%;
	background-color:#fff;
	padding:10px 0;
	margin:0 0 3px;
}
#PF-FROM .LOCALBelow{
	width:100%;
	background-color:#fff;
	padding:10px 0;
	margin:3px 0 0;
}
#PF-FROM .localRight, #PF-FROM .localLeft {
	display:inline-block;
	width:29%;
	vertical-align:top;
	background-color:transparent;
    line-height:1.4em;
    font: normal 15px arial;
}
#PF-FROM .localLeft{
	float:left;
}
#PF-FROM .Updes, #PF-FROM form, #PF-FROM .formHolder{
	width:63%;
	display:inline-block;
	background-color:transparent;float: left;
}
 #PF-FROM .formHolder form{
	width:90%;
	margin:0 5%;
}


/* Product Search Form */

.productSearchForm{
	display:inline-block;	
	border:1px solid #ccc;
	padding:0.5% 0;
	float:left;
	margin:82px 0 0 0;
}
.productSearchForm form{
	width:96%;
	display:inline-block;
	margin:0\9;
	margin:0 2% !important;
}
.productSearchForm input.filedText{
	display:inline-block;	
	width:77%;
	padding:0;
	margin:0;
	color:#333;
	background:none;
	border:none;
}
.productSearchForm input.submitButton{
	display:inline-block;	
	width:20%;
	padding:0;
	margin:0;
	background:none;
	-moz-box-shadow: 0 0 0 #ddd;
	-webkit-box-shadow: 0 0 0 #ddd;
	box-shadow: 0 0 0 #ddd;
	background-image:url(icon_magnifying.png);
	background-position:top;
	background-repeat:no-repeat;
	min-width:30px;
}

/* Product Search Result */

#TABLESearch{
	background-color:#eee;
	box-shadow:0px 3px 5px #888;
	-moz-box-shadow:0px 3px 5px #888;
	-webkit-box-shadow:0px 3px 5px #888;
	margin:0 0 10px;
}
#TABLESearch .productTitleBG{
	padding:5px 0 0 0;
}
#TABLESearch a.productName{
	font-size:18px;
	color:#666;
	text-decoration:none;
	display:inline-block;
	margin:0 0px 0 0;
}
#TABLESearch .productName:hover{
	color:#FA6D15;
}
#TABLESearch  .productPrice{
	color:#FA6D15;
	font-size:15px;
	display:block;
}
#TABLESearch  .productSKU{
	color:#555;
	font-size:15px;
	display:block;
}
#TABLESearch a.productLinks{
	font-size:14px;
	color:#555;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	padding:6px 40px 6px 0;
	background-image:url(icon_info_black.png );
	background-position:right;
	background-repeat:no-repeat;
}
#TABLESearch .productLinks:hover{
	color:#FA6D15;
}
#TABLESearch br{
	display:none;
}
#ProductSearchPIC a.productLinks{
	padding:0;
	background-image:none;
}
#ProductSearchPIC a.productLinks:before{
	display:none;
}


/* Side Contact Form */
.contact_form_1{
	width:100%;
	background-color:#555;
	border-radius:10px;
	-moz-border-radius:10px;
	padding:10px 0;
	display:block;
	margin:0 0 10px ;
}
.contact_form_1 .contactForm3{
	width:94%;
	margin:0 auto;
	display:block;
	color:#fff;
}
.contact_form_1 .contactForm3 .row{
	padding:3px 0;
	margin:0;
	display:block;
	width:100%;
}
.contact_form_1 .contactForm3  .fieldName{
	width:32%;
	color:#fff;
	font-size:14px;
	display:inline-block;
}
.contact_form_1 .contactForm3 .messageRow .fieldName{
	vertical-align:top;
}
.contact_form_1 .contactForm3 .fieldInput{
	width:63%;
	display:inline-block;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 2px 2px 2px #444 inset;
	-webkit-box-shadow: 2px 2px 2px #444 inset;
	box-shadow: 2px 2px 2px #444 inset;
	border:none;
}
.contact_form_1 .contactForm3 .codeRow .fieldInput{
	background:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
}
.contact_form_1 .contactForm3 .codeRow .fieldInput img{
	height:15px;
	vertical-align:middle
}
.contact_form_1 .contactForm3 .filedText{
	color:#333;
	font-size:14px;
	cursor:pointer;
	width:96%;
	margin:3px 3px;
	border:none;
	background:none;
}
.contact_form_1 .contactForm3 #mytextlast{
	width:25%;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 2px 2px 2px #444 inset;
	-webkit-box-shadow: 2px 2px 2px #444 inset;
	box-shadow: 2px 2px 2px #444 inset;
	border:none;
	margin:0;
	padding:3px;
	text-align:left;
}
.contact_form_1 .contactForm3 textarea.filedText{
	width:94%;
	margin:3px auto 2px;
}
.contact_form_1 .contactForm3 .disabledRow{
	font-size:12px;
}
.contact_form_1 .contactForm3 .submitButton{
	color:#333;
	text-shadow:1px 1px 0px #fff;
	margin:10px auto 0;
	display:block;
	background-color:#eee;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#f5f5f5));
	background: -webkit-linear-gradient(top, #f5f5f5, #ccc);
	background: -moz-linear-gradient(top, #f5f5f5, #ccc);
	background: -ms-linear-gradient(top, #f5f5f5, #ccc);
	background: -o-linear-gradient(top, #f5f5f5, #ccc);
	-moz-box-shadow: 0px 3px 5px #333;
	-webkit-box-shadow: 0px 3px 5px #333;
	box-shadow: 0px 3px 5px #333;
}
.contact_form_1 .contactForm3 .submitButton:hover{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#ccc));
	background: -webkit-linear-gradient(top, #ccc, #f5f5f5);
	background: -moz-linear-gradient(top, #ccc, #f5f5f5);
	background: -ms-linear-gradient(top, #ccc, #f5f5f5);
	background: -o-linear-gradient(top, #ccc, #f5f5f5);
}

/* Contact Form 2 */
.contactForm2{
	width:90%;
	margin:0% auto;
	display:block;
	color:#fff;
}
.contactForm2 label {
	display:none;
}
.contactForm2 .row{
	margin:5px 0;
	display:block;
	width:100%;
}
.contactForm2 .fieldInput{
	width:100%;
	display:inline-block;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 2px 2px 2px #444 inset;
	-webkit-box-shadow: 2px 2px 2px #444 inset;
	box-shadow: 2px 2px 2px #444 inset;
	border:none;
}
.contactForm2 .codeRow .fieldInput{
	background:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
}
.contactForm2 .filedText{
	color:#333;
	font-size:14px;
	cursor:pointer;
	width:96%;
	margin:3px auto;
	display:block;
	border:none;
	background:none;
}
.contactForm2 .filedText.must_field{
	font-weight:bold;
}
.contactForm2 .filedText.error_field{
	color:#FA6D15;
	font-weight:bold;
}
.contactForm2 #mytextlast{
	width:36%;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 2px 2px 2px #444 inset;
	-webkit-box-shadow: 2px 2px 2px #444 inset;
	box-shadow: 2px 2px 2px #444 inset;
	border:none;
	margin:3px 0;
	padding:3px;
	text-align:left;
	display:inline-block;
}
.contactForm2 textarea.filedText{
	width:94%;
	margin:3px auto 2px;
}
.contactForm2 .submitButton{
	color:#333;
	text-shadow:1px 1px 0px #fff;
	margin:10px auto 0;
	display:block;
	background-color:#eee;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#f5f5f5));
	background: -webkit-linear-gradient(top, #f5f5f5, #ccc);
	background: -moz-linear-gradient(top, #f5f5f5, #ccc);
	background: -ms-linear-gradient(top, #f5f5f5, #ccc);
	background: -o-linear-gradient(top, #f5f5f5, #ccc);
	-moz-box-shadow: 0px 3px 5px #333;
	-webkit-box-shadow: 0px 3px 5px #333;
	box-shadow: 0px 3px 5px #333;
}
.contactForm2 .submitButton:hover{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#ccc));
	background: -webkit-linear-gradient(top, #ccc, #f5f5f5);
	background: -moz-linear-gradient(top, #ccc, #f5f5f5);
	background: -ms-linear-gradient(top, #ccc, #f5f5f5);
	background: -o-linear-gradient(top, #ccc, #f5f5f5);
}
.contactForm2 .disabledRow label{
	color:#fff;
	display:inline-block;
}
.contactForm2 .codeRow img{
	vertical-align:middle;
}


/* Register & Login Pages */

.registerPage .registerFormDiv, .loginPage .loginFormDiv{
	width:80%;
	margin:0 auto;
	display:block;
	background-color:#ccc;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#eee));
	background: -webkit-linear-gradient(45deg, #eee, #ccc);
	background: -moz-linear-gradient(45deg, #eee, #ccc);
	background: -ms-linear-gradient(45deg, #eee, #ccc);
	background: -o-linear-gradient(45deg, #eee, #ccc);
	border:1px solid #fff;
	-moz-box-shadow: 0px 4px 10px #aaa;
	-webkit-box-shadow: 0px 4px 10px #aaa;
	box-shadow: 0px 4px 10px #aaa;
	padding:5px 0;
}
.loginPage.registerPage .registerFormDiv, .loginPage.registerPage .loginFormDiv{
	width:45%;
	vertical-align:top;
	margin:0 9px\9;
	margin:0 1.5% !important;
	display:inline-block;
}
.registerPage .registerFormDiv .tablePageTitle, .loginPage .loginFormDiv .tablePageTitle{
	width:94%;
	margin:0 auto;
	display:block;
	border-bottom:1px dashed #fff;
}
.registerPage .registerFormDiv .tablePageTitle .tdPageTitle, .loginPage .loginFormDiv .tablePageTitle .tdPageTitle{
	color:#333;
	text-shadow:1px 1px 0px #fff;
	text-align:center;
	padding:0 0 10px;
}
.registerPage .registerFormDiv .tablePageFormat, .loginPage .loginFormDiv #tableform{
	width:94%;
	margin:0 auto
}
.registerPage .registerFormDiv #tableform form, .loginPage .loginFormDiv #tableform form{
	width:70%;
	margin:0 auto;
	display:block;
}
.loginPage.registerPage .registerFormDiv #tableform form, .loginPage.registerPage .loginFormDiv #tableform form{
	width:100%;
	margin:0 auto;
	display:block;
}
.registerPage .registerFormDiv  #tableform form table, .loginPage .loginFormDiv #tableform form table{
	width:100%;
}
.registerPage .registerFormDiv #tableform  form table .inputName, .loginPage .loginFormDiv #tableform form table .inputName{
	text-align:left;
}
td.filedText{
	border:none;
}
.registerPage .registerFormDiv #tableform form table .message td, .loginPage .loginFormDiv #tableform form table .message td{
	padding:10px 0;
}
#shopperLookup .welcomeBack .H5{
	background:none;
	padding:10px 0;
	text-shadow:1px 1px 0px #fff;	
	color:#333;
}
.registerFormDiv #shopperNew .inputName {
	width:25% !important;
}
.registerFormDiv #shopperNew .inputValue{
	width:74% !important;
}
.loginPage.registerPage .H5{
	background:none;
	padding:10px 0;
	color:#333;
	font-weight:normal;
}
.forgotPassword{
	display:block;
	width:100%;
	text-align:left;
}
.forgotPassword a{
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:#333;
}
.forgotPassword a:hover{
	color:#FA6D15;
}


/* Password Form */

.formHolderPassword{
	width:70%;
	display:block;
	margin:0 auto;
	background-color:#686363;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#eee));
	background: -webkit-linear-gradient(45deg, #eee, #ccc);
	background: -moz-linear-gradient(45deg, #eee, #ccc);
	background: -ms-linear-gradient(45deg, #eee, #ccc);
	background: -o-linear-gradient(45deg, #eee, #ccc);
	border:1px solid #fff;
	-moz-box-shadow: 0px 4px 10px #aaa;
	-webkit-box-shadow: 0px 4px 10px #aaa;
	box-shadow: 0px 4px 10px #aaa;
	padding:20px 0;
}
.formHolderPassword .adminH5, .formHolderPassword .fieldRow{
	width:80%;
	display:block;
	margin:0 auto;
}
.formHolderPassword .submit{
	text-align:left;
	padding:10px 0 0 0;
}


/* JS Gallery */

.jsGallery {
	display:block;
}
#jsGallery {
	height:416px;
}
#jsGallery .picDiv {
	height:416px;
	overflow:hidden;
	width:100%;
}
#jsGallery .picDiv img{
	width:100%;
	min-height:416px;
}
#jsGallery .text {
	width:22%;
	padding:10px;
    margin: 0px 1px 0px 0px;
	text-align:left;
	vertical-align:middle;
	bottom:8%;
	position:absolute;
	color:#007db1;
    font:normal 23px arial;
    line-height:1.2em;
	display:inline-block;
    background: url(gal_text_bg.png) repeat transparent;
    border-radius:5px 0px 0px 5px;
    border:1px solid #fff;
}
#jsGallery .text strong{
    font:bold 28px arial;
}


#jsGallery .bar {
	width:100%;
	top:380px !important;
	right: 340px;
    text-align: right;
}
#jsGallery .bar .button {
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:12px;
	-moz-border-radius:12px;
	margin:0 7px;
	background-color:#fff;
	border:solid 0px #9f9f9f;
	cursor:pointer;
	-moz-box-shadow: 1px 1px 1px #777777 inset;
	-webkit-box-shadow: 1px 1px 1px #777777 inset;
	box-shadow: 1px 1px 1px #777777 inset;
}
#jsGallery .bar .button:hover,  #jsGallery .bar .button.selected {
	background-color:#ffb400;
	color:#fff;
}
#jsGallery .bar .button .num {
	display:none;
}
#jsGallery a.productLinks {
	text-align:center;
	display:inline-block;
	position:absolute;
	bottom:3%;
	padding:2px 10px;
	color:#fff;
	font-size:14px;
	background: rgba(0, 0, 0, .7);
	background-color:#000\9;
	text-decoration:none;
}
.gallery_bottom_shadow{
    display:block;
    width:100%;
    margin: auto;
    height:12px;
}
.gallery_bottom_shadow img{
    display:block;
}
/* JS3 Gallery*/

#js-gallery-3 #history{
	margin:5px 0 0;
}
#js-gallery-3 ul li{
	background:none;
	display:none;
	padding:0;
}
#js-gallery-3 .bottomEditor{
	background-color:#fff;
	width:100%;
	margin:3px 0 0 0;
	padding:5px 0;
}
#js-gallery-3 .topEditor{
	background-color:#fff;
	width:100%;
	margin:0 0 3px 0;
	padding:5px 0;
}
#js-gallery-3 .topDes{
	background-color:#fff;
	width:100%;
	margin:0 0 3px 0;
	padding:5px 0;
}

/* Panels */
.DDpanel{
	margin:0 0 1px 0;
	display:block;
}
.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
	color: #222;
	background: #ddd; /*background of Drop Down Panel*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#eee));
	background: -webkit-linear-gradient(top, #eee, #ddd);
	background: -moz-linear-gradient(top, #eee, #ddd);
	background: -ms-linear-gradient(top, #eee, #ddd);
	background: -o-linear-gradient(top, #eee, #ddd);
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}
.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
	margin:1px 0px 0 0;
	font: normal 13px Arial;
}
.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
	float: right;
	color: #333;
	background: black url(toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
	text-decoration: none;
	letter-spacing: 1px;
	background-color:#CCCCCC;
	border-radius:0 0 5px 5px;	
	-moz-border-radius:0 0 5px 5px;	
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
}
.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
	float: left;
	display: block;
	background: transparent url(toggleright.gif) no-repeat right bottom;
	padding: 9px 12px 8px 13px;
	cursor: pointer;
}
.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
	margin-top: 0px;
	margin-left: 5px;
}
.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
	background-color: #DDDDDD; /*background of toggle tab onMouseover*/
}
.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
	outline: 0;
}
.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
	background-color: transparent;
}
.ddpanel .topFormRd{
	width:80%;
	margin:10px auto;
	display:block;
}
.ddpanel .topFormRd .row{
	width:48%;
	margin:0 0px 5px;
	display:inline-block;
	vertical-align:top;
}
.ddpanel .topFormRd .row .fieldName{
	width:25%;
	display:inline-block;
	color:#222;
	font-size:14px;
	vertical-align:top;
	padding:3px 0 0 0;
	text-align:left;
}
.ddpanel .topFormRd .messageRow .fieldName{
	vertical-align:top;
	padding:5px 0 0 0;
}
.ddpanel .topFormRd .row .fieldInput{
	width:74%;
	display:inline-block;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #888 inset;
	-moz-box-shadow:2px 2px 2px #888 inset;
	-webkit-box-shadow: 2px 2px 2px #888888 inset;
	background-color:#fff;
	padding:4px 0px;
	float:left;
}
.ddpanel .topFormRd .codeRow .fieldInput{
	border-radius:0;
	-moz-border-radius:0;
	box-shadow: 0 0 0 #888 inset;
	-moz-box-shadow:0 0 0 #888 inset;
	-webkit-box-shadow: 0 0 0 #888 inset;
	background-color:transparent;
	padding:0px;
}
.ddpanel .topFormRd .row .fieldInput #mytextlast{
	width:50%;
	display:inline-block;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #888 inset;
	-moz-box-shadow:2px 2px 2px #888 inset;
	-webkit-box-shadow: 2px 2px 2px #888888 inset;
	background-color:#fff;
	padding:4px 0px;
	margin:0;
}
.ddpanel .topFormRd .row .fieldInput .filedText{
	color:#333;
	font-size:14px;
	margin:0 auto;
	width:96%;
	display:block;
	border:none;
	text-align:left;
}
.ddpanel .topFormRd .row .fieldInput #mytextlast{
	width:50%;
	display:inline-block;
	text-align:left;
}
.ddpanel .topFormRd .disabledRow{
	color:#222;
	font-size:14px;
	text-align:right !important;
}
.ddpanel .topFormRd .submitRow{
	text-align:left;
}
.ddpanel .topFormRd .topFormTitle{
	font-size:22px;
	color:#333;
	display:block;
	text-align:center;
	margin:0 auto 10px;
	width:98%;
	border-bottom:1px dashed #999;
	padding:0 0 10px;
}
.ddpanel .topFormRd .topFormText{
	font-size:15px;
	color:#333;
	display:block;
	text-align:justify;
	margin:0 auto 15px;
	width:98%;
}
.ddpanel .topFormRd .contactForm{
	display:block;
	margin:0 auto;
	width:98%;
}
.ddpanel .topFormRd .contactForm div{
	text-align:center;
}
.ddpanel .topFormRd .contactForm div.codeRow, .ddpanel .topFormRd .contactForm div.codeRow .fieldInput{
	text-align:left;
}


/* Ajax Panel*/

a:focus {
outline: none;
}
a.trigger{
	position: fixed !important;
	background-color:#FA6D15;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: Arial, helvetica, arial, sans-serif;
	color:#fff;
	padding:6px 20px;
	font-weight: bold;	
	z-index:99;
}
a.trigger.left {
	left: 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	-moz-box-shadow: -3px -3px 3px #666;
	-webkit-box-shadow: -3px -3px 3px #666;
	box-shadow: -3px -3px 3px #666;
}
a.trigger.right {
	right: 0;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	z-indez:99;
}
a.trigger.bas {
	right: 0px;
	top:60px !important;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	z-index:95;
}
a.trigger.bas.active {
	background-color:#000;
	color:#fff;
}
a.trigger:hover {
	background-color:#000;
	color:#fff;
}
a.active.trigger {
	background-color:#fff;
	color:#000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel {
	color:#fff;
	position: fixed !important;
	z-index:98;
	display: none;
	background: #000000;
	width: 300px;
	height: auto;
	z-index:97;
	text-align:left;
	font-size:13px;
	filter:alpha(opacity=100) !important;
	opacity: 1 !important;
}
.panel.en {
	text-align:left;
	direction:ltr;
}
.panel.left {
	left: 0;
	padding: 20px 30px 20px 100px;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
}
.panel.right {
	right: 0;
	padding: 45px 0px 20px 0px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	z-index:98;
}
.panel.bas{
	top:60px !important;
	right:0px;
	background-color:#eee;
	background: radial-gradient(circle, white 10%, transparent 10%),
	radial-gradient(circle, white 10%, #eee 10%) 50px 50px;
	background-size:30px 30px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	box-shadow:0px 5px 5px #333;
	-moz-box-shadow:0px 5px 5px #333;
	-webkit-box-shadow:0px 5px 5px #333;
	color:#333;
	width:450px;
	padding:35px 0 10px 0;
	z-index:94;
}
.panel.bas .ajaxshopperBasket{
	width:400px;
	margin:0 auto;
	display:block;

}
.panel.bas .ajaxshopperBasket .tdPageTitle h1, .panel.bas .ajaxshopperBasket .tdPageTitle{
	color:#222;
	text-shadow:1px 1px 0px #fff;
}
.panel.bas .ajaxshopperBasket .shopperBasket{
	padding:0;
	height:300px;
	overflow-y:scroll;
	display:block;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow{
	background:none;
	background-color:#fff;
	box-shadow:0px 0px 10px #aaa;
	-webkit-box-shadow:0px 0px 10px #aaa;
	-moz-box-shadow:0px 0px 10px #aaa;
	margin:0 0 10px;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .mainDetails{
	border:none;
	border-left:1px dashed #ccc;
	width:40%;
	margin:0 auto;
	display:inline-block;	
	padding:0 0 0 5px;
	padding:0;
	margin:0;
	height:auto;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .mainDetails .productPic{
	/*height:50%;*/
	width:49%;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	margin:5px;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .mainDetails .productName{
	/*height:38%;
	margin:0 5px;
	display:inline-block;*/
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .mainDetails .productName a{
	font-size:13px;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .productInputs{
	width:25%;
	display:inline-block;	
	margin:0;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .productInputs div{
	width:100%;
	max-width:100%;
	display:block;
	margin:0;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .productPrices{
	width:30%;
	display:inline-block;	
	text-align:left;
	margin:0;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .productPrices div,
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .productPrices span{
	float:none;
	width:100%;
	max-width:100%;
	display:block;
	margin:0;
}
.panel.bas .totalBasket, .panel.bas .basketButtons{
	width:90%;
	margin:0 auto;
	display:block;
}


/*ajaxsBasketin */

.ajaxsBasketin .tablePageTitle,
.ajaxsBasketin form,
.ajaxsBasketin .ajaxshopperBasketmore{
	width:95%;
	display:block;
	margin:0 auto;
}
.ajaxsBasketin .basketButtons .basketButtonTd{
	display:inline-block
}
.ajaxsBasketin .basketButtons .basketButtonTd form{
	width:auto;
	display:inline-block;
	margin:0 10px 10px 0;
}
.ajaxshopperBasketmore .tablePageTitle{
	width:100%;
	display:block;
	margin:0 auto 10px;
}

/* Filters */

.PILTERPRO{
	width:100%;
	background-color:#777;
	border-radius:10px;
	-moz-border-radius:10px;
	padding:10px 0;
	display:block;
	margin:0 0 10px ;
}
.PILTERPRO .wrap{
	width:94%;
	margin:0 auto;
	display:block;
}
.PILTERPRO .wrap .filter{
	width:100%;
	margin:0 0 5px;
}
.PILTERPRO .submitButton{
	color:#333;
	text-shadow:1px 1px 0px #fff;
	margin:0 auto;
	display:block;
	background-color:#eee;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#f5f5f5));
	background: -webkit-linear-gradient(top, #f5f5f5, #ccc);
	background: -moz-linear-gradient(top, #f5f5f5, #ccc);
	background: -ms-linear-gradient(top, #f5f5f5, #ccc);
	background: -o-linear-gradient(top, #f5f5f5, #ccc);
	-moz-box-shadow: 0px 3px 5px #333;
	-webkit-box-shadow: 0px 3px 5px #333;
	box-shadow: 0px 3px 5px #333;
}
.PILTERPRO .submitButton:hover{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#ccc));
	background: -webkit-linear-gradient(top, #ccc, #f5f5f5);
	background: -moz-linear-gradient(top, #ccc, #f5f5f5);
	background: -ms-linear-gradient(top, #ccc, #f5f5f5);
	background: -o-linear-gradient(top, #ccc, #f5f5f5);
}
.filtersTable{
	background-color:#eee;
	width:100%;
}
.filtersTable td{
	min-width:10%;
	padding:5px 0;
}
.filtersTable .filterHeader{
	font-size:16px;
	color:#333;
	text-shadow:1px 1px 0px #fff;
}
.filterParam{
	color:#333;
	font-size:14px;
}
.filterParam .filter .num{
	font-weight:bold;
}
.filterParam a{
	color:#333;
	font-size:14px;
	text-decoration:none;
}
.filterParam a:hover{
	color:#FA6D15;
}
#HResponsive .PILTERPRO, #FResponsive .PILTERPRO{
	width:100%;
	background-color:#777;
	border-radius:10px;
	-moz-border-radius:10px;
	padding:10px 0;
	display:block;
	margin:0 0 10px ;
}
#HResponsive .PILTERPRO .wrap, #FResponsive .PILTERPRO .wrap{
	width:84%;
	margin:0 5px 0 0;
	margin:0;
	display:inline-block;
}
#HResponsive .PILTERPRO .wrap .filter, #FResponsive .PILTERPRO .wrap .filter{
	width:16%;
	margin:0 0;
	display:inline-block;
}
#HResponsive .PILTERPRO .submitButton, #FResponsive .PILTERPRO .submitButton{
	color:#333;
	text-shadow:1px 1px 0px #fff;
	margin:0 auto;
	display:inline-block;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#f5f5f5));
	background: -webkit-linear-gradient(top, #f5f5f5, #ccc);
	background: -moz-linear-gradient(top, #f5f5f5, #ccc);
	background: -ms-linear-gradient(top, #f5f5f5, #ccc);
	background: -o-linear-gradient(top, #f5f5f5, #ccc);
	-moz-box-shadow: 0px 3px 5px #333;
	-webkit-box-shadow: 0px 3px 5px #333;
	box-shadow: 0px 3px 5px #333;
}
#HResponsive .PILTERPRO .submitButton:hover,
#FResponsive .PILTERPRO .submitButton:hover{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#ccc));
	background: -webkit-linear-gradient(top, #ccc, #f5f5f5);
	background: -moz-linear-gradient(top, #ccc, #f5f5f5);
	background: -ms-linear-gradient(top, #ccc, #f5f5f5);
	background: -o-linear-gradient(top, #ccc, #f5f5f5);
}

/* Site Footer */

.Site_Footer_info{
	width:54%;
	display:inline-block;
	text-align:left;
	color:#333;
	font-size:14px;
}
.Site_Footer_info .site-name .name{
	color:#FA6D15;
	padding:0 0 0 5px;
}
.Site_Footer_info .site-name{
	font-weight:bold;
	padding:0 0 0 5px;
}
.Site_Footer_info .copyright-sign{
	padding:0 5px;	
}
.Site_Footer_info .title2{
	display:block;
	text-align:left;
}
.Site_Footer_info .business-info{
	display:block;
	text-align:left;
}
.Site_Footer_info .business-info .title{
	font-weight:bold;
	padding:0 5px 0 0;
	display:inline-block;
}
.Site_Footer_info .business-info .value{
	padding:0 5px 0 0;
	display:inline-block;
}

/* Admin Footer */

.Admin_Footer{
	background-color:#333;
	width:100%;
	text-align:center;
	display:inline-block;
	padding:10px 0;
	margin:10px 0 0;
}
.Admin_Footer .interdealink{
	width:100%;
	text-align:center;
}
.Admin_Footer a{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.Admin_Footer a:hover{
	text-decoration:underline;
	color:#fff;
}
#interdealfooter{
	display:none;
}


/* Seker */

.SEKER{
	border-radius:10px;
	-moz-border-radius:10px;
	background-color:#ddd;
	display:block;
	padding:0 0 10px 0;
}
.SEKER #seker{
	display:block;
	width:90%;
	margin:0 auto;
}
.SEKER #seker .sekerq{
	display:block;
	padding:5px 0 3px;
	margin:0 0 3px;
	border-bottom:1px dashed #fff;
	text-align:center;
	font-size:17px;
	color:#333;
}
.SEKER #seker label{
	font-size:14px;
	color:#333;
}
.SEKER .submitbutton{
	font-size:14px;
	font-weight:normal;
	color:#333;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	text-align:center;
	background-color:#eee;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#f5f5f5));
	background: -webkit-linear-gradient(top, #f5f5f5, #ccc);
	background: -moz-linear-gradient(top, #f5f5f5, #ccc);
	background: -ms-linear-gradient(top, #f5f5f5, #ccc);
	background: -o-linear-gradient(top, #f5f5f5, #ccc);
	border:none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 3px 5px #333;
	-webkit-box-shadow: 0px 3px 5px #333;
	box-shadow: 0px 3px 5px #333;
	padding:7px 15px;
	margin:0 auto;
	cursor:pointer;
	min-width:120px;
	display:block;
}
.SEKER .submitbutton:hover{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#f5f5f5));
	background: -webkit-linear-gradient(bottom, #f5f5f5, #ccc);
	background: -moz-linear-gradient(bottom, #f5f5f5, #ccc);
	background: -ms-linear-gradient(bottom, #f5f5f5, #ccc);
	background: -o-linear-gradient(bottom, #f5f5f5, #ccc);
}


/* Seker Result */

.sekerAns{
	background-color:#eee;
	width:24%;
	margin:0 0.5%;
	display:inline-block;
	text-align:center;
	float:right;
	vertical-align:top;
}
#sekerAns1{
	background-color:#f5f5f5;
}
#sekerAns2{
	background-color:#eee;
}
#sekerAns3{
	background-color:#ddd;
}
#sekerAns4{
	background-color:#ccc;
}
.sekerBG{
	display:block;
	width:100% !important;
	text-align:center;
}

/* Back to Top */

#back-top {
	position: fixed;
	bottom:30px;
	left:30px;
	z-index:99;
}
#back-top a {
	width: 90px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#back-top span {
	width: 90px;
	height: 90px;
	display: block;
	margin-bottom: 7px;
	background: #FA6D15 url(up-arrow.png) no-repeat center center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#back-top a:hover span {
	background-color: #000;
}


/* Links */
a.productLinks{
	font-size:13px;
	color:#333;
	font-weight:bold;
	text-decoration:none;	
}
a.productLinks:hover{
	color:#FA6D15;
}
a.pdf{
	font-size:13px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	padding:3px 23px 2px 0;
	display:inline-block;
	background-image:url(icon_document_black.png);
	background-position:right;
	background-repeat:no-repeat;	
}
a.pdf:hover{
	color:#FA6D15;
}
a.toSite{
	font-size:13px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	padding:3px 23px 2px 0;
	display:inline-block;
	background-image:url(icon_hyperlink_black.png);
	background-position:right;
	background-repeat:no-repeat;
	float:none;	
}
a.toSite:hover{
	color:#FA6D15;
}
a.toSite2{
	font-size:13px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	padding:3px 23px 2px 0 !important;
	display:inline-block;
	background-image:url(icon_hyperlink_black.png);
	background-position:right;
	background-repeat:no-repeat;
	float:none !important;	
}
a.toSite2:hover{
	color:#FA6D15;
}
a.productInfo{
 background: #0a7ba9 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin: 8px 0 0;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
}
a.productInfo:hover{
	background:#404041;
}

a.productBasketShop{
	color:#444;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	background-image:url(icon_cart_black.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:3px 23px 2px 0;
}
a.productBasketShop:hover{
	color:#F96D15;
}
.productBasketShopIn{
	color:#FA6D15;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	background-image:url(icon_basket_black.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:3px 23px 2px 0;
}
a.productWishlist{
	color:#444;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	background-image:url(icon_fav_black.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:3px 23px 3px 0;
}
a.productWishlist:hover{
	color:#F96D15;
}
a.productGetPrice{
	color:#fff;
	font-size:17px;
	font-weight:normal;
	text-decoration:none;
	display:block;
    text-align:center;
    background:#ff3f0b;
	padding:12px 0px;
    width:98%;
    border-radius:8px;
    box-shadow: 1px 1px 3px #767676;
    -moz-box-shadow: 1px 1px 3px #767676;
    -webkit-box-shadow: 1px 1px 3px #767676;
    border: 1px solid #fff;
}
a.productGetPrice:hover{
	background:#015382;
    box-shadow: 1px 1px 3px #002636 inset;
    -moz-box-shadow: 1px 1px 3px #002636 inset;
    -webkit-box-shadow: 1px 1px 3px #002636 inset;
    border:none;
}


/* Icons */


.pdf{
	padding:3px 23px 2px 0;
	display:inline-block;
	background-image:url(icon_document_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.toSite{
	padding:3px 23px 2px 0;
	display:inline-block;
	background-image:url(icon_hyperlink_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.arrow{
	padding:3px 23px 2px 0;
	display:inline-block;
	background-image:url(icon_arrow_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.phone_icon{
	padding:3px 23px 2px 0;
	display:inline-block;
	background-image:url(icon_phone_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.cell_icon{
	padding:3px 23px 2px 0;
	display:inline-block;
	background-image:url(icon_cell_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.fax_icon{
	padding:3px 23px 2px 0;
	display:inline-block;
	background-image:url(icon_fax_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.mail_icon{
	padding:3px 23px 2px 0;
	display:inline-block;
	background-image:url(icon_mail_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.home_icon{
	padding:3px 23px 2px 0;
	display:inline-block;
	background-image:url(icon_home_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.star{
	padding:3px 23px 2px 0;
	display:inline-block;
	background-image:url(icon_star_black.png);
	background-position:right;
	background-repeat:no-repeat;
}

/* ###arc  slider ### */
a {
	text-decoration: none;
	outline: none;
}
a img{
	border: none;
}
.slider h2{
	font-family: Georgia, Serif;
	font-size: 36px;
	text-align: center; 
	font-weight: normal;
}
#page-wrap{
	background: white; 
	width: 960px; 
	margin: 0 auto; 
	padding:50px 0; 
}
.slider{
	background:#eeeeee;
	width:100%;
	display:block;
}
#slider{
	height: 310px; 
	overflow: hidden;
	position: relative; 
	margin: 10px auto; 
	width:960px; 
	direction:ltr; 
}
								  
/* DEFAULT is for three panels in width, adjust as needed
This only matters if JS is OFF, otherwise JS sets this. */								  
#mover{ 
	width: 2880px; 
	position: relative; 
}
#mover .slide{ 
	padding: 40px 30px; 
	width: 900px; 
	float:left; 
	position: relative; 
}
#mover .slide h1{ 
	font-family: Helvetica, Sans-Serif; 
	font-size: 22px; 
	letter-spacing: -1px;
	color: #666;
	position: absolute; 
	top: 15px; 
	right: 520px; 
}
#mover .slide h3{
	color: #000000; 
	font-size: 14px; 
	line-height: 22px; 
	width: 420px; 
	top: 50px; 
	right: 520px; 
	position: absolute; 
} 
.readmore2{
	position: absolute; 
	top: 270px; 
	right: 520px; 
	color:#FA6D15;
	font-size:14px;
}
.readmore2:hover{
	color:#000;
}
#mover .slide img{ 
	position: absolute; 
	/*top: 10px; */
	right: 80px; 
	width:400px;
}
#mover .#slide-1 img{ 
	top: 10px; 
}
#slider-stopper{ 
	position: absolute; 
	top: 20px; 
	right: 10px; 
	background-color:#686363;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#686363), to(#9b9797));
	background: -webkit-linear-gradient(top, #9b9797, #686363);
	background: -moz-linear-gradient(top, #9b9797, #686363);
	background: -ms-linear-gradient(top, #9b9797, #686363);
	background: -o-linear-gradient(top, #9b9797, #686363);
	-moz-box-shadow: 1px 1px 10px #ddd;
	-webkit-box-shadow: 1px 1px 10px #ddd;
	box-shadow: 1px 1px 10px #ddd;
	text-shadow:1px 1px 0px #333;
	border:none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	padding: 3px 8px; 
	font-size: 12px; 
	text-transform: uppercase;
	z-index: 1000; 
}
#slider-stopper:hover{
	background-color:#FA6D15;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FA6D15), to(#f79252));
	background: -webkit-linear-gradient(top, #f79252, #FA6D15);
	background: -moz-linear-gradient(top, #f79252, #FA6D15);
	background: -ms-linear-gradient(top, #f79252, #FA6D15);
	background: -o-linear-gradient(top, #f79252, #FA6D15);
}


/* arc scrollerota  */

* {
	outline: none;
}

#scrollerota {
	width: 100%;
	height: 333px;
	overflow: hidden;
	position: relative;
	display:block;
	margin:0 auto;
}

#scrollerota ul.text {
	list-style: none;
	width: 250px;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
		
#scrollerota ul.text li {
	overflow: hidden;
}

#scrollerota a.readmore {
	background: #666;
	border: 1px solid #777;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	clear: both;
	display: block;
	width: 80px;
	margin-top: 16px;
	text-decoration: none;
	font-size: 12px;
	line-height: 17px;
}
		
#scrollerota a:hover.readmore {
	background: #888;
	border: 1px solid #999;
	text-decoration: none;
}
		
#scrollerota ul.images {
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}
#scrollerota ul.images li {
	float: left;
	background-image:none;
	padding:0;
}
#scrollerota ul li img{
	width:100%;
}						
#scrollerota .controls {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
		
#scrollerota .controls a {
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	background-image: url(controls.png)!important;
	background-repeat:no-repeat;
}
	
#scrollerota .controls .prev {
	background-position: 0 -22px!important;
}
	
#scrollerota .controls .next {
	background-position: -23px -22px!important;
}
			
#scrollerota .controls .play {
	background-position: -23px 0!important;
	display: none;
}

/* zozoAccordion */
#zozoAccordion{
    width:100% !important;
}
.z-accordion.horizontal > section > .z-content {
    background: none repeat scroll 0 0 #FFFFFF;
}
.z-accordion, .z-accordion > section, .z-accordion > section > h3, .z-accordion > section > h3 .z-title, .z-accordion > section > .z-content {
    border-color: white;
}
.z-accordion.horizontal > section > h3 {
    background:#ccc;
    color: #fff;
}
.z-accordion.vertical > section > h3 {
    background:#ccc;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}
.zozoAccordionHtml{
    display:block;
    width:100%;
}
.z-accordion.vertical > section > h3{
    padding:0 30px !important;
}


/* Scroll right left*/
#makeMeScrollable{
    height:210px !important;
}
div.scrollWrapper{
    width:1278px !important;
}
.scrollingHotSpotLeft{
    display:block !important;
}
#makeMeScrollable div.scrollableArea *{
		float: right;
}
    
/* ResponsiveMix*/

/* CSS Document */
/* ----------------- thumbnails label  -------------------- */
.largeLabel{
	font-family:Arial, Helvetica, sans-serif !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	font-size:16px !important;
	font-weight:400 !important;
	line-height:20px !important;
	color:#FFFFFF !important;
	text-align:center !important;
}

.smallLabel{
	font-family:Arial, Helvetica, sans-serif !important;
	margin: 6px !important;
	margin-bottom:0px !important;
	padding: 0px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	font-size:13px !important;
	line-height:16px !important;
	color:#AAAAAA !important;
	text-align:center !important;
}

/* -------- lighbox description window  ---------- */
.mediaDescriptionHeader{
	font-family:Arial, Helvetica, sans-serif !important;
	margin: 6px !important;
	margin-right: 10px !important;
	font-size:22px !important;
	line-height:22px !important;
	color:#000000;
}

.mediaDescriptionText{
	font-family:Arial, Helvetica, sans-serif !important;
	margin: 6px !important;
	margin-right: 10px !important;
	font-size:13px !important;
	line-height:18px !important;
	color:#FFFFFF;
}
#myDiv{
	background-color:#000;
}

/* Real Design */

.topLogo{
	display:inline-block;
	text-align:left;
	margin:10px 0 0 0;
}

.homeTitleRd{
	display:block;
	background-color:#eee;
	padding:5px 0;
	width:100%;
	margin:10px 0px;
}
.homeTitleRd span{
	padding:0 10px;
	color:#333;
	font-size:18px;
}


.showFilters{
    background-color: #AAAAAA;
    color: #FFFFFF;
    float: left;
    margin-top: -30px;
    padding: 3px; 
    display:none;
}
div.filtersTable{
    width:100%;
    display:none;    
}
div.filtersTable div.td{
    width:100%;
    display:block;       
}



/* --- checkForm default CLASSES --- */
.value_label {
    color:#999999;
}
.tc_textfield .error_field {
	color:#CF0000;
}
.contactForm3 label {
	display:none;
}


/*  SiteMap Design */


.new_sitemap .menudiv li{
    display:block;
    padding:0 12px 0 0 ;
    background-image:url(liBullet.gif);
    background-position:right 7px;
	background-repeat:no-repeat;
}
.new_sitemap .menudiv a.menuButton, .new_sitemap .menudiv a.menuButtonSelected{
    background:none;
    color:#454545;
    display:inline-block;
    font-size:16px;
    font-weight:normal;
    margin: 0px;
    padding: 0px;
}
.new_sitemap .menudiv a.menuButton:hover{
    color:#006994;
}
.new_sitemap .menudiv ul li div{
    height:auto;
    position:relative;
	white-space:nowrap;
	overflow:visible;
	opacity:100;
	filter: alpha(opacity = 100);
    
}

/* TOP DESIGN  */

.header_rd{
    position:relative;
    width:977px;
    margin: 0px auto 0px auto;
    display:block;
    height:172px;
}
.top_ziv_logo{
    display:block;
    float:left;
    margin: 35px 0px 0px 0px;
}
.top_ziv_logo img{
    display:block;
}
.header_right{
    display:block;
    float:right;
    margin: 16px 0px 0px 0px;
    position:relative;
    overflow:auto;
}

.top_lang_socials{
    display:block;
    text-align:left;
}
.top_lang_socials div{
    display:inline;
}
.top_linkedin{
    margin: 0px 5px 0px 5px;
}

.top_langs{
    margin: 0px 70px 0px 0px;
    font: normal 13px arial;
    color:#029bdb;
}
.top_langs a{
    font: normal 13px arial;
    color:#029bdb;
}
.top_langs a:hover{
    color:#ce9100;
}
.top_phone{
    display:block;
    margin: 6px 0px 15px 0px;
    font:normal 29px arial;
    color:#029bdb;
    padding: 2px 44px 2px 0px;
    background: url(top_phone.png) no-repeat right center;
}
.top_search_button{
    display:block;
}
.top_search_button img{
    display:block;
}


/* HOME TOP SEARCH  */
.gallery_search_box{
    width:100%;
    display:block;
    position:relative;
}
.home_estate_search{
    width:278px;
    display:block;
    position:absolute;
    top:22px;
    right:22px;
    background: url(home_search_bg.png) no-repeat center top;
    
}
.home_estate_search form{
    display:block;
    width:92%;
    margin: 76px auto 1px auto;
}

.select_div{
    width:250px;
    height:30px;
    border-radius:5px;
    position:relative×£
    -moz-box-shadow: 0px 3px 4px #085575;
    -webkit-box-shadow: 0px 3px 4px #085575;
    box-shadow: 0px 3px 4px #085575;
    
    background-color:#f3f3f3;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e9e9e9));
	background: -webkit-linear-gradient(top, #e9e9e9, #fff);
	background: -moz-linear-gradient(top, #e9e9e9, #fff);
	background: -ms-linear-gradient(top, #e9e9e9, #fff);
	background: -o-linear-gradient(top, #e9e9e9, #fff);
    
    overflow:hidden;
    margin: 0px 0px 11px 0px;
}

#searcharea select, #searchkind select{
    width:270px;
    background-color:transparent;
    background-image:url(select_arrow.png);
    background-repeat:no-repeat;
    background-position:226px 7px;
    border:none;
    outline:none;
    padding:0px 0px 0px 0px;
    position:relative;
    margin: 5px 5px 5px 0px;
    font: normal 14px tahoma;
    color:#888888;
}
#searcharea option, #searckind option{
    padding:1px 8px;
}

.select_div input{
    border:none;
    background:#fff;
    border: 1px solid #dddddd;
    border-radius:5px;
    margin: 5px 0px 5px 5px;
    padding: 0px 5px 0px 0px;
    font: normal 14px tahoma;
    color:#888888;
    width:125px;
    float:right;
}
.select_div label{
    margin: 5px 5px 5px 5px;
    padding: 0px 5px 0px 0px;
    font: normal 14px tahoma;
    color:#888888;
    float:left;
}
.radio_b{
    display:block;
    font: normal 14px tahoma;
    color:#fff;
    margin: 0px 0px 27px 0px;
}
.home_estate_search #search_button input{
    border:0px;
    border-radius:5px;
    background:#ffb400;
    font:normal 28px arial;
    color:#fff;
    text-shadow: 1px 1px 3px #855e00;
    width:100%;
    text-align:center;
    padding: 3px 0px 7px 0px;
    -moz-box-shadow: 1px 1px 5px #333;
    -webkit-box-shadow: 1px 1px 5px #333;
    box-shadow: 1px 1px 5px #333;
    margin: 17px auto 29px auto;
}
.home_estate_search #search_button input:hover{
    background:#003a62;
    moz-box-shadow: 0px 0px 0px #333;
    -webkit-box-shadow: 0px 0px 0px #333;
    box-shadow: 0px 0px 0px #333;
}



/* HOME TOP BOXES */

.top_boxes{
    margin: 40px auto 0px auto;
    width:100%;
    position:relative;
    display:block;
    height:128px;
}
.home_boxes{
    float:right;
    display:block;
    margin: 0px 0px 0px 25px;
    text-align:center;
    height:128px;
}
#home_box6{
    margin: 0px 0px 0px 0px;
}
.home_box_name{
    text-align:center;
}
.home_box_name a{
    display:block;
    text-decoration:none;
    color:#007cb0;
    padding: 5px 0px 0px 0px;
    font: normal 14px arial;
    text-align:center;
}
.home_box_name a:hover{
    color:#ff3f0b;
}
.home_box_img img{
    display:block;
}



/*  HOME DESIGN */

.home_contact{
    display:block;
    width:232px;
    float:right;
    border-radius:5px;
    border:1px solid #fff;
    
    -moz-box-shadow: 1px 1px 5px #6b6b6b;
    -webkit-box-shadow: 1px 1px 5px #6b6b6b;
    box-shadow: 1px 1px 5px #6b6b6b;
    
    background: url(home_contact_bg.png) no-repeat center top;
}

.home_arcs{
    display:block;
    width:462px;
    margin: 0 0 0 20px;
    float:left;
}
.home_arcs span{direction: ltr!important;}

.home_news{
    display:block;
    width:231px;
    float:right;
    -moz-box-shadow: 1px 1px 5px #6b6b6b;
    -webkit-box-shadow: 1px 1px 5px #6b6b6b;
    box-shadow: 1px 1px 5px #6b6b6b;
    border-radius:5px;
    background-color:#e6e6e6;
    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#fff));
    background: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background: -moz-linear-gradient(top, #fff, #e6e6e6);
	background: -ms-linear-gradient(top, #fff, #e6e6e6);
	background: -o-linear-gradient(top, #fff, #e6e6e6);  
    
    background-image: url(home_news_bg.png);
    background-repeat:no-repeat;
    background-position: center 14px;
}




.home_contact form{
    display:block;
    width:92%;
    margin: 72px auto 0px auto;
}

.home_contact .fieldInput{
    width:100%;
    height:30px;
    border-radius:5px;
     -moz-box-shadow: 0px 3px 4px #085575;
    -webkit-box-shadow: 0px 3px 4px #085575;
    box-shadow: 0px 3px 4px #085575;
    
    background-color:#f3f3f3;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e9e9e9));
    background: -webkit-linear-gradient(top, #e9e9e9, #fff);
	background: -moz-linear-gradient(top, #e9e9e9, #fff);
	background: -ms-linear-gradient(top, #e9e9e9, #fff);
	background: -o-linear-gradient(top, #e9e9e9, #fff);
    
    overflow:hidden;
    margin: 0px 0px 3px 0px;
}
.home_contact .fieldInput input{
    border:none;
    background:transparent;
    padding: 0 0 0 8px;
    font: normal 14px tahoma;
    margin: 5px 0px;
    width:100%;
}
.home_contact .fieldInput textarea{
    border:none;
    background:transparent;
    padding: 0 0 0 8px;
    font: normal 14px tahoma;
    margin: 5px 0px;
    width:96%;
    height:42px;
}
.home_contact .messageRow .fieldInput{
    width:100%;
    display:block;
    height:52px;
}

.codeRow{
    display:block;
    height:15px;
}
.contactForm3 .disabledRow label {
    display: inline;
    font: normal 12px arial;
    color:#fff;
}
.codeRow .fieldName{
    font: normal 12px arial;
    color:#fff;
    float:left;
    margin: 0px 0px 0px 0px;
}
.home_contact .codeRow .fieldInput{    
    margin: 0px 0px 0px 8px;
    display:inline-block;
    float:left;
    width:auto;
    background:none;
    height:auto;
    -moz-box-shadow: 0px 0px 0px #085575;
    -webkit-box-shadow: 0px 0px 0px #085575;
    box-shadow: 0px 0px 0px #085575;
    border-radius:0px;
    overflow:visible;
}
.home_contact .codeRow .fieldInput input{
    display:inline;
    width:44%;
    background:#fff;
    border:none;
    border-radius:5px;
    margin: 0 0 0 5px;
    float:right;
}
.codeRow img{
    width:17px;
    margin: 0px;
    display:block;
    float:right;
}


.submitRow input.submitButton{
    border:0px;
    border-radius:5px;
    background:#ffb400;
    font:bold 20px arial;
    color:#fff;
    text-shadow: 1px 1px 3px #855e00;
    width:100%;
    text-align:center;
    padding: 5px 0 5px;
    -moz-box-shadow: 1px 1px 5px #333;
    -webkit-box-shadow: 1px 1px 5px #333;
    box-shadow: 1px 1px 5px #333;
    margin: 10px auto 9px auto;
}
.submitRow input.submitButton:hover{
    background:#003a62;
    moz-box-shadow: 0px 0px 0px #333;
    -webkit-box-shadow: 0px 0px 0px #333;
    box-shadow: 0px 0px 0px #333;
}


.home_arcs_title{
    display:block;
    width:100%;
    border-bottom: 1px solid #23a6dc;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    background: url(title_bullet2.png) no-repeat left 10px;
    font:normal 26px arial;
    color:#474747;
}
.homearcs_intitle{
    display:inline-block;
    padding: 0 0 0 42px;
}

/*  FOOTER DESIGN  */

.ftr1_wrap{
    width:100%;
    display:block;
    background:#545454;
}
.ftr1{
    display:block;
    width:977px;
    height:101px;
    margin: 0px auto;
}
.ftr2_wrap{
    width:100%;
    display:block;
    background:#3f3f3f;
}
.ftr2{
    display:block;
    width:977px;
    height:35px;
    margin: 0px auto;
}


.ftr_links_wrap{
    float:right;
    display:block;
    margin: 20px 0px 0px 0px;
}
.ftr_links{
    float:right;
    display:block;
    margin: 0px 0px 0px 12px;
}
.ftr_links img{
    display:block;
}
.ftr_address{
    float:left;
    display:block;
    font: normal 15px arial;
    color:#fff;
    margin: 16px 0px 0px 0px;
}
.ftr_address a{
    font: normal 15px arial;
    color:#fff;
    text-decoration:none;
}
.ftr_address a:hover{
    color:#ffb400;;
}
.ftr_copy{
    display:block;
    float:right;
    margin: 9px 0px 0px 0px;
    font:normal 14px arial;
    color:#dedede;
}
.ftr_copy a{font:normal 14px arial;color:#dedede;}
.ftr_interdeal{
    float:left;
    display:block;
    margin: 2px 0px 0px 0px;
}
.ftr_interdeal a{
    font:normal 13px arial;
    color:#dedede;
}
.ftr_interdeal a:hover{
    font:normal 13px arial;
    color:#fff;
}

#body12339 .sbr_contact{
    display:none;
}
.sbr_contact_image{
    display:none;
}
#body12339 .sbr_contact_image{
    display:block;
}



/*  REAL ESTATE DESIGN */


#ARCinfo{
    width:100%;
}
#ARCinfo td{
    width:47%;
}
#ARCinfo td.spaceProducts2{
    width:5%!important;
}

#ARCinfo td:last-child{
    width:0!important;
}

#ARCinfo .arc2 .productTitleDivider{
    width:5%;
}
table.arc2{
    width:100%;
    background:#f3f3f3;
    border-radius:8px;    
    box-shadow: 1px 1px 3px #767676;
    -moz-box-shadow: 1px 1px 3px #767676;
    -webkit-box-shadow: 1px 1px 3px #767676;
    border: 1px solid #fff;
    border-collapse:separate;
}
.arc2 td.picarcTD{
    width:42%!important;
}
.arc2 td.picarcTD img{
    display:block;
    margin: 5px 8px 5px 0px;
    height:90px;
}

.arc2 td.productDetails{
    font: normal 13px arial;
}

.arc2 .productBeforeTitle{
    display:none;
    padding: 5px 8px 5px 10px;
    font: normal 18px arial;
    color:#d98000;
}
.arc2 .productName{
    display:inline-block;
    padding: 5px 8px 5px 0px;
    font: normal 18px arial;
    color:#006994;
}

.arcLookup .productPrice{
    font: normal 18px arial;
    color:#F96D15;
}
.arcLookup .H3{
    line-height:1.5em;
    display:block;
}
.arcLookup .H3 b{
    color:#006994;
}




/*   SEARCH RESULTS  */

.nadlansearch_taf .tdMenuSideWidth, .nadlansearch_taf .tdDividerWidth{
    display:none;
}
.nadlansearch_taf a.productGetPrice {
    background:#015382;
    border: 0px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #767676;
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    font-weight: normal;
    padding: 5px 20px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.nadlansearch_taf a.productGetPrice:hover {
    background:#ff7800;
    border: 0px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #767676;
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    font-weight: normal;
    padding: 5px 20px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.nadlansearch_taf .rowLight{
    background-color:#ddd;
}
.nadlansearch_taf .rowLight td{
    padding:5px;
    vertical-align:middle;
    width:auto;
}
.nadlansearch_taf .rowDARK{
    background:#f3f3f3;
}
.nadlansearch_taf .rowDARK td{
    padding:5px;
    vertical-align:middle;
    width:auto;
}

.nadlansearch_taf tr.h5{
    background:transparent;
}
.nadlansearch_taf tr.h5 td{
    border-bottom:1px dashed #c4c4c4;
    padding: 5px 0px 5px 0px;
    min-width: 80px;
    color:#015382;
}
.nadlansearch_taf h2{
    font: bold 18px arial;
    color:#ff3f0b;
}

.real_estate_web_search{
    background:url(estate_search_bg.jpg) no-repeat right top;
    margin: 0px 345px 0px 0px;
    display:inline-block;
    overflow:hidden;
    border-radius:10px;
    padding: 10px;
    -moz-box-shadow: 1px 1px 5px #333;
    -webkit-box-shadow: 1px 1px 5px #333;
    box-shadow: 1px 1px 5px #333;
}
.real_estate_web_search .radio_b {
    color: #FFFFFF;
    display: block;
    font: 14px tahoma;
    margin: 0 0 27px;
    overflow:auto;
    border-radius:5px;
    background:#22a4d9;
    padding: 8px;
}

.real_estate_web_search #searcharea select, .real_estate_web_search #searchkind select {
    margin: 5px 5px 5px 0;
    outline: medium none;
    padding: 0;
    width: 270px;
}
.real_estate_web_search #search_button input {
    background: none repeat scroll 0 0 #FFB400;
    border: 0 none;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #333333;
    color: #FFFFFF;
    font: 28px arial;
    margin: 17px auto 0px;
    padding: 3px 0 7px;
    text-align: center;
    text-shadow: 1px 1px 3px #855E00;
    width: 100%;
}

#body9789 .tdMenuSideWidth, #body9789 .tdDividerWidth{
    display:none;
}

.main_search_box{
    padding:20px;
    background: url(estate_search_bg2.jpg) no-repeat right bottom;
    -moz-box-shadow: 1px 1px 5px #333;
    -webkit-box-shadow: 1px 1px 5px #333;
    box-shadow: 1px 1px 5px #333;
    border-radius:20px;
    width:65%;
    margin: 0px auto;
}



/* results */

.nadlanSearchResultWrap{
    display:block;
    width:100%;
}
.nadlanSearchResultTitles{width:100%;background-color:#029BDB;padding:10px 0;}
.nadlanSearchResultTitles .titleDiv{
    display:inline-block;
    vertical-align:top;
    color:#fff;
    font-size:18px;
    border-right:1px dashed #f5f5f5;
    text-align:center;
}
.nadlanSearchResultTitles .titleDiv span{
    display:inline-block;
    padding:3px 5px;
}
.nadlanSearchResultDetails {
    display:block;
    padding:0px 0;
}
.nadlanSearchResultWrap .picDiv{width:7%;border:none;text-align:center;}
.nadlanSearchResultWrap .nameDiv{width:10%;}
.nadlanSearchResultWrap .desDiv{width:20%;}
.nadlanSearchResultWrap .areaDiv{width:5%;}
.nadlanSearchResultWrap .cityDiv{width:8%;}
.nadlanSearchResultWrap .typeDiv{width:8%;}
.nadlanSearchResultWrap .infoDiv{width:15%;}
.nadlanSearchResultWrap .priceDiv{width:12%;}
.nadlanSearchResultWrap .detDiv{width:10%;text-align:center;}
.nadlanSearchResultDetails .detailDiv{
    display:inline-block;
    vertical-align:top;
    border-right:1px dashed #ccc;
    height:42px;
    overflow:hidden;
}
.nadlanSearchResultDetails .picDiv{border:none;}
.nadlanSearchResultDetails .detailDiv span{
    display:inline-block;
    padding:5px 5px;
}
.nadlanSearchResultDetails .detailDiv span.title{display:none;}


.topLangs{
    position:absolute;
    display:inline-block;
    color:#404041;
    font-size:14px;
    font-weight:normal;
    left: 4px;
    top: 18px;
}
.topLangs a{
    color:#404041;
    font-size:14px;
    font-weight:normal;
}
.topLangs a:hover{
    color:#25AAE1;
}

#body10712 .tdPageTitle{
    padding:10px 0px 10px 25px !important;
    background-position:left;
    text-align:left;
}
#body10712 .tdPageTitle h1{
    text-align:left;
    font-size:24px!important;
    line-height:1.1em!important;
}

.enPagePics{
    width:100%;
    text-align:left;
    padding:20px 0 0;
    display:block;
}
.enPagePics .picBox{
    display:inline-block;
    vertical-align:top;
    width:24%;
}
.enPagePics .picBox_name{font-size:13px;display:block;text-align:left;}
.enPagePics .picBox img{width:100%;}
#body10712 .tablePageFormat .h3{
    line-height:1.4em;
    font-size:15px;
}

#m10712{display:none;}



.side_like{
    position:fixed;
    top:247px;
    left:0;
}
.side_like img{
    display:block;
}


/*============= S.Z ============ */
.NadlanImgtable{
    display: inline-block;
    float: left;
    width: 100%;
    }
/*.NadlanMessagetable{ display: inline-block;
    width: 40%;
}*/
.desc-table{
    }
/*============= S.Z ============ */




.NadlanImgtable .arcPicTd{
    width:435px;    
}
.NadlanImgtable .arcPicTd img{
    width:inherit;    
}

#ARC2 .productMainTable .productTitleBG{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:55px;
    overflow:hidden;
}
#ARC2 .picarcTD img{
    height:240px;
}


@media screen and (max-width: 1024px) {
.side_like{
    display:none;
} 
}
/* Close 1024px  */




@media screen and (max-width: 768px) {
.mainTable, .maintable {
    width:100%;
	margin:0 auto;
}
.mainTable3 table:first-child { 
	/* table.mainTable3 or table.tableWidth */
	/*
	width:90%;
	max-width:90%;
	margin:0 5%;*/
}
	
.ajaxEvent .button {
	right:0;
}
	
.tableWidth .tdMenuSideWidth, .tableWidth .tdDividerWidth {
	display:none;
}
	
.tdDividerWidth {
	display:none;
}
.mainTable3 .tdWidth {
	width:100%;
}
.menudiv {
	display:block;
	width:100%;
}
.menudiv ul li {
	display:inline-block;
}
.basketRow .mainDetails {
	height:auto;
}
.basketRow  .productInputs  {
	width:100%;
}
.basketRow  .productInputs > div {
}
.basketRow .productInputs{
	display:block;
	width:95%;
	margin:0 auto 5px;
}
.basketRow .productPrices {
	display:block;
	width:95%;
	margin:0 auto 5px;
	float:none;
}
.ajaxsBasketin .errorText{
	display:block;
	padding:5px 0;
}
.ajaxsBasketin .basketRow{
	margin-bottom:10px;
}
.basketRow .productPrices > div {
	font-size:14px;
}
.basketRow .productPrices .productTotalPrice {
	font-size:14px;
}
#productPage2 img {
	display:block;
	width:100%;
}

.albumTable {
	float:none;
	width:100%;
	margin:0;
	padding:0;
}
#ProRResponsive, #ProCResponsive, #ProLResponsive  {
	display:block;
	width:100%;
}


#topbar{
	display:none;
}
.ddpanel .topFormRd{
	width:100%;
}
.ddpanel .topFormRd .topFormText,
.ddpanel .topFormRd .topFormTitle{
	width:95%;
}
.slider{
	display:none !important;
}
#maincarousel .slider{
    display:block !important;
}
.albumTable{
	width:30%;
	display:inline-block;
    float:none;
    margin:0 1% 2%;
}
.arc .picarcTD{
	width:auto;
	display:inline-block;
	margin:0 0 0 1%;
}
.arc .picarcTD img{
	width:100%;
}
.arc .productTitleDivider{
	display:none;
}
.arc .arcBrief{
	width:100%;
	display:inline-block;
}
.arc2 .picarcTD, .arc2 .productTitleDivider {
	display:none;
}
#pf14TABLE4 .tdproductDiv, #pf14TABLE3 .tdproductDiv{
	width:48%;
	display:inline-block;
}
#pf14TABLE4 td.tdproductDiv, #pf14TABLE4 td.spaceProducts4{
	display:table-cell;
}
#pf14TABLE4 .spaceProducts4, #pf14TABLE3 .spaceProducts3{
	display:inline-block;
}
#pf14TABLE3 .trToDiv{
	display:inline;
}
.ProductRelations .scrollDiv{
	width:638px;
	margin:auto;
	height:310px;
}
.ProductRelations .scrollDiv .clipDiv{
	height:310px;
}
.ProductGroups .scrollDiv{
	width:638px;
	margin:auto;
	height:215px;
}
.ProductGroups .scrollDiv .clipDiv{
	height:210px;
}
.relatedProductsHeader{
	width:638px;
	margin:auto;
}
#ProLResponsive{
	margin:10px 0 0 0;
}
#ProBResponsive{
	border:none;
}
#back-top a{
	width:50px;
}
#back-top span{
	background-size:35px 30px;
	width:50px;
	height:50px;
	border-radius:10px;
	-moz-border-radius:10px;
}
#FResponsive .Rmenuul1{
	width:100%;
	text-align:center;
}
#FResponsive .Rmenuul1 ul{
	text-align:center;
}
#FResponsive .Rmenuul1 .menudiv a.menuButton, #FResponsive .Rmenuul1 .menudiv a.menuButtonSelected{
	font-size:16px;
}
.Site_Footer_info{
	width:100%;
	text-align:center;
	font-size:16px;
}
.Site_Footer_info .title2{
	display:inline-block;
	padding:0 5px 0 0;
}
.Site_Footer_info .business-info{
	text-align:center;
	font-size:16px;
}
.Site_Footer_info .business-info a{
	color:#FA6D15
}

.fc-event span{
	font-size:14px;
	text-align:center;
}
.Rmenuul1 .menudiv a.menuButton, .Rmenuul1 .menudiv a.menuButtonSelected{
	border:none;
}
.Rmenuul1 .menudiv a .ulpad{
	padding:7px 48px 7px 0;
}
.Rmenuul1 .menudiv li div.color2{
	padding:0;
	background-color:#f5f5f5;
}
.Rmenuul1 .menudiv li div li{
	width:auto;
	margin:0 38px;
}
.Rmenuul1 .menudiv li div li a.menuButton, .Rmenuul1 .menudiv li div li a.menuButtonSelected{
	font-size:16px;
}
.Rmenuul1 .menudiv li div li a .ulpad{
	padding:5px 0px 5px 0;
}
#RResponsive{
	width:96%;
	display:block;
	margin:0 auto;
}
.Rmenuul1_sub_to_menu, .PILTERPRO{
	padding:0;
	border-radius:0;
	-moz-border-radius:0;
	margin:0 0 5px;
}
.PILTERPRO .content{
	padding:0 0 10px;
	display:block;
}
.minButton{
	padding:7px 5px;
	margin:5px 0;
}
.minButton span {
	color:#fff;
	font-weight:bold;
	font-size:22px;
}
.minButton span:before {
	content:'';
	width:1em;
	height:2px;
	margin-left:10px;
	border-top:double 6px #fff;
	border-bottom:solid 2px #fff;
	display:inline-block;
}
.h3, .H3{
	font-size:16px;
}
.registerFormDiv #shopperNew .inputName{
	width:100% !important;
}
.registerFormDiv #shopperNew .inputValue{
	width:100% !important;
}
.PILTERPRO .submitButton{
	width:150px;
}
a.productInfo, a.productlinkS, .lastARC a.productlinkS, a.productBasketShop,
a.productWishlist, a.productGetPrice{
	font-size:16px;
}
.magnifyIconDiv{
    display:none;   
}
.albumNameDiv .albumNameLinkDiv{
    bottom:0;
    opacity:1;
}
#rectable{
    display:none;    
}
.display2 .productMainTable .tdToDiv, .display3 .productMainTable .tdToDiv, .display4 .productMainTable .tdToDiv{
    width:47%;
    margin:0 5px 10px\9;
    margin:0 1% 10px !important;
    display:inline-block;
    vertical-align:top;
}
/*.display2 .picarcTD, .display3 .picarcTD, .display4 .picarcTD{
    padding:0 0!important;
    width:100% !important;
    display:inline-block;
    vertical-align:top;
}
.display2 .infoTd, .display3 .infoTd, .display4 .infoTd{
    padding:0px;
    display:inline-block;
    width:100% !important;
    vertical-align:top;
}*/
.otherInCategoryDiv .scrollDiv{
    width:700px;
    margin:0 auto;
}
.otherInCategoryDiv .scrollDiv li{
    width:250px;    
}
table.filtersTable{
    display:none;    
}
#makeMeScrollable{
    height:140px !important;
}
#makeMeScrollable img{
    height:140px !important;
}
div.scrollWrapper{
    width:693px !important;
}
.scrollingHotSpotLeft, .scrollingHotSpotRight{
    display:none !important;
}


.header_rd{width:96%;}
#HResponsive .Rmenuul1{width:100%;}
#UHResponsive{width:96%;}
.mainTable3{width:96%;margin:20px auto 0;}
.ftr1, .ftr2{width:96%;}
.gallery_bottom_shadow img{width:100%;}
.home_boxes{width:15%;margin:0 5px;float:none;display:inline-block;vertical-align:top;}
.home_box_img img{width:100%;}
.home_contact{
    background: #25aae1; /* Old browsers */
    background: -moz-linear-gradient(top,  #25aae1 0%, #046c96 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25aae1), color-stop(100%,#046c96)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #25aae1 0%,#046c96 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #25aae1 0%,#046c96 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #25aae1 0%,#046c96 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #25aae1 0%,#046c96 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25aae1', endColorstr='#046c96',GradientType=0 ); /* IE6-9 */
    width:100%;
    padding:10px 0 0;
    margin:0 0 20px;
    float:none;
}
.home_contact form{
    background-image:url(home_contact_bg_tr.png);
    background-position:top;
    background-repeat:no-repeat;
    margin:0 auto;
    width:100%;
    padding:72px 0 0;
}
.home_contact .row{
    display:inline-block;
    width:45%;
    margin:0 2% 7px;
    vertical-align:top; 
}
.home_contact .codeRow .fieldInput{width:56%;}
.home_contact .row.submitRow{margin:0 51% 0 0;display:block;}
.home_contact .nameRow .fieldInput input{background:none !important;padding:0 8px 0 0 !important;}

.home_arcs{
    width:49%;
    margin:0;
    overflow:hidden;
    float:none;
    display:inline-block;
    vertical-align:top;
    height:405px;
}
.home_news{width:48%;float:left;display:inline-block;vertical-align:top;margin:0 2% 0 0;}
.scrollBarFrame{height:340px;width:100%;}
#HResponsive .Rmenuul1{
    margin:0;
    background: #0287bf; /* Old browsers */
    background: -moz-linear-gradient(top,  #0287bf 0%, #029bdb 10%, #029bdb 90%, #0287bf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0287bf), color-stop(10%,#029bdb), color-stop(90%,#029bdb), color-stop(100%,#0287bf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0287bf 0%,#029bdb 10%,#029bdb 90%,#0287bf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0287bf 0%,#029bdb 10%,#029bdb 90%,#0287bf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0287bf 0%,#029bdb 10%,#029bdb 90%,#0287bf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0287bf 0%,#029bdb 10%,#029bdb 90%,#0287bf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0287bf', endColorstr='#0287bf',GradientType=0 ); /* IE6-9 */
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
#UHResponsive{min-height:100px;}
#body9004 #HResponsive{margin:0 0 20px;}
#jsGallery .text{width:33%;bottom:21%;}
#jsGallery{height:347px;}
#jsGallery .picDiv img{min-height:347px;}
#jsGallery .bar{top:315px !important;}
.home_estate_search{
   left:10px;
   top:10px;
   width:40%;
   background: #26abe1; /* Old browsers */
   background: -moz-linear-gradient(top,  #26abe1 0%, #036a94 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26abe1), color-stop(100%,#036a94)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #26abe1 0%,#036a94 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #26abe1 0%,#036a94 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #26abe1 0%,#036a94 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #26abe1 0%,#036a94 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26abe1', endColorstr='#036a94',GradientType=0 ); /* IE6-9 */
   border-radius:5px;
   -moz-border-radius:5px;
   border:1px solid #26ABE1;
}
.home_estate_search form{
    display: block;
    margin: 0px auto 1px;
    width: 100%;
    background-image:url(home_search_bg_tr.png);
    background-position:0 0;
    background-repeat:no-repeat;
    padding:63px 0 2px;
    -moz-box-shadow: 0 3px 6px #747474;
    -webkit-box-shadow: 0 3px 6px #747474;
	box-shadow: 0 3px 6px #747474;
}
.home_estate_search form div{
    width:94%;
    margin:0 auto 12px;
    display:block;
}
.home_estate_search #search_button input{margin:0;}
.Rmenuul1_sub_to_menu{margin:10px 0;}
#PF-FROM .localRight, #PF-FROM .localLeft{width:33%;}
#PF-FROM .formHolder form{width:98%;margin:0;}
.ftr_interdeal{margin:8px 0 0;}
.ftr_interdeal a{
    display:inline-block;
    vertical-align:top;
    padding:4px 0 0 0;
}
.ftr_interdeal span{
    display:inline-block;
    vertical-align:top;
}
#ARC .picarcTD{width:15%;display:inline-block;}
#ARC .picarcTD img{width:100%;}
#ARC .arcBrief{width:83%;margin:display:inline-block;}
.real_estate_web_search{margin:0 370px 0 0;}
.main_search_box{width:91%;}
.nadlansearch_taf tr.h5 td{min-width:1px;}
.submitButton{text-shadow:none;}
.gallery_search_box *,
.home_contact *,
.gallery_search_box option,
.gallery_search_box label,
.gallery_search_box input,
.gallery_search_box select,
.gallery_search_box select *,
.main_search_box *{
    font-family:Tahoma,Helvetica,sans-serif !important;
}
#HResponsive .Rmenuul1 .color2{display:none;}
.nadlanSearchResultWrap .infoDiv{width:12%;}
.nadlanSearchResultTitles .titleDiv{font-size:16px;}
.nadlanSearchResultWrap .typeDiv{width:10%;}
.nadlanSearchResultWrap .desDiv{width:20%;}
.nadlansearch_taf a.productGetPrice,
.nadlansearch_taf a.productGetPrice:hover{
    font-size:15px;
    padding:3px 8px;
}
.nadlanSearchResultDetails .detailDiv{height:47px;font-size:14px;}
.arcLookup .tdToDiv{
    width:auto;
    display:inline-block;
    vertical-align:top;
}
.arcLookup .arcPicTd{float:left;}
.arcLookup a.productGetPrice{
    min-width:220px;
}

#ARC2 .picarcTD img{height:230px;}

}/* close max-width 768px */

@media screen and (max-width: 640px) {
.home_estate_search{width:47%;}
#jsGallery .bar{display:none;}
#jsGallery .text{margin:0;width:39%;}
.top_boxes{margin:20px auto 0;height:auto;text-align:center;}
.home_boxes{margin:0 4px;height:auto;}
.ftr_links_wrap{
    float:none;
    width:100%;
    display:block;
    text-align:center;
    margin:0;
    padding:0 0 10px 0;
}
.ftr_links{display:inline-block;float:none;}
.ftr_address{
    float:none;
    width:95%;
    display:block;
    margin:0 auto;
    padding:0 0 0px;
    text-align:center;
}
.ftr_address br{display:none;}
.ftr1, .ftr2{height:auto;padding:10px 0;}
.ftr_copy{
    display:block;
    float:none;
    margin:0;
    width:100%;
    padding:0 0 5px;
    text-align:center;
}
.ftr_interdeal{
    display:block;
    float:none;
    margin:0;
    width:100%;
    padding:0;
    text-align:center;
}
.catPage .picClipping{height:121px;}
#pf23TABLE .productMainDiv {width:23%;}
.main_search_box{width:93%;background-size:320px auto;padding:10px 20px;}
.real_estate_web_search{margin:0 297px 0 0;}

.nadlanSearchResultTitles{display:none;}
.nadlanSearchResultDetails .detailDiv{
    display:block;
    border:none;
    height:auto;
    overflow:hidden;
    padding:2px 0;
    width:100%;
    text-align:left;
}
.nadlanSearchResultDetails .detailDiv span.title{
    display:inline-block;
    padding:0 0 0 5px;
    font-weight:bold;
    color:#015382;
}
.nadlanSearchResultDetails .detailDiv.desDiv span{
    display:inline-block;
    padding:0 0 0 0px;
    font-weight:bold;
    color:#015382;
    font-size:18px;
}
.nadlanSearchResultDetails{padding:5px 10px;}
.nadlanSearchResultDetails .detailDiv.picDiv{display:none;}
.nadlanSearchResultDetails .detailDiv.detDiv span.title,
.nadlanSearchResultDetails .detailDiv.picDiv span.title,
.nadlanSearchResultDetails .detailDiv.desDiv span.title{display:none;}
.nadlanSearchResultDetails .detailDiv span{padding:0;}
.nadlansearch_taf a.productGetPrice, .nadlansearch_taf a.productGetPrice:hover{
    font-size: 16px;
    padding: 3px 28px;
}
.arcLookup #loadarea, #loadarea2, .thumbsHolderTable{width:365px !important;}
#loadarea2{display:none;}

.qcommerce_taf .tablePageFormat form table{width:98%;}
.qcommerce_taf .tablePageFormat form table td.h3{display:none;}

.qCommerceFormTable img{width:auto;}
.qCommerceFormTable{width:100%;}
.qCommerceFormTable #mytextlast{
    width:20%;
}
.qCommerceFormTable td.H3{width:25%;}
#ARC2 .picarcTD img{height:170px;}

}/* close max-width 640px */    

@media screen and (max-width: 480px) {
a{color:#029BDB;}
img {
	max-width:100%;
	width:100%;
	height:auto;
}
a{
    font-size:14px;
}
.h3, .H3{
    font-size:14px; 
}
.menudiv ul {
	margin:0;
	padding:0;
}
.menudiv ul li {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	background-image:none;
}
.menudiv ul li a {
	display:block;
	border-bottom:1px solid #EAEAEA;
	padding:5px;
}
.menudiv ul li:last-child a {
	border-bottom:none;
}
.basketRow .productActions {
	clear:both;
}
.basketRow .productPrices > div {
	width:100%;
	display:block;
}
#pf23TABLE .productMainDiv {
	width:31%;
	margin-left:0;
	margin-right:0;
    display:inline-block;
}
.fieldRow .fieldName {
	display:inline-block;
}
.fieldRow .fieldInput {
	display:inline-block;
    width:74%;
}
#interdealfooter {
	padding-top:15px;
}
#interdealfooter a {
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:-15px;
}


.back_top_Scroll, .Ajax_Panel_Basket, .Sban_All_site, .Ajax_Panel_contact{
	display:none;
}

.lastARC iframe, #ARC iframe{
	width:380px !important;
}
.Site_Footer_info, .Site_Footer_info span{
    font-size:13px !important;   
}
.Site_Footer_info .title2{
    display:block;
    text-align:center;
    padding:0;
    font-size:13px !important;
}
.business-info{
    font-size:13px !important;
}
.Admin_Footer, .Admin_Footer a{
    font-size:11px !important;
}
#FResponsive .menudiv ul li{
    width:auto;
    font-size:13px !important
}
#FResponsive .menudiv ul li a{
    width:auto;
    font-size:13px !important
}
#pf14TABLE4 .tdproductDiv, #pf14TABLE3 .tdproductDiv{
   width:100%; 
}
#pf14TABLE4 .productDiv, #pf14TABLE3 .productDiv, #pf14TABLE1 .productDiv{
     width:100%;      
}
.pointerimage, .fieldInput img, .topLogo img{
    width:auto;
}
.topLogo{
    display:block;
    text-align:center;
}
.productSearchForm{
    display:block;
    text-align:center;
    width:100%;
    background-color:#eee;
    border:none;
    float:none;
    margin:10px 0 0;
    padding:2% 0;
}
.productSearchForm input.submitButton{
    background-position:left;
}
#jsGallery{
    height:120px;
}
#jsGallery .picDiv{
    height:120px; 
}
#jsGallery .picDiv img{
    min-height:120px;  
}
#jsGallery .text{
    display:none;
}
#jsGallery .bar{
    top:100px !important;
}
#ARC .productMainTable a.productName{
    font-weight:bold;
}
a.productInfo, a.productlinkS, .lastARC a.productlinkS, a.productBasketShop, a.productWishlist{
    font-size:14px !important;
}
#ARC .productMainTable a.productlinkS{
    font-size:14px !important;   
}
.cardTableBG .cardTable .CardtdLogo{
    width:20%;
}
.cardTableBG .cardTable .CardtdProfile{
    width:78%;    
}
.cardTableBG .cardTable .CardtdIcons{
    width:100%;
    display:block;
}
.cardTableBG .cardTable .CardtdIcons li{
    display:inline-block;
    padding:0 0 0 5px;
}
.tdPageTitle h1, .tdPageTitle{
    font-size:20px !important;
}
.ProductGroups{
    width:360px;
    margin:0 auto 10px;
}
.ProductGroups .scrollDiv{
    width:360px;   
}
.relatedProductsHeader{
    width:360px;
}
.ProductRelations .scrollDiv{
    width:360px;    
}
#pf14TABLE1 .productDiv .productPicDiv{
    width:30%;
    max-width:30%;
    margin:0 2% 0 0;
}
#pf14TABLE1 .productDiv .productMainDetails{
    width:65%;
    max-width:65%;
    border:none;
}
#pf14TABLE1 .productDiv .productDesDiv{
    width:96%;
    margin:0 2%;
}
.ajaxEvent{
    margin:85px 0 0 0;
}
.ProductGroups .scrollDiv .prevBtn,
.ProductGroups .scrollDiv .nextBtn{
    width:5%;
}
.ProductGroups .scrollDiv .clipDiv{
    width:90%;    
}
.ProductRelations .scrollDiv .prevBtn,
.ProductRelations .scrollDiv .nextBtn{
    width:5%;
}
.ProductRelations .scrollDiv .clipDiv{
    width:90%;    
}
.loginPage.registerPage .registerFormDiv, .loginPage.registerPage .loginFormDiv
{
    width:90%;
    margin:0 auto 15px !important;
    display:block;
    float:none;
}
.registerFormDiv .filedText, .loginFormDiv .filedText{
    padding:4px 0;
}
.productDiv .productBasketShopDiv{
    display:none;
}
.productInputs .quantityDiv,
.productInputs .productSize,
.productInputs .productColor{
    display:block !important;
    width:100%;
}
.basketButtons{
    text-align:center;
}
.basketButtonTd .submitButton{
    padding:5px 0px;
    min-width:85px;
    margin-bottom:5px;
}
.basketRow.billingSummaryRow .mainDetails .productPic{
    width:30%;
    height:80px;
}
.wbasket_taf .basketRow .mainDetails{
    width:56%;    
}
.wbasket_taf .basketRow .productPrices{
    width:40%;    
}
.display2 .productMainTable .tdToDiv, .display3 .productMainTable .tdToDiv, .display4 .productMainTable .tdToDiv{
    width:100%;
    margin:0px\9;
    margin:0px !important;
    display:inline-block;
    vertical-align:top;
}

.display1 .picarcTD{
    padding:0 0!important;
    width:100% !important;
    display:inline-block;
    vertical-align:top;
}
.display1 .infoTd{
    padding:0px;
    display:inline-block;
    width:100% !important;
    vertical-align:top;
}
.ddpanel .ddpaneltab a{
    width:100%;    
}
.ddpanel .ddpaneltab a span{
    float:right;    
}
.ddpanel .topFormRd .topFormTitle{
    font-size:20px;    
}
.Contact_ddP{
    width:100%;
    display:block;
    margin:0 0 10px;
    float:none;
    position:static;
    min-height:41px;
}
.ddpanel .topFormRd .row{
    width:100%;
}
.eCommerceBar{
    display:block;
    width:100%;
    position:static;
    background-color:#ccc;
    padding:5px 0;
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
}
.eCommerceBar .shopper, .eCommerceBar .cart{
    background:none;
    border-radius:0;
    -moz-border-radius:0;
    display:block;
    text-align:center;
    padding:0;
}
.registerPage .registerFormDiv, .loginPage .loginFormDiv{
    width:100%;    
}
.registerPage .registerFormDiv #tableform form, .loginPage .loginFormDiv #tableform form{
    width:90%;
}
.registerPage .submitButton, .loginPage .submitButton{
    display:block;
    margin:0 auto;
}
.registerFormDiv table{
    width:100% !important;
}
.couponForm, .chooseShipping, .purchase form{
    width:90% !important; 
    margin:0 auto;
}
.purchase form{
    width:90% !important; 
    margin:0 auto;
    display:block;
}
.purchase form .shippingInfo, .purchase form .billingInfo, .purchase form .chooseShipping, .purchase form .billingSubmit{
    width:100% !important;    
}
.filtersTable{
    width:100% !important;    
}
.otherInCategoryDiv .scrollDiv{
    width:400px;
    margin:0 auto;
}
.otherInCategoryDiv .scrollDiv li{
    width:190px;    
}
#makeMeScrollable{
    height:90px !important;
}
#makeMeScrollable img{
    height:90px !important;
}
div.scrollWrapper{
    width:433px !important;
}

#PF-FROM .Updes, #PF-FROM form, #PF-FROM .formHolder{
    width:100%;
}
#PF-FROM .localRight, #PF-FROM .localLeft {
    display:block;
	width:100%;
}
#PF-FROM .Updes, #PF-FROM form {
	width:100%;
	display:block;
}
.ftr_links img, .top_lang_socials img{width:auto;}
.header_rd{
    height:157px;
}
body{background-position:0 -15px;}

#jsGallery{display:none;}
.home_estate_search{position:static;width:100%;}
.home_boxes{width:29%;margin:0 7px 10px;}
.home_contact, .home_news{display:none;}
.home_arcs{
    width:100%;
    display:block;
    height:auto;
    overflow:visible;
}
.homearcs_intitle span{font-size:18px !important;line-height:1.2em;}
.homearcs_intitle{line-height:0.7em;}
#home_box6{margin:0 7px 10px;}
#ARC .picarcTD {width: 20%;}
#ARC .arcBrief {width: 78%;}
.catPage .picClipping {height: 89px;}
.top_phone a{font:29px arial;color:#029BDB;}
.main_search_box{background:none;width:100%;padding:10px 0;}
.real_estate_web_search{margin:0 auto;width:90%;display:block;}
.select_div{width:100%;}
.arcLookup .tdToDiv{width:100%;}
.productTitleDivider{display:none;}
.tdToDiv {display:block;}
.thumbsHolderTable img{width:70px;}
.arcLookup #loadarea, .thumbsHolderTable{display:block;margin:0 auto;}
.arcLookup .arcPicTd{float:none;}
.arcLookup a.productGetPrice {
    margin: 0 auto;
    min-width: 95%;
}
#ARC2 .productMainTable .productTitleBG{height:auto;overflow:visible;}
#ARC2 .picarcTD img{height:auto;}

}/* close max-width 480px */

@media screen and (max-width: 360px) {
#pf23TABLE .productMainDiv {
    width:48%;
	margin:0 0.5% 20px;
    display:inline-block;
}
.lastARC iframe, #ARC iframe{
    width:250px !important;
    margin:0 auto;
    display:block;
}
#jsGallery{
    height:100px;
}
#jsGallery .picDiv{
    height:100px; 
}
#jsGallery .picDiv img{
    min-height:100px;  
}
#jsGallery .text{
    display:none;
}
#jsGallery .bar{
    top:80px !important;
}
.ProductGroups{
    width:280px;
    margin:0 auto 10px;
}
.ProductGroups .scrollDiv{
    width:280px;  
    margin:0 auto;
}
.relatedProductsHeader{
    width:280px;
}
.ProductRelations .scrollDiv{
    width:280px;    
}
.albumTable{
    width:47%;
}
.Site_Footer_info, .Site_Footer_info span{
    font-size:14px !important;   
}
.Site_Footer_info .title2{
    font-size:14px !important;
}
.business-info{
    font-size:14px !important;
}
.Admin_Footer, .Admin_Footer a{
    font-size:13px !important;
}
#FResponsive .menudiv ul li{
    width:auto;
    font-size:13px !important
}
#FResponsive .menudiv ul li a{
    width:auto;
    font-size:13px !important
}
.otherInCategoryDiv .scrollDiv{
    width:275px;
    margin:0 auto;
}
.otherInCategoryDiv .scrollDiv li{
    width:190px;    
}
.otherInCategoryDiv .scrollDiv .prevBtn{
    right:40%;
}
.otherInCategoryDiv .scrollDiv .nextBtn{
    left:40%;    
}
div.scrollWrapper{
    width:288px !important;
}

.top_ziv_logo{
    display:block;
    position:absolute;
    top:0px;
    text-align:center;
    z-index:99;
    margin:0;
}
.header_right{
    display:block;
    position:absolute;
    top:0px;
    text-align:left;
    z-index:88;
    margin:0;
    left:0
}
.top_search_button{padding:0px 0 0;text-align:left;}
.top_search_button a{display:inline-block;}
.top_search_button img{width:170px;}
.top_lang_socials{display:none;}
.top_phone{display:inline-block;}
.top_ziv_logo a{display:inline-block;}
.top_ziv_logo img {width:162px;}
.top_phone{background:none;margin:0;padding:40px 0 6px;}
#searcharea select, #searchkind select{width:94%;display:block;margin:5px auto 5px;}
.header_rd{height:122px;}
body {background-position: 0 -50px;}
#searcharea select, #searchkind select{background-position:0 8px;}
.home_boxes{margin:0 6px 10px;}
.ftr_links{width:12%;margin:0 5px;}
.ftr_links img{100%;}
.ftr_address{line-height:1.2em;}
#home_box6{margin:0 6px 10px;}

#body9004 .mainTable3{display:none;}
#FResponsive{padding:15px 0 0;}
.ftr_address{display:none;}
.ftr_links_wrap{padding:0;}
.ftr_links img{display:block;}
.ftr1{padding:10px 0 5px;}
#ARC .arcBrief{width:76%;}
.fieldRow .fieldName {
    display:inline-block;
    width:100%;
}
.fieldRow .fieldInput {
	display:inline-block;
    width:100%;
}
.arcLookup #loadarea, #loadarea2, .thumbsHolderTable{width:96% !important;}

.topLangs{
    left:0;
    right:auto;
}
.enPagePics .picBox{width:48%;}

}/* close max-width 360px */


@media screen and (max-width: 320px) {
.top_ziv_logo img{width:150px;}  
.top_phone{font:25px arial;padding:0px 0 0px 7px;}
.top_search_button img{width:145px;}
.home_boxes{width:28%;}
.top_search_button{display:inline-block;}
.header_right{top:5px;}  
.top_ziv_logo{width:100%;top:27px;}
.header_rd {height: 134px;}
body {background-position: 0 -38px;}
.top_phone a{font:25px arial;color:#029BDB;}

#m10712{display:inline-block;}
.topLangs{display:none;}
}/* close max-width 320px */