body {
	/*margin: 200px 0 0 0;*/
	padding: 200px 0 0 0;
	font-family: Verdana, Tahoma sans-serif;
	min-width: 1000px;
}

body.empty { margin: 10px; }

#header {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	margin: 0 0 20px 0px;
	font-size: 70%;
	background: none;
	font-family: Tahoma, Trebuchet, Verdana, sans-serif;
	min-width: 1000px;
	width: expression( document.body.clientWidth < 1000 ? "1000px" : "100%" );
}

*:first-child+html #header{
	min-width: 1000px;
}

	#sidebar .sponsors { display: block;}
.welcome {
	float: left;
	width: 100%;
	background: #e1e1e1;
	line-height: 26px;
}
.welcome .login {
	float: left;
	margin: 0 0 0 10px;
}
.welcome .login a {
	font-weight: bold;
	font-size: 90%;
}

.welcome .login a:hover {
	color: #d2450d;
}

.welcome .login a.selected {
	color: #d2450d;
}
.welcome .links {
	margin: 0 20px 0 0;
	float: right;
	font-size: 90%;
}
.welcome .links ul {
	margin: 0;
	float: left;
	font-size: 100%;
}
.welcome .links ul li{
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0 0 0 10px;
}
.welcome .links ul li a {
	float: left;
	padding: 0 0 0 13px;
	background: url(/skins/img/default/new_links.gif) 10px no-repeat;
}

.welcome .links ul li a:hover {
	color: #d2450d;
}

.links ul li.lhome a {
	background-position: 0 11px;
}
.links ul li.lcontact a {
	background-position: 0 -13px;
}
.links ul li.lcart a {
	background-position: 0 -36px;
}
.links ul li.lcart_flash a {
	background: url(/skins/img/default/new_cart_flash.gif) 0 10px no-repeat;
}

.logo {
	float: left;
	width: 100%;
	height: 92px;
	overflow: hidden;
	vertical-align: middle;
	background: url(/skins/img/default/logo_bg.gif);
	display: table;
	text-align: left;
}
.logo a.logoi {
	overflow: visible;
	#position: absolute;
	display: table-cell;
	vertical-align: middle;
	height: 92px;
	width: 400px;
	padding-left: 10px;
	background: url(/skins/img/default/logo3.png) 10px center no-repeat;
}

.logo .logoi{
	cursor:pointer;
	float:left;
}

.logo a.logonobg {
	background: none;
	#top: 50%;
	#height: 1%;
}


.logo .search {
	float: right;
	height: 60px;
	padding: 30px 16px 0 0;
	border-right: 1px dashed #2e5b88;
	font-weight: bold;
}
.logo .search form {
	margin: 0;
}
.logo .search input.inp {
	border: 1px solid #333;
	font-size: 1.2em;
	width: 212px;
	box-sizing: border-box;
}
.logo .search input {
	position: relative;
	margin: 0 3px 0 0;
	float: left;
}
.logo .login {
	float: right;
	padding: 10px 16px;
	text-align: right;
	font-weight: bold;
}
.logo .login input.inp {
	position: relative;
	top: 2px;
	border: 1px solid #333;
	font-size: 1.2em;
	width: 120px;
	box-sizing: border-box;
}
.logo .login a {
	font-size: 0.9em;
}
.logo .login .sep {
	margin: 0 37px 0 0;
}
.logo .login .submit {
	position: relative;
	top: 6px;
}
.logo .login a {
	position: relative;
	top: 7px;
}
.logo .login .remember {
	font-weight: normal;
	float: left;
	display: inline;
	font-size: 90%;
}
.logo .login .remember input {
	position: relative;
	top: 4px;
}

.logo .login a:hover{
	color: #d2450d;
}
.logo .round {
	float: right;
	margin: 30 10 10 10px;
	vertical-align: middle;
	background: #fff;
}

.menu {
	position: relative;
	z-index: 2;
	top: -4px;
	float: left;
	width: 100%;
	background: url(/skins/img/default/new_menu_item_bg.gif) 0 5px repeat-x;
}

.menu .add {
	position: absolute;
	left: 50%;
 	margin-left: -40%;
	top: 4px;
}
.menu .add * {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

.menu .add a:hover {
	color: #ccc;
	text-decoration: none;
}

.menu center {
	position: relative;
	right: -50%;
	float: left;
}
.menu ul {
	position: relative;
	right: 50%;
	margin: 0;
}
*html .menu ul {
	float: left;
}
.menu ul li {
	float: left;
	display: inline;
	list-style-type: none;
}
.menu ul li a {
	display: block;
	float: left;
	position: relative;
	line-height: 37px;
	padding: 0 10px;
	margin: 3px 0 0 0;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border-left: 1px solid #fff;
	background: url(/skins/img/default/new_menu_item_bg.gif);
}
.menu ul li a:hover, .menu center ul li a.selected {
	margin: 0;
	top: 3px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	background: url(/skins/img/default/new_menu_item_bg.gif) center -41px no-repeat;
}
.menu ul li a.last {
	border-right: 1px solid #fff;
}

#header .footer {
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
	top: -4px;
	width: 100%;
	height: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #d2450d;
}

.msubmenu {
	position: relative;
	top: -4px;
	float: left;
	width: 100%;
	background: #e3f1fd;
	overflow: hidden;
}
.msubmenu center {
	position: relative;
	right: -50%;
	float: left;
}
.msubmenu center ul {
	position: relative;
	right: 50%;
	margin: 0;
}
.msubmenu center ul li {
	position: relative;
	float: left;
	display: inline;
	list-style-type: none;
}
.msubmenu center ul li a {
	float: left;
	padding: 0 10px;
	line-height: 22px;
	font-weight: bold;
	border-left: 1px solid #336699;
	border-bottom: 2px solid #336699;
	text-decoration: none;
	background: #fff;
}
.msubmenu center ul li a:hover {
	color: #d2450d;
	text-decoration: none;
}
.msubmenu center ul li a.last {
	border-right: 1px solid #336699;
}
.msubmenu center ul li a.selected {
	background: #eff7ff;
	color: #990000;
}
.msubmenu center ul li .corner {
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 1px;
	height: 2px;
	background: #e3f1fd;
}
.msubmenu center ul li .right {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	width: 1px;
	height: 2px;
	background: #e3f1fd;
}
*html .msubmenu center ul li .right {
	right: -1px;
}


#footer {
	clear: both;
	margin: 20px 0 0 0;
	font-size: 70%;
	min-width: 1000px;
	font-family: Tahoma, Verdana sans-serif;
	width: expression( document.body.clientWidth < 1000 ? "1000px" : "100%" );
}
#footer .fmenu {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(/skins/img/default/new_footer_bg.gif) #326394 repeat-x;
}
*html #footer .fmenu {
	padding: 0 0 0 130px;
}
#footer .fmenu li {
	list-style-type: none;
	display: inline;
	line-height: 46px;
	color: #79a3d8;
}
#footer .fmenu li a {
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 5px;
	color: #fff;
}
#footer .fmenu li a:hover {
	text-decoration: underline;
}
/*
#footer .flogo {
	position: absolute;
	left: 0;
	top: 10px;
	width: 204px;
	height: 28px;
	background: url(/skins/img/default/sublogo.gif) 3px 0 no-repeat;
}
*/

#footer .fsubmenu {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(/skins/img/default/logo_bg.gif);
	font-size: 0.9em;
}
#footer .fsubmenu li {
	display: inline;
	color: #326394;
}
#footer .fsubmenu li a {
	line-height: 35px;
	color: #1a2f44;
	padding: 0 5px;
}
#footer .copyright {
	position: relative;
	height: 60px;
	overflow: hidden;
	padding: 4px 10px;
	background: #e1e1e1;
}
#footer .copyright p {
	position: absolute;
	top: 8px;
	margin: 0;
	padding: 10px 0;
	font-size: 0.9em;
}
#footer .copyright .cert {
	position: relative;
	left: 30px;
	width: 600px;
}

#footer .copyright ul li img {
	vertical-align: middle;
	margin: 5px 10px;
	border: 0;
}
*html #footer .copyright ul li img {
	margin: 0 10px;
}
#footer a.developer {
	position: absolute;
	top: 17px;
	right: 12px;
	display: block;
	overflow: hidden;
	width: 156px;
	height: 0px;
	padding: 23px 0 0 0;
	background: url(/skins/img/default/footer_akademos.gif) no-repeat;
}
*html #footer a.developer {
	height: 23px;
}
#footer p.muze {
	margin: 0;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #326394;
	font-size: 0.9em;
}
#footer p.muze * {
	font-size: 1em;
}
#footer p.excel {
	text-align: center;
	font-size: 0.9em;
	margin: 0;
	color: #333;
}

.round {
	position: relative;
	float: left;
	border: 1px solid #e4e4e4;
}
.round .corner {
	position: absolute;
	float: left;
	overflow: hidden;
	width: 6px;
	height: 6px;
	background: url(/skins/img/default/corner.gif);
}
.round .corner.tl, .round .corner.tr {
	top: -1px;
}
.round .corner.tl {
	left: -1px;
	background-position: 6px 6px;
}
.round .corner.tr {
	right: -1px;
	background-position: 0px 6px;
}
.round .corner.bl, .round .corner.br {
	bottom: -1px;
}
*html .round .corner.bl, *html .round .corner.br {
	bottom: -2px;
}
.round .corner.bl {
	left: -1px;
	background-position: 6px 0px;
}
.round .corner.br {
	right: -1px;
	background-position: 0px 0px;
}
.round .content {
	margin: 6px;
}
.round .content_form {
    background: none repeat scroll 0 0 #F6F6F6;
    margin:8px;
    padding:0.5em;
}

b.starDim, b.starBright {
	width: 10px;
	height: 10px;
	margin-left: 1px;
	padding: 0px 6px;
	background: url(/img/star_none.gif) no-repeat;
	position: relative;
	top: 1px;
}

b.starBright {
	color: #990000;
	background: url(/img/star_full.gif) no-repeat;
}

span.seller_rating {
    display: inline-block;
    height: 16px;
    position: relative;
    text-align: left;
    width: 80px;
    overflow: hidden;
    margin-top: 3px;
    background: url('/img/sellers_rating.png') top right no-repeat;
}

span.seller_rating span {
    height: 16px;
    float:left;
    display:block;
    background: url('/img/sellers_rating.png') bottom left no-repeat;
}

span.seller_rating b {
    display:none;
}

.modalDialogFader {
	display: none;
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6; 
	opacity: 0.6;
}

.modalDialogLayer {
	display: none;
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 10%;
	z-index: 4;
}
.modalDialogBorder {
	overflow: hidden;
	padding-bottom: 26px;
	position: relative;
}
.modalDialogBorder .wrapper {
	overflow: hidden;
	padding-top: 26px;
	position: relative;
	z-index: 2;
}
.modalDialogBorder .crn {
	background: url(/institutional/img/shadowBorder.png) no-repeat;
	height: 2000px;
	left: -26px;
	position: absolute;
	top: -26px;
	width: 100%;
}
.modalDialogBorder .crn.rt {
	margin-left: 100%;
}
.modalDialogBorder .crn.bt {
	top: auto;
}
.modalDialogBorder .content {
	text-align: left;
	margin: -10px 0 0;
	padding: 0.4em 2em;
	position: relative;
}
* html .modalDialogBorder,
* html .modalDialogBorder .wrapper {
	height: 1%;
}
* html .modalDialogBorder .crn {
	/*background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/institutional/img/shadowBorder.png", sizingMethod="crop");*/
}
