@charset "UTF-8";
/* CSS Document */

/* Reset */
/* --------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------------------------------------------*/


/* Structure */
/* --------------------------------------------------*/
.clear{
	clear:both;
}
strong {
	font-family: 'Gudea', sans-serif;
	font-weight:700;
}
/* --------------------------------------------------*/


/* Structure */
/* --------------------------------------------------*/
body{
	font-family: 'Gudea', sans-serif;
	color:#505050;
	background:#444 url(../images/structure/bg.jpg) repeat-y center;
}

#container{
	width:920px;
	background-color:#ececec;
	margin:20px auto;
}
.content{
	width:832px;
	margin:auto;
	padding:50px 0;
}
/* --------------------------------------------------*/

/* Header */
/* --------------------------------------------------*/
#header{
	width:832px;
	height:138px;
	margin:auto;
	clear:both;
}
#header #logo{
	background-image:url(../images/structure/logo.jpg);
	width:251px;
	height:55px;
	float:left;
	margin-top:45px;
}
#header #logo a{
	display:block;
	width:100%;
	height:100%;
}
#header #logo span{
	margin-left:-5000px;
}

#header #nav{
	float:right;
	text-align:right;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:15px;
	color:#242424;
	padding:1px 0;
	margin-top:60px;
	
}
#header #nav li{
	float:left;
	margin-left:20px;
}
#header #nav a{
	color:#242424;
	display:inline;
}
#header #nav a:hover, #header #nav a:active {
	color:#196788;
}
/* --------------------------------------------------*/

/* Footer */
/* --------------------------------------------------*/ 
#footer{
	width:832px;
	height:150px;
	margin:auto;
	font-family: 'Gudea', sans-serif;
	color:#FFF;
	font-size:11px;
	line-height:21px;
	border-top:none !important;
}
#footer a{
	color:#FFF;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .leftCol{
	float:left;
	padding:1px 0;
	text-align:left;
}
#footer .rightCol{
	float:right;
	padding:1px 0;
	text-align:right;
}
#footer .rightCol a{
	margin-left:15px;
}
/* --------------------------------------------------*/

/* Home Page */
/* --------------------------------------------------*/
.slideshow{
	width: 920px;  
    height: 198px; 
	overflow:hidden;
}
.slideshow img {  
    height: auto !important;  
    width: 920px;
    top:  0; 
    left: 0 
} 
#pager{
	height:8px;
	padding:10px 0 30px 0;
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}
#pager ul{
	position:relative;
	left:50%;
}
#pager li{
	overflow:hidden;
	margin-right:10px;
	float:left;
	position:relative;
}
#pager li a{
	height:8px;
	width:8px;
	display:block;
	background-image:url(/images/home/sliderDot.jpg);
}
#pager li.activeSlide a{
	background-position:0 -8px;
}
#pager li a span{
	margin-left:-5000px;
}

#homeContent .leftCol{
	width:345px;
	float:left;


}
#homeContent .rightCol{
	width:447px;
	float:right;
}
#homeContent .rightCol h1{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:30px;
	line-height:30px;
	color:#196788;
	margin-bottom:15px;
}
#homeContent .rightCol h2{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:24px;
	line-height:24px;
	color:#196788;
	margin-bottom:5px;
}
#homeContent .rightCol p{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:21px;
	padding-bottom:15px;
}
#homeContent .rightCol a{
	color:#196788;
}
#homeContent .rightCol a:hover{
	text-decoration:underline;
}

#homeContent .leftCol #loginBox{
	padding:20px;
	background-color:#d3d3d3;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	margin-bottom:25px;
}

#homeContent .leftCol #loginBox form{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:21px;
}

#homeContent .leftCol #loginBox h4{
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	color:#696969;
	font-size:24px;
	margin-bottom:8px;
}

#homeContent .leftCol #loginBox input.text{
	width:100%;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	color:#505050;
	font-size:18px;
	border:0 none;
	background-color:#eee;
	padding:5px;
	margin-bottom:15px;
}
#homeContent .leftCol #loginBox a{
	color:#696969;
}
#homeContent .leftCol #loginBox a:hover{
	text-decoration:underline;
}
#homeContent .leftCol #loginBox input.submit{
	float:right;
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:16px;
	border:0 none;
	background-color:#848484;
	padding:5px;
}

#homeContent .leftCol #loginBox input.remember{
	height:14px;
}

#homeContent .leftCol h5{
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	color:#196788;
	font-size:24px;
	margin:0 0 12px 8px;
}

#homeContent .leftCol #dinarRateBox{
	width:345px;
	height:93px;
	background-image:url(../images/home/ppmBox.jpg);
	line-height:30px;
	margin-bottom:25px;
}

#homeContent .leftCol #dinarRateBox span{
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	font-size:30px;
	color:#477e9a;
}

#homeContent .leftCol #dinarRateBox .dinarLeft{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	color:#8b8b8b;
	font-size:18px;
	width:135px;
	margin:17px 0 0 10px;
	text-align:center;
	float:left;
}

#homeContent .leftCol #dinarRateBox .dinarRight{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	color:#8b8b8b;
	font-size:18px;
	width:160px;
	margin:17px 10px 0 0;
	text-align:center;
	float:right;
}
#homeContent .leftCol #misc p{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:21px;
	margin-left:8px;
	margin-bottom:20px;
}
#homeContent .leftCol #misc a{
	color:#505050;
}
#homeContent .leftCol #misc a:hover{
	text-decoration:underline;
}
/* --------------------------------------------------*/

/* About Page */
/* --------------------------------------------------*/
h1.box{
	padding:20px 40px;
	background-color:#353535;
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	font-size:30px;
	color:#FFF;
}

#aboutContent .leftCol{
	width:100%;

}


#aboutContent .leftCol p{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:21px;
	padding-bottom:15px;
}

#aboutContent .leftCol ul{
	padding-bottom:15px;
	list-style:disc;
	margin-left:15px;
}
#aboutContent .leftCol li{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:21px;
}

/* --------------------------------------------------*/

/* Contact Page */
/* --------------------------------------------------*/
#contactContent .leftCol{
	width:447px;
	float:left;
}
#contactContent .rightCol{
	width:305px;
	float:right;
	background-color:#d3d3d3;
	padding:20px;
}
#contactContent .rightCol h2{
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	color:#696969;
	font-size:24px;
	margin-bottom:12px;
}
#contactContent .rightCol form p{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#900;
	margin:0 0 15px 0;
}
#contactContent .rightCol input{
	width:300px;
	padding:4px;
	background-color:#eee;
	color:#666;
	border:0 none;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:18px;
	margin-bottom:10px;
}
#contactContent .rightCol textarea{
	width:300px;
	height:125px;
	padding:4px;
	background-color:#eee;
	color:#666;
	border:0 none;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:18px;
	margin-bottom:10px;
}
#contactContent .rightCol #submit{
	background-color:#848484;
	color:#FFF;
	width:75px;
	float:right;
}
#contactContent .rightCol #thanks{
	font-size:15px;
	color:#696969;
}

#contactContent .leftCol p{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:21px;
	padding-bottom:15px;
}
#contactContent .leftCol strong{
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	font-size:16px;
}
#contactContent .leftCol .phone{
	font-size:30px;
}
#contactContent .leftCol a{
	color:#196788;
	font-size:16px;
}
#contactContent .leftCol a:hover{
	text-decoration:underline;
}

/* --------------------------------------------------*/

/* Buy Currency and Part of My Account */
/* --------------------------------------------------*/
#customerBox{
	background-color:#d3d3d3;
	padding:20px;
}

#customerBox .leftCol{
	width:305px;
	float:left;
}
#customerBox .leftCol h4, #customerBox .rightCol h4{
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	color:#696969;
	font-size:24px;
	margin-bottom:12px;
}
#customerBox .leftCol form {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:21px;
}
#customerBox .leftCol a{
	color:#505050;
}
#customerBox .leftCol a:hover{
	text-decoration:underline;
}
#customerBox .leftCol input.text{
	width:305px;
	padding:4px;
	background-color:#eee;
	color:#666;
	border:0 none;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:18px;
	margin-bottom:10px;
}
#customerBox .leftCol .submit{
	float:right;
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:16px;
	border:0 none;
	background-color:#848484;
	padding:5px 8px;
	cursor:pointer;
}
#customerBox .leftCol .submit:hover{
	background-color:#999;
}
#customerBox .leftCol input.remember{
	height:14px;
}
#customerBox .rightCol{
	width:315px;
	float:left;
	margin-left:70px;
}
#customerBox .rightCol p{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:18px;
}

#orderBox h4{
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	color:#696969;
	font-size:24px;
	padding:20px;
}
#orderBox h5{
	background-color:#196788;
	padding:6px;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:22px;
	color:#FFF;
	text-align:center;
}
#orderBox p{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:18px;
	padding:12px;
	text-align:center;
}
#orderBox .col1{
	float:left;
	width:307px;
}
#orderBox .col2{
	float:left;
	width:307px;
	margin:0 9px;
}
#orderBox .col3{
	float:left;
	width:200px;
}

#orderBox .selected {
	background-color:#d9d9d9;
}

#orderBox .col3 select{
	width:200px;
	text-align:right;
	color:#666;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	margin-top:12px;
}
#orderBox .col3 p{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:18px;
	padding:12px;
	text-align:right;
}
#orderBox .col3 strong{
	font-family: 'Gudea', sans-serif;
	font-weight:700;
}
#orderBox .select{
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:16px;
	border:0 none;
	background-color:#196788;
	padding:5px 8px;
	cursor:pointer;
}
#orderBox .select:hover{
	background-color:#317896;
}
h6.box{
	margin:auto;
	padding:10px 40px;
	background-color:#353535;
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#FFF;
}

#custInfo h4{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:24px;
	line-height:18px;
	margin-bottom:10px;
}

#custInfo input.radioBtn{
	float:left;
	margin:0 5px 70px 0;
	display:block;
}

#custInfo p{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:18px;
}

#custInfo .individual {
	float:left;
	width:240px;
	margin-left:50px;
}
#custInfo .corporation {
	float:left;
	width:325px;
	margin-left:100px;
}
#custInfo .corporation #corpMore{
	margin-top:20px;
}
#custInfo .corporation #corpMore input{
	width:250px;
	padding:4px;
	background-color:#eee;
	color:#666;
	border:1px solid #666;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:18px;
	margin-bottom:15px;
}
#custInfo .shippingTag{
	float:left;
	padding:40px 20px 0 40px;
	text-align:right;
}
#custInfo .shippingTag h4{
	line-height:28px;
}
#custInfo .shippingBox{
	float:left;
	padding:25px;
	margin-top:40px;
	background-color:#d3d3d3;
	width:590px;
}
#custInfo .shippingBox input.left, #custInfo .shippingBox select.left{
	width:270px;
	padding:4px;
	background-color:#eee;
	color:#666;
	border:0 none;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:18px;
	margin-bottom:15px;
	float:left;
}
#custInfo .shippingBox input.right{
	width:270px;
	padding:4px;
	background-color:#eee;
	color:#666;
	border:0 none;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:18px;
	margin-bottom:15px;
	float:right;
}
#custInfo .shippingBox input.full{
	width:582px;
	padding:4px;
	background-color:#eee;
	color:#666;
	border:0 none;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:18px;
	margin-bottom:15px;
}

#payment .cardType{
	float:left;
	padding:0 65px 0 20px;
}
#payment .creditCardBox select.left{
    width:130px;
    padding:4px;
    background-color:#eee;
    color:#666;
    border:0 none;
    font-family: 'Gudea', sans-serif;
    font-weight:400;
    font-size:18px;
    margin-bottom:15px;
    float:left;
}
#payment .cardType h4{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:24px;
	line-height:24px;
	margin-bottom:10px;
}
#payment .cardType h4 input{
	height:24px;
}

#payment .paymentInfo{
	float:left;
}
#payment .paymentInfo div{
	padding:20px;
	background-color:#d3d3d3;
}
#payment .paymentInfo div input{
	width:270px;
	padding:4px;
	background-color:#eee;
	color:#666;
	border:0 none;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:18px;
	margin-bottom:15px;
}

#payment .shipping {
	float:right;
	text-align:right;
}
#payment .shipping h4{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:24px;
	line-height:24px;
}
#payment .shipping p{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:18px;
	padding:12px;
	text-align:right;
}

#summary .details{
	width:385px;
	float:left;
}
.blue{
	color:#196788 !important;
}

#summary .details .leftCol{
	float:left;
	text-align:right;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:24px;
	line-height:34px;
	margin-left:40px;
}
#summary .details .leftCol input {
	width:170px;
	padding:4px;
	background-color:#fff;
	color:#666;
	border:1px solid #666;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:18px;
	margin-bottom:15px;
}
#summary .details .rightCol{
	float:left;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:24px;
	line-height:34px;
	margin-left:15px;
}
#summary .details .rightCol .apply{
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:16px;
	border:0 none;
	background-color:#848484;
	padding:5px 8px;
	cursor:pointer;
}
#summary .details .rightCol .apply:hover{
	background-color:#999;
}

#summary #order{
	float:left;
	padding:40px 0 0 90px;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	color:#666;
	font-size:12px;
	line-height:18px;
	text-align:right;
	width:300px;
}
#summary #order a{
	color:#196788;
}
#summary #order .order{
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:36px;
	border:0 none;
	background-color:#196788;
	padding:5px 15px;
	cursor:pointer;
}
#summary #order .order:hover{
	background-color:#317896;
}
/* --------------------------------------------------*/

/* My Account */
/* --------------------------------------------------*/
.greyBox{
	background-color:#d3d3d3;
	padding:25px;
	margin-bottom:15px;
}
.greyBox h4{
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	font-size:24px;
	line-height:24px;
	color:#353535;
	margin-bottom:15px;
}
.greyBox table{
	width:700px;
	margin:auto;
}
.greyBox table td{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:18px;
	padding:5px;
}

.greyBox table a{
	color:#505050;
	text-decoration:underline;
}

#custInfo .shippingBox label.left{
	width:270px;
	color:#666;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	margin-bottom:5px;
	float:left;
}
#custInfo .shippingBox label.right{
	width:270px;
	color:#666;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	margin-bottom:5px;
	float:right;
}

#custInfo .shippingBox .update{
	float:right;
	font-family: 'Gudea', sans-serif;
	font-weight:700;
	color:#FFF;
	font-size:16px;
	border:0 none;
	background-color:#848484;
	padding:5px 8px;
	cursor:pointer;
}
#custInfo .shippingBox .update:hover{
	background-color:#999;
}

/* --------------------------------------------------*/

/* Legal */
/* --------------------------------------------------*/
#legal p{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:21px;
	padding-bottom:15px;
}
#legal a, #aboutContent a{
	color:#317896;
}
/* --------------------------------------------------*/



















/*
------------------------------
    Impromptu's
------------------------------
*/
.jqifade{
    position: absolute; 
    background-color: transparent; 
}
div.jqi{ 
    width: 400px; 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    position: absolute; 
    background-color: #ffffff; 
    font-size: 11px; 
    text-align: left; 
    border: solid 2px #000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px;
}
div.jqi .jqicontainer{ 
    font-weight: normal; 
}
div.jqi .jqiclose{ 
    position: absolute;
    top: 4px; right: -2px; 
    width: 18px; 
    cursor: default; 
    color: #bbbbbb; 
    font-weight: bold; 
}
div.jqi .jqimessage{ 
    padding: 10px; 
    line-height: 20px; 
    color: #000000;
}
div.jqi .jqibuttons{ 
    text-align: right; 
    padding: 5px 0 5px 0; 
    border: solid 1px #eeeeee; 
    background-color: #f4f4f4;
}
div.jqi button{ 
    padding: 3px 10px; 
    margin: 0 10px; 
    background-color: #2F6073; 
    border: solid 1px #f4f4f4; 
    color: #ffffff; 
    font-weight: bold; 
    font-size: 12px; 
}
div.jqi button:hover{ 
    background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
    /*background-color: #8DC05B;*/
    background-color: #196788;
}
.jqiwarning .jqi .jqibuttons{ 
    background-color: #196788;
}

/*
------------------------------
    impromptu
------------------------------
*/
.impromptuwarning .impromptu{ background-color: #aaaaaa; }
.impromptufade{
    position: absolute;
    background-color: #ffffff;
}
div.impromptu{
    position: absolute;
    background-color: #cccccc;
    padding: 10px; 
    width: 300px;
    text-align: left;
}
div.impromptu .impromptuclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #213e80;
}
div.impromptu .impromptucontainer{
    background-color: #213e80;
    padding: 5px; 
    color: #ffffff;
    font-weight: bold;
}
div.impromptu .impromptumessage{
    background-color: #415ea0;
    padding: 10px;
}
div.impromptu .impromptubuttons{
    text-align: center;
    padding: 5px 0 0 0;
}
div.impromptu button{
    padding: 3px 10px 3px 10px;
    margin: 0 10px;
}

/*
------------------------------
    columns ex
------------------------------
*/
.colsJqifadewarning .colsJqi{ background-color: #ffffff; }
.colsJqifade{
    position: absolute;
    background-color: #ffffff;
}
div.colsJqi{
    position: absolute;
    background-color: #ffffff;
    padding: 10px; 
    width: 400px;
    text-align: left;
}
div.colsJqi .colsJqiclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #bbbbbb;
}
div.colsJqi .colsJqicontainer{
    background-color: #ffffff;
    padding: 5px; 
    color: #ffffff;
    font-weight: bold;
    height: 160px;
}
div.colsJqi .colsJqimessage{
    background-color: #ffffff;
    padding: 10px;
    width: 280px;
    height: 140px;
    float: left;
}
div.colsJqi .jqibuttons{
    text-align: center;
    padding: 5px 0 0 0;
}
div.colsJqi button{
    background: url(../images/button_bg.jpg) top left repeat-x #ffffff;
    border: solid #777777 1px;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    margin: 5px 5px 5px 10px;
    width: 75px;
}
div.colsJqi button:hover{
    border: solid #aaaaaa 1px;
}

/*
------------------------------
    brown theme
------------------------------
*/
.brownJqiwarning .brownJqi{ background-color: #ffffff; }
.brownJqifade{
    position: absolute;
    background-color: #ffffff;
}
div.brownJqi{
    position: absolute;
    background-color: transparent;
    padding: 10px;
    width: 300px;
    text-align: left;
}
div.brownJqi .brownJqiclose{
    float: right;
    margin: -20px 0 0 0;
    cursor: pointer;
    color: #777777;
    font-size: 11px;
}
div.brownJqi .brownJqicontainer{
    position: relative;
    background-color: transparent;
    border: solid 1px #5F5D5A;
    color: #ffffff;
    font-weight: bold;
}
div.brownJqi .brownJqimessage{
    position: relative;
    background-color: #F7F6F2;
    border-top: solid 1px #C6B8AE;
    border-bottom: solid 1px #C6B8AE;
}
div.brownJqi .brownJqimessage h3{
    background: url(../images/brown_theme_gradient.jpg) top left repeat-x #ffffff;
    margin: 0;
    padding: 7px 0 7px 15px;
    color: #4D4A47;
}
div.brownJqi .brownJqimessage p{
    padding: 10px;
    color: #777777;
}
div.brownJqi .brownJqimessage img.helpImg{
    position: absolute;
    bottom: -25px;
    left: 10px;
}
div.brownJqi .brownJqibuttons{
    text-align: right;
}
div.brownJqi button{
    background: url(../images/brown_theme_gradient.jpg) top left repeat-x #ffffff;
    border: solid #777777 1px;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    margin: 5px 5px 5px 10px;
}
div.brownJqi button:hover{
    border: solid #aaaaaa 1px;
}

/*
*------------------------
*   clean blue ex
*------------------------
*/
.cleanbluewarning .cleanblue{ background-color: #acb4c4; }
.cleanbluefade{ position: absolute; background-color: #aaaaaa; }
div.cleanblue{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; width: 300px; font-size: 11px; text-align: left; border: solid 1px #213e80; }
div.cleanblue .cleanbluecontainer{ background-color: #ffffff; border-top: solid 14px #213e80; padding: 5px; font-weight: bold; }
div.cleanblue .cleanblueclose{ float: right; width: 18px; cursor: default; margin: -19px -12px 0 0; color: #ffffff; font-weight: bold; }
div.cleanblue .cleanbluemessage{ padding: 10px; line-height: 20px; font-size: 11px; color: #333333; }
div.cleanblue .cleanbluebuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
div.cleanblue button{ padding: 3px 10px; margin: 0 10px; background-color: #314e90; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.cleanblue button:hover{ border: solid 1px #d4d4d4; }

/*
*------------------------
*   Ext Blue Ex
*------------------------
*/
.extbluewarning .extblue{ border:1px red solid; }
.extbluefade{ position: absolute; background-color: #ffffff; }
div.extblue{ border:1px #6289B6 solid; position: absolute; background-color: #CAD8EA; padding: 0; width: 300px; text-align: left; }
div.extblue .extblueclose{ background-color: #CAD8EA; margin:2px -2px 0 0; cursor: pointer; color: red; text-align: right; }
div.extblue .extbluecontainer{ background-color: #CAD8EA; padding: 0 5px 5px 5px; color: #000000; font:normal 11px Verdana; }
div.extblue .extbluemessage{ background-color: #CAD8EA; padding: 0; margin:0 15px 15px 15px; }
div.extblue .extbluebuttons{ text-align: center; padding: 0px 0 0 0; }
div.extblue button{ padding: 1px 4px; margin: 0 10px; background-color:#cccccc; font-weight:normal; font-family:Verdana; font-size:10px; }

/*
*------------------------
*   smooth Ex
*------------------------
*/
.jqismoothfade{ position: absolute; background-color: #333333; }
div.jqismooth{ width: 350px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; font-size: 11px; text-align: left; border: solid 3px #e2e8e6; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 7px; }
div.jqismooth .jqismoothcontainer{ font-weight: bold; }
div.jqismooth .jqismoothclose{ position: absolute; top: 0; right: 0; width: 18px; cursor: default; text-align: center; padding: 2px 0 4px 0; color: #727876; font-weight: bold; background-color: #e2e8e6; -moz-border-radius-bottomLeft: 5px; -webkit-border-bottom-left-radius: 5px; border-left: solid 1px #e2e8e6; border-bottom: solid 1px #e2e8e6;  }
div.jqismooth .jqismoothmessage{ padding: 10px; line-height: 20px; color: #444444; }
div.jqismooth .jqismoothbuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #e2e8e6; background-color: #f2f8f6; }
div.jqismooth button{ padding: 3px 10px; margin: 0 10px; background-color: #2F6073; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.jqismooth button:hover{ background-color: #728A8C; }
div.jqismooth button.jqismoothdefaultbutton{ background-color: #BF5E26; }
.jqismoothwarning .jqismooth .jqismoothbuttons{ background-color: #BF5E26; }


/*  */

.bordered {
    border: 1px solid #f00;
}
