/* CSS Guideline to style rokbox */
/* When adding your own theme,make sure to replace "custom" with your theme name */
/* use lowercase characters and no space. For example,we name our theme "mytheme" */
/* we replace every "rokbox-light" with "rokbox-mytheme" */
/* Wrapper,the very outside container of rokbox */

	@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	#rokbox-wrapper.rokbox-light{
		font-family:Trebuchet MS;
		font-size:16px;
		font-weight:bold;
		color: #753e33;
		text-align:center;
		vertical-align: middle;
		margin-top:40px;
	}
	}
	#rokbox-wrapper.rokbox-light{
		font-family:Trebuchet MS;
		font-size:16px;
		font-weight:bold;
		color: #753e33;
		text-align:center;
	}

#rokbox-wrapper .clr {clear:both;}
#rokbox-close{height:42px;width:40px;background:url(close.gif) no-repeat; clear:both; position:absolute; top:0px; left:605px;}
#rokbox-close span{display:none;}
/* Table for border look and feel */
#rokbox-top.rokbox-left{background:url(tl.gif) 0 0 no-repeat;clear:both;}
#rokbox-top .rokbox-right{background:url(tr.gif) 100% 0 no-repeat;}
#rokbox-top .rokbox-center{background:url(top.gif) 0 0 repeat-x;height:20px;margin-left:20px;margin-right:20px;}
#rokbox-middle {overflow: hidden; height:440px; _margin-top:-2px;}
#rokbox-middle.rokbox-left{background:url(left.gif) 0 0 repeat-y;clear:both;}
#rokbox-middle .rokbox-right{background:url(right.gif) 100% 0 repeat-y;}
#rokbox-middle .rokbox-center{background:#fff;margin-left:20px;margin-right:20px;}
#rokbox-bottom.rokbox-left{background:url(bl.gif) 0 0 no-repeat;}
#rokbox-bottom .rokbox-right{background:url(br.gif) 100% 0 no-repeat;}
#rokbox-bottom .rokbox-center{background:url(bottom.gif) 0 0 repeat-x;height:20px;margin-left:20px;margin-right:20px;}
/* Object/Image container */
#rokbox-container{}
/* Spinner class that gets added when loading content and removed when loaded */
#rokbox-container.spinner{background:url(ajax-loader.gif) 50% 50% no-repeat;}
