/* CSS Document */

* { margin:0; padding:0; border:none;}


html, body {
	width:100%;
	height: 1%;
}
body {
	background: #DDDDDD url(../images/bg.gif) repeat-x;
}
body,th,td,tt,p,div {
	color: #000000;
	font-family: Verdana,Arial;
	font-size: 11px;
}

body,form {
	margin: 0px;
	padding: 0px;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
outline:none;
}
.clear {
	clear:both;
	float:none;
}
body.clear-body {
	background-color: #ffffff;
	background-image: none;
	min-width: 0;
}
.order-status {
	background: #eff8fc url(../images/ajax_loader.gif) no-repeat 5px center;
	border: 1px solid #c1d1d5;
	margin:25% 25% auto;
	padding:20px;
	padding-left:30px;
}
/* Global Container */
.container{
	width:953px;
	text-align:left;
	background:#FFFFFF url(../images/main_container_left.gif) left top repeat-y;
	padding-left:3px;
}
.container .content{
	display:block;
	background:#FFFFFF url(../images/main_container_right.gif) right top repeat-y;
	padding-right:3px;
}
/* TOP */
.logo {
	padding:22px 0px 12px 18px;
}

.partner{
	background:#262B31;
	height:54px;
	padding-top:16px;
}
i.logo {
	text-align:center;
	display:block;
	background:url(../images/partners.gif) no-repeat;
	width:632px;
	height:40px;
}
/* NAVIGATION*/
.navigation {
	width:953px;
	text-align:left;
	background:#262B31 url(../images/navigation_container_left.gif) left top repeat-y;
	padding-left:3px;
}
.navigation .content{
	display:block;
	background:#262B31 url(../images/navigation_container_right.gif) right top repeat-y;
	padding-right:3px;
	height:35px;
}
.navigation ul {
	padding:0px;
	margin:0px;
}

.menu li {
	list-style:none;
	float:left;
	cursor:pointer;
}
.menu li a{
	padding:10px 0px 10px 0px;
	height:13px;
	display:inline-block;
	text-decoration:none;
	color:#CCCACB;
}

.menu li b{
	cursor:pointer;
	display:inline-block;
	padding:0px 23px 0px 23px;
	font: 12px Verdana;
	font-weight:normal;
	border-right:1px dotted #7C7C7C;
}

.menu li.active a{
	color:#F9891B;
}
.menu li a:hover {
	color:#F9891B;
}

.menu li.home {
	height:35px;
	width:135px;
	background:#F99736 url(../images/btn_home_right.gif) no-repeat right top;
}
.menu li.home a {
	padding:0px 4px 0px 20px; 
	color:#262B31;
}

.menu li.home a:hover {
	color:#FFFFFF;
}
.menu li.home b{
	float:left;
	padding:10px 0px 8px 0px ;
	width:70px;
	font-weight:bold;
	border:none;
}

.menu li.home.active a {
	color:#FFFFFF;
}
.menu li.end b{
	border:none;
}
.home .icon{
	background:#FF0000;
	background:url(../images/icon_home.gif) no-repeat;
	width:17px;
	height:33px;
	margin-right:10px;
	float:left;
}

.home:hover .icon,.home.active .icon {
	background:url(../images/icon_home_on.gif) no-repeat;
}

/* Main */

.main {
	margin:0px;
	padding:15px 15px 15px 15px;

}
.main .left{
	padding:0px;
	float:left; 
	width:260px;
}
.main .right{
	min-height:250px;
	padding:0px 0px 0px 15px;
	float:left;
	width:645px;
	height:100%;

}

/* BOTTOM */
.bottom {
	width:920px;
	min-height:77px;
	margin:0px 15px 0px 15px;
	padding:10px 0px 10px 0px;
	border-top:1px dashed #A1A1A1;
}
.bottom .left {
	float:left;
	width:658px;
	min-height:62px;
	border-right:1px solid #A1A1A1;
}
.bottom .right {	
	min-height:62px;
	float:right;
	width:260px;
	font: 12px Arial;
	color:#859096;
	text-align:center;
	line-height:20px;
	padding-top:5px;
}
.bottom .right span.exa {
	font: bold 12px Arial;
}
.grimedya {
	text-decoration:none;
	color:#859096;
	cursor:pointer;
	padding-right:100px;
	height:16px;
	background:url(../images/logo_grimedya.gif) right center no-repeat;
}

.bottom ul.link {
	padding-top:15px ;
}

.bottom ul.link li {
	margin-right:10px;
	list-style:none;
	float:left
}
.bottom ul.link li ul {
	padding:0px;
	margin-left:17px;
}
.bottom ul.link li ul li {
	list-style-image:url(../images/bottom_link_bulet.gif);
	font: 12px Arial;
	color:#859096;
	min-width:120px;
	float:none;
}
/* TEST */

label, input ,textarea { display:block; }
textarea.text,input.text { margin-top:3px ;margin-bottom:10px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:10px; }
.ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none;  !important; cursor:pointer; position: relative; text-align: center; }
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }
