﻿/* Default Styles */
input,
select,
textarea
{
    direction: rtl;
    font-family: Tahoma;
	display: block;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #46484B;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type="checkbox"],
input[type="radio"]
{
    width: auto !important;
}
input[type="text"],
input[type="password"]
{
    height: 17px;
    width: 230px;
}
select
{
    height: 28px;
    width: 255px;
}
textarea
{
    resize: vertical;
    min-height: 200px;
    width: 232px;
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus
{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
a
{
    outline: medium none;
    color: #000;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	text-decoration: underline;
    color: #666
}
td
{
	vertical-align: top;
}
.icontent,
.bcontent
{
    text-align: right;
    line-height: 2em;
}
.search-result .item 
{
    border-bottom: 1px solid #ccc;
    padding: 5px 0 10px;
}
.search-result .item .title a
{
    display: block;
    background: url(/images/magnifier.png);
    background-position: right 10%;
    background-repeat: no-repeat;
    padding: 7px 40px 7px 0;
    font-weight: bold;
    font-size: 1.1em;
}
.search-result .item .lead
{
    display: none;
}
.user-status
{
    text-align:right;
    padding: 13px 0 0;
    width: 195px;
    float: right;
}
.user-status a.logout,
.user-status a.reg,
.user-status span.userwlc,
.user-status span.name,
span.sep,
.user-status a.name
{
    display: block;
    float: right;
    color: #9B0101
}
span.sep
{
    padding: 0 5px;
}
.user-status a.name
{
    overflow: hidden;
    padding: 0;
}
/****************************************************/
/* TopMenu */
#tnav
{
    position: relative;
    z-index: 10000;
    width: 100%;
}
#tnav ul 
{
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    -o-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
}
#tnav ul > li 
{
    float: right;
    position: relative;
    border-left: 1px solid #58595b;
}
#tnav ul > li > a 
{    
    display: block;
    padding: 0 12px;
    text-align: center;
    width: auto;
    font-size: 12px;
    line-height: 21px;
    text-decoration: none;
    position: relative;
}
#tnav > ul > li.hover > a,
#tnav > ul > li.act > a,
#tnav ul li ul li.hover > a
{
}
#tnav > ul > li.last
{
    border: 0;
}
#tnav ul li ul
{
    background: #fff;
    border: 1px solid #aeaeae;
    padding: 0;
    width: 210px;
    height: auto;
    position: absolute !important;
    margin: 0;
    visibility: hidden;
    z-index: 100000;
    display: none;
}
#tnav ul li ul li
{
    background-color: transparent;
    border-top: 1px solid #aeaeae;
    font-weight: normal;
    margin: 0;
    position: relative;
    float: none;
    background: transparent;
    height: auto;
    width: auto;
    border: 0;
}
#tnav ul li ul li.first
{
    border-top: 0;
}
#tnav ul li ul li a
{
    border: none!important;
    padding: 5px 10px;
    margin: 0;
    width: 180px;
    margin: 0;
    background: none;
    text-align: right;
    height: auto;
    width: auto;
    font-size: 12px;
}
#tnav ul li ul li ul
{
    top: 0;
}
#tnav ul li ul li.first a
{
    border-top: none;
}
#tnav ul li ul li.last a
{
    border-bottom: 0;
}
.arr_d
{
	position: absolute;
    left: 3px;
    top: 12px;
	height: 4px;
	width: 6px;
	background: url(/images/arr_li.gif) no-repeat 0 0;
}
.arr_r
{
	position: absolute;
	top: 10px;
	left: 5px;
	width: 4px;
	height: 6px;
	background: url(/images/arr_l.gif) no-repeat;
}
/************************************************/
/* Pager Styles */
div.pager
{
	color: #757575;
	font-size: 10px;
	text-align: center;
	margin: auto;
	direction: ltr;
	padding: 6px 0;
	margin: 10px auto;
}
div.pager *
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.pager a,
div.pager span.current,
div.pager span.disabled
{
	display:inline-block;
    line-height:2.8em;
    height:2.78em;
    text-decoration:none;
    text-shadow: 0 1px 0 white;
    border-color: #CCC;
    border-bottom-color: #AAA;
    background-color: #E0E0E0;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffe0e0e0);
    background-image: -moz-linear-gradient(top,white 0,#E0E0E0 100%);
    background-image: -ms-linear-gradient(top,white 0,#E0E0E0 100%);
    background-image: -o-linear-gradient(top,white 0,#E0E0E0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,white),color-stop(100%,#E0E0E0));
    background-image: -webkit-linear-gradient(top,white 0,#E0E0E0 100%);
    background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%);
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px #fff;
    padding: 0 .91em;
    border: 1px solid;
    outline: 0;
    font-weight: bold;
    font-size: 11px;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right:5px;
    direction: ltr;
    width: auto;
    color: #333;
}
div.pager a:hover
{
	border-color: #999;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
}
div.pager a:active
{
    border-color: #AAA;
    border-bottom-color: #CCC;
    border-top-color: #999;
}
div.pager span.current
{
	border-color: #AAA;
    border-bottom-color: #CCC;
    border-top-color: #999;
    -moz-box-shadow: inset 0 1px 2px #aaa;
    -ms-box-shadow: inset 0 1px 2px #aaa;
    -webkit-box-shadow: inset 0 1px 2px #aaa;
    box-shadow: inset 0 1px 2px #aaa;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e6e6e6,EndColorStr=#dcdcdc);
    background-image: -moz-linear-gradient(top,#E6E6E6 0,gainsboro 100%);
    background-image: -ms-linear-gradient(top,#E6E6E6 0,gainsboro 100%);
    background-image: -o-linear-gradient(top,#E6E6E6 0,gainsboro 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#E6E6E6),color-stop(100%,gainsboro));
    background-image: -webkit-linear-gradient(top,#E6E6E6 0,gainsboro 100%);
    background-image: linear-gradient(to bottom,#E6E6E6 0,gainsboro 100%);
    cursor: default;
}
div.pager span.disabled
{
	border-color: #C5C5C5;
	color: #ccc;
	background: #FDFDFD;
	cursor: default;
}
/************************************************/
/* Message Box Styles*/
#hi_message
{
	display: none;
	position: absolute;
	z-index: 15000;
	top: -5%;
	left: 30%;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #F7F7F7;
    border: 10px solid #80898E;
    margin: auto;
    padding: 15px;
    width: 400px;
}
#hi_message .title
{
	display: block;
	height: 20px;
	line-height: 18px;
	padding: 0px 25px 3px 10px;
	background: url(/images/border_dash.gif) repeat-x left bottom;
	font-size: 0;
	color: #F7F7F7;
}
#hi_message .icon
{
	display: block;
	position: absolute;
	right: 18px;
	top: 12px;
	height: 35px;
	width: 35px;
	background: url(/images/basket_add.png) no-repeat left top;
}
#hi_message .message
{
	margin: 5px;
	display: block;
}
/************************************************/
/* Form Styles */
.mform
{
	text-align: right;
	margin-top: 25px;
}
.mform .footer
{
	color: #003366;
	padding: 5px 0px;
	margin-top: 5px;
	text-align: left;
	position: relative;
	display: block;
	width: 100%;
}
.mform .footer .links
{
	position: absolute;
	top: 10px;
	right: 2px;
}
.mform .links 
{
    margin: 5px 0;
    padding: 5px 15px 10px;
    width: 405px;
    text-align: right;
    border-bottom: 1px dashed #333;
}
.mform .links .ql-pointer 
{
    text-align: right;
    float: right;
    font-size: 11px;
}
.mform .links a,
.register .mform #ch-pass a,
.mform .sep
{
    color: #333;
}
.mform .items .item
{
    padding: 4px 0;
    position :relative;
}
.mform .label,
.mform .control
{
    float: right;
}
.mform .label
{
	text-align: left;
	padding: 5px 5px 5px 10px;
	color: #53565A;
	display: block;
}
.mform .label span.field-star
{
    color: #ff0000;
}
.mform .control
{
	position: relative;
	text-align: right;
	margin: 5px 0;
}
.mform .control br
{
    display: none;
}
span.ers
{
    font-size: 10px;
    color: #e05538 !important;
    position: absolute;
    bottom: -8px;
}
.mform .control table, 
.mform .control td
{
	text-align: right;
}
.mform .control td
{
    padding-left: 8px;
}
.esOrderTracking table
{
    width: 100%;
    margin: 0 auto;
    margin-top: 1px;
}
.esOrderTracking table.esOrderTrackingtbl,
.esOrderTracking table.esOrderTrackingtbl th,
.esOrderTracking table.esOrderTrackingtbl td
{
    border: 1px solid #C6C6C6;
}
.esOrderTracking table.esOrderTrackingtbl
{
    width: 95%;
}
.esOrderTracking table.esOrderTrackingtbl th,
.esOrderTracking table.esOrderTrackingtbl td
{
    padding: 5px;
}
/*KatebiForms*/
#cms-order .label
{
    width: 135px;
}
#cms-order .item:after,
.prod-gal .prod-gal-items:after,
#tnav:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.RadCaptcha 
{
}
.RadCaptcha img 
{
    margin: 0 0 10px 0;
}

.RadCaptcha img + p 
{
    text-align: right;
}

.RadCaptcha img + p label 
{
    margin: 0 -12px 0 12px;
}
.contact,
.register,
.sitemap,
.efform,
.comment-field,
.poll,
.dform
{
    width: 787px;
}
.contact .page-desc,
.efform .page-desc,
.contact .contactcontainer,
.efform .mform,
.dform .page-desc,
.dform .mform
{
    float: right;
}
.contact .page-desc,
.efform .page-desc,
.dform .page-desc
{
	width: 800px;
	border-bottom: 1px solid #cdcdcd;
	padding-left: 14px;
	margin-left: 15px;
}
.contact .page-desc img,
.efform .page-desc img,
.dform .page-desc img
{
    max-width: 370px;
}
.contact .contactcontainer,
.efform .mform,
.dform .mform
{
    width: 581px; */
	margin-top: 33px;
}
.contact .contactcontainer .label,
.efform .mform .label,
.dform .label
{
    width: 280px;
}
.contact .contactcontainer .control,
.efform .mform .control,
.dform .mform .control
{
    width: 250px;
}
.efform .mform .RadCaptcha .label,
.dform .mform .RadCaptcha .label
{
    width: 130px;
}
.efform .mform .RadCaptcha .control,
.dform .mform .RadCaptcha .control
{
    width: 235px;
}
.efform .mform .RadCaptcha .control input,
.dform .mform .RadCaptcha .control input
{
    width: 206px;
}
.efform .item table input,
.dform .item table input
{
    display: inline;
    margin: 5px;
}
.sep
{
    padding: 0 5px;
}
.login
{
    margin: 0 auto;
    width: 500px;
    padding-top: 50px;
}
.login .mform
{
    background: #F9F9F9;
    padding: 30px;
    width: 435px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D1D1D1;
    margin: auto;
}
.login .label
{
    width: 65px;
}
.login .control
{
    width: 310px;
}
.register .block1,
.register .block2
{
    width: 393px;
    float: right;
}
.register .label
{
    width: 92px;
    font-size: 0.9em;
}
.UserProfile .control
{
    width: 570px;   
}
input.btn-cmd
{
    cursor: pointer;
    text-align: center;
    border: none;
    font-family: tahoma;
    font-size: 12px;
    outline: medium none;
    background-color: #9B0101;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    line-height: 14px;
    margin: 0;
    padding: 5px 15px;
    display: inline-block;
}
input.btn-cmd:hover
{
    background-color: #c00202;
}
.w1
{
    width: 60px;
}
.w2
{
    width: 75px;
}
.w3
{
    width: 100px;
}
.w4
{
    width: 120px;
}
.qlogin .item
{
    border-bottom: 1px dotted #ccc;
}
.qlogin .label
{
    width: 55px;
}
.qlogin .control
{
    width: 113px;
}
.qlogin .control input
{
    width: 100px;
    height: 12px;
}
.user-status .mform .items .item
{
    padding-bottom: 12px;
    margin-bottom: 8px;
}
.user-status a.btn-cmd,
.UserProfile a.btn-cmd
{
    display: inline-block;    
    text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
}
.UserProfile a.btn-cmd
{
    line-height: 27px;
}
.footer #ch-pass
{
    float: right;
    margin-top: -49px;
    text-align: right;
}
.footer #ch-pass a
{
    display: inline-block;
    padding-right: 25px;
    background: url(/images/password.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.register .footer
{
    *float: right;
}
.basket-det h3.btitle
{
    margin: 12px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #333;
}
.comment-field .item 
{
    border-bottom: 1px solid #E4E4E4;
    padding: 8px 0;
}
.comment-field .label 
{
    width: 130px;
}
.comment-field .control
{
    width: 465px;
}
.poll table
{
    color: #333;
    margin: 0 0 0 auto;
    width: 100%;
}
table.polltbl th
{
}
.poll table table.polling td,
.poll .poll-result table td
{
    padding: 0 0 10px 0;
    text-align: right;
}
.sitemap a:hover
{
    color: #000;
}
/*katebi ends*/
/****************************************************/
/* divSearch */
.quicksearch
{
    width: 100%;
}
.divSearch
{
    width: 100%;
    position: relative;
}
.divSearch input.txtSearchTextBox,
.divSearch a.doSearch
{
    display: block;
    float: left;
}
.divSearch a.doSearch
{
    width: 21px;
    height: 22px;
    text-decoration: none;
    background: url(images/bg-doSearch.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    background-color: #ef7617;
    -o-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
}
.divSearch a.doSearch:hover
{
    background-position: 0 -21px;
}
.divSearch input.txtsSearchTextBox
{
    width: 136px;
    border: 1px solid #9c9c9e;
    height: 20px;
    padding: 0 3px;
    color: #222;
    font-size: 0.9em;
    text-align: right;
    line-height: 20px;
    background-color: #fff;
    border-radius: 0px;
    border-left: 0;
}
/*************************PagesBanner***************************/
.divPagesBanner
{
    height: 265px;
    position: relative;
    width: 948px;
    padding: 20px;
    background-image: url(images/bg-banner.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
}
.divPagesBanner img
{
    width: 948px;
    height: 265px;
}
.banner-shadow
{
    position:absolute;
    bottom:-39px;
    left:0;
    height:39px;
    width:100%;
    background-image: url("images/bg-loopedSlider.png");
    background-color: rgba(0, 0, 0, 0);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.loopedSlider 
{
    height: 360px;
    padding: 15px 15px 65px;
    width: 929px;
    position:relative;
    overflow:visible;
    background-image: url("images/bg-loopedSlider.png");
    background-color: rgba(0, 0, 0, 0);
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom:20px;
}   
/****************************************************/
/* CMS Comments */
.cms-comments
{
	width: 620px;
}
.usermassege
{
    background: #EAEAEA;
    color: #333333;
    font-weight: 600;
    height: 17px;
    margin: auto;
    padding: 5px 10px;
    text-align: right;
    width: 670px;
    display: block;
}
.comment-item
{
	border-bottom: 2px dotted #BFBFBF;
	padding: 25px 5px 25px 5px;
	position: relative;
	background: #fff;
	margin-top: 5px;
	width: 610px;
}
.comment-item .name,
.comment-item .date
{
    position: absolute;
	top: 4px;
}
.comment-item .date
{
    border: 0;
}
.comment-item .name
{	
	right: 5px;
}
.comment-item .name a
{
    color: #0D7BC6;
    font-weight: bold;
    font-size: 0.8em;
}
.comment-item .date
{
	left: 5px;
	color: #888;
	font-size: 0.8em;
	background: url(images/icon_clock.png);
	background-repeat: no-repeat;
	background-position: 100% 77%;
	padding-right: 15px;
}
.comment-item .text
{
	padding: 5px;
	line-height: 16px;
	color: #000;
	text-align: right;
}
/************************CMSTHEMP****************************/
.boxes
{
}
.box1,
.box2
{
    float: right;
    padding: 0;
    background-color: #fff;
    width: 197px;
    height: 206px;
    overflow: hidden;
    margin: 7px;
    -webkit-box-shadow: 0 0 4px 6px #eee;
	-moz-box-shadow: 0 0 4px 6px #eee;
	box-shadow: 0 0 4px 6px #eee;
	border: 1px solid #ccc;
}
.box1,
.box1 > a.img,
.box1 > a.img img
{
    width: 195px;
}
.box1 > a.img,
.box1 > a.img img,
.box2 > a.img,
.box2 > a.img img
{
    height: 125px;
    border-bottom: 5px solid transparent;
}
.box1 > a.img,
.box1 > a.img img
{
    height: 122px;
    width: 197px;
    border-bottom: 5px solid transparent;
}
.box1 a,
.box2 a
{
    display: block;
}
.boxes a.mores
{
    text-decoration: none;
    color: #0000FF;
    padding: 0 5px;
}
.boxes a.mores:hover 
{
    color: #333;
}
.boxes h1
{
    margin-top: -1px;
    height: 22px;
    padding: 4px 0;
    overflow: hidden;
    text-align: center;
    background: url("images/homeFeature_heading_bg.gif") no-repeat scroll left top transparent;
}
.boxes p
{
    padding: 0 5px;
    margin: 0 0 3px;
    height: 20px;
    overflow: hidden;
}
.box2,
.box2 > a.img,
.box2 > a.img img
{
    width: 180px;
}
.content-det
{
    width: 100%;
}
.content-det .imageholder
{
    text-align: center;
}
.content-det .imageholder img
{
    margin-bottom: 10px;
    max-width: 880px;
}
.content-det .textSumm,
.cms .CTS
{
    font-size: 0.9em;
    color: #666;
}
.itemgroup 
{
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    width: 100%;
}
.itemgroup h1 
{
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 10px;
}
.itemgroup h1 a, 
.cms p.cms-date, 
.cms p.cms-count
{
    color: #8C3225;
    margin: 0;
}
.cms .CTS
{
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.cms-det
{
    width: 100%;
}
.cms-det > div.clearfix
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C3C3C3;
}
.cms-det .ImageHolder
{
    float: left;
    background-color: #fff;
    padding: 5px;
    margin: 0 10px 0 0;
    border: 1px solid #C3C3C3;
}
.cms-det .ImageHolder img
{
    max-width: 340px;
}
.cms-det p.det
{
    text-align: justify;
    font-size: 1.1em;
    color: #000;
}
.cms-det .text,
.cms-det .text *
{
    text-align: justify !important;
    line-height: 2em !important;
}
/****************************************************/
/* PROD_GAL */
.prod-gal
{
    width: 100%;
}
.prod-gal .prod-gal-img
{
    padding: 20px;
    text-align: center;
}
.prod-gal .prod-gal-img img
{
    max-width: 959px;
    max-height: 720px;
}    
.prod-gal .prod-gal-items
{
    width: 100%;
}
.prod-gal .prod-gal-items .prod-gal-thumb
{
    float: right;
    width: 159px;
    height: 100px;
    margin: 4px;
    cursor: pointer;
}
.prod-gal .prod-gal-items .prod-gal-thumb.n6-1
{
    margin-right: 0;
}
.prod-gal .prod-gal-items .prod-gal-thumb.n6
{
    margin-left: 0;
}
.prod-gal .prod-gal-items .prod-gal-thumb img
{
    width: 159px;
    height: 100px;
}
/*************DOWNLOAD****************/
table.table
{
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
}
table.table>thead>tr>th, 
table.table>tbody>tr>th, 
table.table>tfoot>tr>th, 
table.table>thead>tr>td, 
table.table>tbody>tr>td,
table.table>tfoot>tr>td 
{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
    font-weight: 400;
}
table.table>thead>tr>th
{
    border-bottom-width: 2px;
    vertical-align: bottom;
}
table.table>thead>tr>th.large, 
table.table>tbody>tr>th.large, 
table.table>tfoot>tr>th.large, 
table.table>thead>tr>td.large, 
table.table>tbody>tr>td.large,
table.table>tfoot>tr>td.large
{
    width: 70%;
}
table.table>thead>tr>th.small, 
table.table>tbody>tr>th.small, 
table.table>tfoot>tr>th.small, 
table.table>thead>tr>td.small, 
table.table>tbody>tr>td.small,
table.table>tfoot>tr>td.small
{
    width: 10%;
    text-align: center;
}
table.table>thead>tr.odd>th, 
table.table>tbody>tr.odd>th, 
table.table>tfoot>tr.odd>th, 
table.table>thead>tr.odd>td, 
table.table>tbody>tr.odd>td,
table.table>tfoot>tr.odd>td 
{
    background-color: #f4f4f4;
}
/*************MapPath****************/
.MapPath div
{
    float: right;
    margin-left: 7px;
    width: auto;
}
.MapPath div a
{
    color: #7F8081;
    text-decoration: none;
}