/**************************************************************************/
/* HTML Elements */
/**************************************************************************/

body
{
	font-size:13px;
	font-family:Arial;
	margin:0 auto;
	padding:0;
	background-color:#BBC1DD;
}

fieldset
{
	padding:10px;
}

a:link
{
	color:Black;
	text-decoration:underline;
}

a:visited
{
	color:Black;
	text-decoration:underline;
}

a:hover
{
	color:darkorange;
	text-decoration:underline;
}

a:active
{
    color:darkorange;
	text-decoration:underline;
}

hr
{
	color:#ddd; 
	background-color:#ddd; 
	width:100%; 
	height:1px; 
	border:none;
}

h1
{
	display:inline;
	font-size:22px;
	color:darkorange;
}

h2
{
	display:inline;
	font-size:18px;
}

h3
{
	display:inline;
	font-size:15px;
	color:darkorange;
}

h4
{
	display:inline;
}

/**************************************************************************/
/* Master Page Divs */
/**************************************************************************/

#header
{
	/*padding:10px;
	background-color:#E7E7E7;*/
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	width:980px;
	margin-top:5px;
	height:205px;
}

#content
{
	/*padding:10px;*/
	margin-left:auto;
	margin-right:auto;
	width:978px;
	background-color:#ffffff;
	border-left:1px solid #125D97;
	border-right:1px solid #125D97;
}

#footer
{
	/*padding:10px;*/
	margin-left:auto;
	margin-right:auto;
	width:980px;
	background-color:#696FB9; /*707AAF*/
	color:#ffffff;
}

/**************************************************************************/
/* Controls */
/**************************************************************************/

/*using viewcart style*/

.input /* style for textboxes and dropdowns */
{border:1px solid #BFBFBF;font-family:Arial;
	font-size:13px;height:18px;padding:2px;}

.input_active /* active style for textboxes and dropdowns */
{background-color:#CDCFE5;	
    border:1px solid #125D97;font-family:Arial;
	font-size:13px;height:18px;color:Black;padding:2px;}

/**************************************************************************/
/* Overlay */
/**************************************************************************/

.overlay_background /* style for overlay backgrounds */
{
	background-color:#555555;
	filter:alpha(opacity=60);
	opacity:0.6;
	z-index:10000;
}

.overlay /* style for overlays */
{
	/*background-color:#FFFFEE;
	border:solid 1px #7FBA00;*/
	padding:10px;
	width:250px;
	text-align:center;
	z-index:10000;
	background-color:#ffffff;
    border:1px solid #125D97;font-family:Arial;color:#595346;font-weight:bold;
	font-size:12px;
}

.overlay_close /* style for close window button for overlays */
{
	background-color:#282E73;
	border:solid 1px #125D97;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
	text-align:center;
	z-index:10000;
}

/**************************************************************************/
/* Messaging */
/**************************************************************************/

.error_div /* yellow border with big bold red text to show error messages */
{
	background-image:url(../english/images/exclamation.gif);
	background-position:center left;
	background-repeat:no-repeat;
	background-color:#FAD4CC;
	border:solid 1px #990000;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#990000;
	padding:5px 5px 5px 20px;
}

.error /* error style for overlay message */
{
	font-size:14px;
	color:red;
}

.success /* success style for overlay message */
{
	font-size:14px;
	color:green;
}

.message /* notification style for overlay message */
{
	font-size:14px;
	color:navy;
}

/**************************************************************************/
/* commonly used classes */
/**************************************************************************/

.marginSmall /* like <br/>, but more acceptable in different browsers */
{
	height:5px;
}

.margin /* like <br/>, but more acceptable in different browsers */
{
	height:10px;
}

.marginLarge /* like <br/>, but more acceptable in different browsers */
{
	height:15px;
}

.separator /* class for hr - used everywhere in the store except for repeaters and datalist */
{
	color:#ddd; 
	background-color:#ddd; 
	width:100%; 
	height:1px; 
	border:none;
}

.separatorTable /* class for hr - used everywhere in the store in repeaters and datalist */
{
	color:#125D97;
	background-color:#125D97;
	width:100%; 
	height:1px; 
	border:none;
}

.formdisplay span /* to style the forms without using tables */
{
	float: left;  
	display: block;
}

.textSmall /* small text for instructions, etc. */
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:black;
}

.textError /* style for error messages */
{
	font-family:Arial,Tahoma, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	color:red;
}

.boxtiny /* style for digital item qty textbox */
{
	/*font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	text-align:center;
	text-transform: none;
	color: #333333;
	width: 30px;
	height: 18px;
	border: 1px solid #CCCCCC;*/
	border:1px solid #BFBFBF;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#595346;
	height:18px;
	padding:3px;
}

.boxtinybluenoborder /* style for digital item qty textbox */
{
	border:1px solid #BFBFBF;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#595346;
	height:18px;
	padding:3px;
	width: 30px;
    border:1px solid #BFBFBF;
	background-color: #E2EDF3;
}

.loader /* spinning loader message on top right for ajax-driven page */
{
	background-color: #990000;
	border:solid 1px #000000;    
	font-size: 15px; 
	font-family:Arial;   
	color: #FFFFFF;    
	padding: 4px 4px 4px 10px;
	z-index: 5000;
}

* html .loader { /*\*/position: absolute; top: expression(((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression(((ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ } 

.loader /* spinning loader message on top right for ajax-driven page */
{	
	position: fixed;    
	top: 0;    
	right: 0;    
} 

.browser_warning  /* warning message if cookie or javascript is turned off */
{
	text-align:center;
	width: 100%;
	background-color: #cc0000;
	border-bottom: #d6d8d6 1px solid;
	padding: 15px 0px 15px 0px;
	cursor:pointer;
	cursor:hand;
}

.browser_warning a /* warning message if cookie or javascript is turned off */
{
	font:bold 14px Arial,Helvetica,sans-serif;
	color:#fff;
	text-decoration:none;
}

.display_none /* display none */
{
	display:none;
}

.subTotals /* being used by pages with totals - viewcart, checkout, checkout_confirmation, checkout_confirmationtoprint, checkout_paypal_express_submit */
{
	text-align:right;
	font-weight:bold;
}

.rptAccount /* style for repeaters, datalist, with headers and items. this is the style for the wrapper */
{
	border:solid 1px #125D97;
	background-color:#FFFFFF;
	width:99%;
	padding:3px;
}

.tableHeaderBold /* style for repeaters, datalist, with headers and items. this is the style for the header */
{
	/*font-size:12pt;
	font-weight:Bold;
	color:#F3F3F3;
	background-color:#7FBA00;
	border-top:solid 1px #7FBA00;
	border-left:solid 1px #7FBA00;
	border-right:solid 1px #7FBA00;
	border-bottom:none;
	padding:3px;
	width:99%;*/
	font-size:13px;
	font-weight:Bold;
	color:#000000;
	background-color:#CDCFE5;
	border-top:solid 1px #125D97;
	border-left:solid 1px #125D97;
	border-right:solid 1px #125D97;
	border-bottom:none;
	padding:3px;
	width:99%;
	opacity:0.6;filter: alpha(opacity = 60);
}

.box /* used everywhere - regular box to regulate padding and appearance */
{
	/*border: solid 1px #ddd;
	background-color:#fff;
	padding:10px;*/
	font-size:13px;
	color:#000000;
	background-color:#ffffff;
	border:solid 1px #125D97;
	padding:10px;
	opacity:0.8;filter: alpha(opacity = 80);
	float:left;
	border-top:4px solid #717AAD;
	border-bottom:4px solid #282E73;
}

.box_tabs
{
	color:#000;
	background-color:#ffffff;
	border:solid 1px #777;
	padding:10px;
}

.box_writeReview_active
{
	margin-top:5px;
	font-size:14px;
	color:#000000;
	background-color:#C2C7DC;
	border:solid 1px #125D97;
	padding:7px;
}

.box_writeReview_content
{
	color:#000000;
	background-color:#CDCFE5;
	border:solid 1px #125D97;
	border-top:none;
	padding:7px;
}

/**************************************************************************/
/* Page(s) Specific Classes */
/**************************************************************************/

/* Login and Register Pages */

.rightTable /* right side box that encourages users to register / login */
{
	/*height:150px;*/
	background-color:#FFFFFF;
border-color:#717AAD #125D97 #282E73;
border-style:solid;
border-width:4px 1px;
color:#000000;
font-size:13px;
opacity:0.8;filter: alpha(opacity = 80);
padding:10px;
}

.loginRegisterRightPanel /* right side box that encourages users to register / login */
{
	background-color:#717AAD;/*87C3EB*/
	border:1px solid #125D97;
	text-align:right;
	padding:11px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}

/* account pages*/
.accountMenu /* navigation for account pages (my account, order history, support) */
{
}

.accountmenu a{font-weight:bold;padding-left:15px;padding-right:15px;text-decoration:underline;}
.accountmenu a:hover{font-weight:bold;}
.accountmenu #nav0{padding-left:0px;}
.accountmenu #nav0active{padding-left:0px;}

/**************************************************************************/
/* TMGTV */
/**************************************************************************/
/*begin header*/
#standard_header
{
    background-image:url('../english/images/header_top.jpg');
    background-repeat:no-repeat;
    width:980px;
    height:35px;
}

#sub_header
{
    width:980px;
    height:100px;
}

#header_toplinks{float:left; padding-left: 10px; padding-top: 10px;}
#header_toplinks a:visited{color:#ffffff;text-decoration:none;}
#header_toplinks a{color:#ffffff;text-decoration:none;}
#header_toplinks a:hover{color:darkorange;text-decoration:underline;}

#header_language_options{float:left; padding-left: 10px; padding-top: 6px;}
#header_language_options a:visited{color:#ffffff;text-decoration:none;}
#header_language_options a{color:#ffffff;text-decoration:none;}
#header_language_options a:hover{color:darkorange;text-decoration:underline;}

#header_search{float:right;padding-right:10px;padding-top:5px;}
#header_search .input
{background-color:#CDCFE5;opacity:0.6;filter: alpha(opacity = 60);
    border:1px solid #125D97;font-family:Arial;
	font-size:13px;height:27px;color:Black;padding:2px;}
	
#header_search .input_active {background-color:#ffffff;height:23px;font-size:13px;font-weight:normal;}
/*end header*/

/*begin navigation*/
#navigation_header{width:980px;height:70px;}


div.top_nav1 {height:35px;}
div.top_nav2 {height:35px;}

.top_nav1 ul{padding:0px;margin:0px;}
.top_nav2 ul{padding:0px;margin:0px;}

.top_nav1 li{list-style-type:none;height:35px;display:inline-block;float:left;}
.top_nav2 li{list-style-type:none;height:35px;display:inline-block;float:left;}

.top_nav1 a{height:35px;display:block;float:left;}
.top_nav2 a{height:35px;display:block;float:left;}

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

.top_nav1 a#nav0:visited{background-image:url('../english/images/topmenu_01.jpg');width:84px;}
.top_nav1 a#nav1:visited{background-image:url('../english/images/topmenu_02.jpg');width:77px;}
.top_nav1 a#nav2:visited{background-image:url('../english/images/topmenu_03.jpg');width:90px;}
.top_nav1 a#nav3:visited{background-image:url('../english/images/topmenu_04.jpg');width:96px;} /*76*/
.top_nav1 a#nav4:visited{background-image:url('../english/images/topmenu_05.jpg');width:85px;}
.top_nav1 a#nav5:visited{background-image:url('../english/images/topmenu_06.jpg');width:120px;}
.top_nav1 a#nav6:visited{background-image:url('../english/images/topmenu_07.jpg');width:123px;}
.top_nav1 a#nav7:visited{background-image:url('../english/images/topmenu_08.jpg');width:137px;}
.top_nav1 a#nav8:visited{background-image:url('../english/images/topmenu_09.jpg');width:79px;}
.top_nav1 a#nav9:visited{background-image:url('../english/images/topmenu_10.jpg');width:89px;}
.top_nav2 a#nav0:visited{background-image:url('../english/images/topmenu_11.jpg');width:22px;}
.top_nav2 a#nav1:visited{background-image:url('../english/images/topmenu_12.jpg');width:75px;}
.top_nav2 a#nav2:visited{background-image:url('../english/images/topmenu_13.jpg');width:109px;}
.top_nav2 a#nav3:visited{background-image:url('../english/images/topmenu_14.jpg');width:115px;}
.top_nav2 a#nav4:visited{background-image:url('../english/images/topmenu_15.jpg');width:130px;}
.top_nav2 a#nav5:visited{background-image:url('../english/images/topmenu_16.jpg');width:109px;}
.top_nav2 a#nav6:visited{background-image:url('../english/images/topmenu_17.jpg');width:190px;}
.top_nav2 a#nav7:visited{background-image:url('../english/images/topmenu_18.jpg');width:194px;}
.top_nav2 a#nav8:visited{background-image:url('../english/images/topmenu_19.jpg');width:36px;} /*no link*/

.top_nav1 a#nav0{background-image:url('../english/images/topmenu_01.jpg');width:84px;}
.top_nav1 a#nav1{background-image:url('../english/images/topmenu_02.jpg');width:77px;}
.top_nav1 a#nav2{background-image:url('../english/images/topmenu_03.jpg');width:90px;}
.top_nav1 a#nav3{background-image:url('../english/images/topmenu_04.jpg');width:96px;} /*76*/
.top_nav1 a#nav4{background-image:url('../english/images/topmenu_05.jpg');width:85px;}
.top_nav1 a#nav5{background-image:url('../english/images/topmenu_06.jpg');width:120px;}
.top_nav1 a#nav6{background-image:url('../english/images/topmenu_07.jpg');width:123px;}
.top_nav1 a#nav7{background-image:url('../english/images/topmenu_08.jpg');width:137px;}
.top_nav1 a#nav8{background-image:url('../english/images/topmenu_09.jpg');width:79px;}
.top_nav1 a#nav9{background-image:url('../english/images/topmenu_10.jpg');width:89px;}
.top_nav2 a#nav0{background-image:url('../english/images/topmenu_11.jpg');width:22px;}
.top_nav2 a#nav1{background-image:url('../english/images/topmenu_12.jpg');width:75px;}
.top_nav2 a#nav2{background-image:url('../english/images/topmenu_13.jpg');width:109px;}
.top_nav2 a#nav3{background-image:url('../english/images/topmenu_14.jpg');width:115px;}
.top_nav2 a#nav4{background-image:url('../english/images/topmenu_15.jpg');width:130px;}
.top_nav2 a#nav5{background-image:url('../english/images/topmenu_16.jpg');width:109px;}
.top_nav2 a#nav6{background-image:url('../english/images/topmenu_17.jpg');width:190px;}
.top_nav2 a#nav7{background-image:url('../english/images/topmenu_18.jpg');width:194px;}
.top_nav2 a#nav8{background-image:url('../english/images/topmenu_19.jpg');width:36px;} /*no link*/

.top_nav1 a#nav0:hover{background-image:url('../english/images/topmenu2_01.jpg');width:84px;}
.top_nav1 a#nav1:hover{background-image:url('../english/images/topmenu2_02.jpg');width:77px;}
.top_nav1 a#nav2:hover{background-image:url('../english/images/topmenu2_03.jpg');width:90px;}
.top_nav1 a#nav3:hover{background-image:url('../english/images/topmenu2_04.jpg');width:96px;} /*76*/
.top_nav1 a#nav4:hover{background-image:url('../english/images/topmenu2_05.jpg');width:85px;}
.top_nav1 a#nav5:hover{background-image:url('../english/images/topmenu2_06.jpg');width:120px;}
.top_nav1 a#nav6:hover{background-image:url('../english/images/topmenu2_07.jpg');width:123px;}
.top_nav1 a#nav7:hover{background-image:url('../english/images/topmenu2_08.jpg');width:137px;}
.top_nav1 a#nav8:hover{background-image:url('../english/images/topmenu2_09.jpg');width:79px;}
.top_nav1 a#nav9:hover{background-image:url('../english/images/topmenu2_10.jpg');width:89px;}
.top_nav2 a#nav0:hover{background-image:url('../english/images/topmenu_11.jpg');width:22px;}
.top_nav2 a#nav1:hover{background-image:url('../english/images/topmenu2_12.jpg');width:75px;}
.top_nav2 a#nav2:hover{background-image:url('../english/images/topmenu2_13.jpg');width:109px;}
.top_nav2 a#nav3:hover{background-image:url('../english/images/topmenu2_14.jpg');width:115px;}
.top_nav2 a#nav4:hover{background-image:url('../english/images/topmenu2_15.jpg');width:130px;}
.top_nav2 a#nav5:hover{background-image:url('../english/images/topmenu2_16.jpg');width:109px;}
.top_nav2 a#nav6:hover{background-image:url('../english/images/topmenu2_17.jpg');width:190px;}
.top_nav2 a#nav7:hover{background-image:url('../english/images/topmenu2_18.jpg');width:194px;}
.top_nav2 a#nav8:hover{background-image:url('../english/images/topmenu_19.jpg');width:36px;} /*no link*/


.top_nav1 a#nav0active:visited{background-image:url('../english/images/topmenu_01.jpg');width:84px;}
.top_nav1 a#nav1active:visited{background-image:url('../english/images/topmenu_02.jpg');width:77px;}
.top_nav1 a#nav2active:visited{background-image:url('../english/images/topmenu_03.jpg');width:90px;}
.top_nav1 a#nav3active:visited{background-image:url('../english/images/topmenu_04.jpg');width:96px;} /*76*/
.top_nav1 a#nav4active:visited{background-image:url('../english/images/topmenu_05.jpg');width:85px;}
.top_nav1 a#nav5active:visited{background-image:url('../english/images/topmenu_06.jpg');width:120px;}
.top_nav1 a#nav6active:visited{background-image:url('../english/images/topmenu_07.jpg');width:123px;}
.top_nav1 a#nav7active:visited{background-image:url('../english/images/topmenu_08.jpg');width:137px;}
.top_nav1 a#nav8active:visited{background-image:url('../english/images/topmenu_09.jpg');width:79px;}
.top_nav1 a#nav9active:visited{background-image:url('../english/images/topmenu_10.jpg');width:89px;}
.top_nav2 a#nav0active:visited{background-image:url('../english/images/topmenu_11.jpg');width:22px;}
.top_nav2 a#nav1active:visited{background-image:url('../english/images/topmenu_12.jpg');width:75px;}
.top_nav2 a#nav2active:visited{background-image:url('../english/images/topmenu_13.jpg');width:109px;}
.top_nav2 a#nav3active:visited{background-image:url('../english/images/topmenu_14.jpg');width:115px;}
.top_nav2 a#nav4active:visited{background-image:url('../english/images/topmenu_15.jpg');width:130px;}
.top_nav2 a#nav5active:visited{background-image:url('../english/images/topmenu_16.jpg');width:109px;}
.top_nav2 a#nav6active:visited{background-image:url('../english/images/topmenu_17.jpg');width:190px;}
.top_nav2 a#nav7active:visited{background-image:url('../english/images/topmenu_18.jpg');width:194px;}
.top_nav2 a#nav8active:visited{background-image:url('../english/images/topmenu_19.jpg');width:36px;} /*no link*/

.top_nav1 a#nav0active{background-image:url('../english/images/topmenu_01.jpg');width:84px;}
.top_nav1 a#nav1active{background-image:url('../english/images/topmenu_02.jpg');width:77px;}
.top_nav1 a#nav2active{background-image:url('../english/images/topmenu_03.jpg');width:90px;}
.top_nav1 a#nav3active{background-image:url('../english/images/topmenu_04.jpg');width:96px;} /*76*/
.top_nav1 a#nav4active{background-image:url('../english/images/topmenu_05.jpg');width:85px;}
.top_nav1 a#nav5active{background-image:url('../english/images/topmenu_06.jpg');width:120px;}
.top_nav1 a#nav6active{background-image:url('../english/images/topmenu_07.jpg');width:123px;}
.top_nav1 a#nav7active{background-image:url('../english/images/topmenu_08.jpg');width:137px;}
.top_nav1 a#nav8active{background-image:url('../english/images/topmenu_09.jpg');width:79px;}
.top_nav1 a#nav9active{background-image:url('../english/images/topmenu_10.jpg');width:89px;}
.top_nav2 a#nav0active{background-image:url('../english/images/topmenu_11.jpg');width:22px;}
.top_nav2 a#nav1active{background-image:url('../english/images/topmenu_12.jpg');width:75px;}
.top_nav2 a#nav2active{background-image:url('../english/images/topmenu_13.jpg');width:109px;}
.top_nav2 a#nav3active{background-image:url('../english/images/topmenu_14.jpg');width:115px;}
.top_nav2 a#nav4active{background-image:url('../english/images/topmenu_15.jpg');width:130px;}
.top_nav2 a#nav5active{background-image:url('../english/images/topmenu_16.jpg');width:109px;}
.top_nav2 a#nav6active{background-image:url('../english/images/topmenu_17.jpg');width:190px;}
.top_nav2 a#nav7active{background-image:url('../english/images/topmenu_18.jpg');width:194px;}
.top_nav2 a#nav8active{background-image:url('../english/images/topmenu_19.jpg');width:36px;} /*no link*/

.top_nav1 a#nav0active:hover{background-image:url('../english/images/topmenu2_01.jpg');width:84px;}
.top_nav1 a#nav1active:hover{background-image:url('../english/images/topmenu2_02.jpg');width:77px;}
.top_nav1 a#nav2active:hover{background-image:url('../english/images/topmenu2_03.jpg');width:90px;}
.top_nav1 a#nav3active:hover{background-image:url('../english/images/topmenu2_04.jpg');width:96px;} /*76*/
.top_nav1 a#nav4active:hover{background-image:url('../english/images/topmenu2_05.jpg');width:85px;}
.top_nav1 a#nav5active:hover{background-image:url('../english/images/topmenu2_06.jpg');width:120px;}
.top_nav1 a#nav6active:hover{background-image:url('../english/images/topmenu2_07.jpg');width:123px;}
.top_nav1 a#nav7active:hover{background-image:url('../english/images/topmenu2_08.jpg');width:137px;}
.top_nav1 a#nav8active:hover{background-image:url('../english/images/topmenu2_09.jpg');width:79px;}
.top_nav1 a#nav9active:hover{background-image:url('../english/images/topmenu2_10.jpg');width:89px;}
.top_nav2 a#nav0active:hover{background-image:url('../english/images/topmenu_11.jpg');width:22px;}
.top_nav2 a#nav1active:hover{background-image:url('../english/images/topmenu2_12.jpg');width:75px;}
.top_nav2 a#nav2active:hover{background-image:url('../english/images/topmenu2_13.jpg');width:109px;}
.top_nav2 a#nav3active:hover{background-image:url('../english/images/topmenu2_14.jpg');width:115px;}
.top_nav2 a#nav4active:hover{background-image:url('../english/images/topmenu2_15.jpg');width:130px;}
.top_nav2 a#nav5active:hover{background-image:url('../english/images/topmenu2_16.jpg');width:109px;}
.top_nav2 a#nav6active:hover{background-image:url('../english/images/topmenu2_17.jpg');width:190px;}
.top_nav2 a#nav7active:hover{background-image:url('../english/images/topmenu2_18.jpg');width:194px;}
.top_nav2 a#nav8active:hover{background-image:url('../english/images/topmenu_19.jpg');width:36px;} /*no link*/

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

#footer_links{width:750px;margin-left:auto;margin-right:auto;text-align:center;font-weight:bold;font-size:12px;}
#footer_links a:visited{text-decoration:none;color:#ffffff;padding:5px;}
#footer_links a{text-decoration:none;color:#ffffff;padding:5px;}
#footer_links a:hover{text-decoration:underline;color:darkorange;padding:5px;}

#footer_links span.addthis_separator{display:inline-block;padding-top:4px;}

div.bottom_nav1{padding-top:15px;padding-bottom:5px;}
div.bottom_nav2{padding-bottom:5px;}
/*end navigation*/

/*begin footer*/

#standard_footer
{
    background-image:url('../english/images/header_bottom.jpg');
    background-repeat:no-repeat;
    width:980px;
    height:35px;
    clear:both;
    margin-left:auto;
    margin-right:auto;
}

#footer span#oms a:visited{padding:0px;}
#footer span#oms a{padding:0px;}
#footer span#oms a:hover{padding:0px;}

#footer a:visited{color:#ffffff;text-decoration:none;}
#footer a{color:#ffffff;text-decoration:none;}
#footer a:hover{color:darkorange;text-decoration:underline;}

#footer_custom_container{background-color:#ffffff;border-left:1px solid #125D97;border-right:1px solid #125D97; border-top:1px solid #125D97;height:50px;padding:10px;text-align:center;}/*padding-top:10px;height:50px;margin-left:auto;margin-right:auto;width:680px;*/
#footer_custom1{float:left;display: inline-block; height: 25px; padding-top: 10px; padding-left: 10px;}
#footer_custom2{float:left;}

#footer_custom_container img#b1{border:0px;height:40px;}/*height:35px;width:53px;*/
#footer_custom_container img#b2{border:0px;height:40px;}/*height:35px;width:150px;*/
#footer_custom_container img#b3{border: none; cursor: pointer; cursor: hand; height:40px;}/*width: 80px;padding-top: 5px;*/

#footer_custom_container img#c1{border:0px;height:40px;}/*width:300px;height:55px;*/
#footer_custom_container img#c2{border:0px;height:40px;}/*width:100px;height:40px;*/

/*
#footer_custom_container{width:700px;margin-left:auto;margin-right:auto;background-color:#ffffff;position:relative;}
#footer_custom_container img{width:10px;height:10px;position:absolute;}
#footer_custom_container img#q1{top:0px;left:0px;} 
#footer_custom_container img#q2{top:0px;right:0px;} 
#footer_custom_container img#q3{bottom:0px;left:0px;} 
#footer_custom_container img#q4{bottom:0px;right:0px;} */
/*end footer*/

/*begin content*/
#leftcontent{float:left;width:760px;border-right:1px solid #125D97;min-height:1370px;} /*width:700px;*/
#rightcontent{float:right;width:205px;padding-right:10px;}/*width:250px;border-left:1px solid #125D97;*/
#contentmain{padding:10px;}

#flashcontainer1{position:relative;height:175px;}/*width:200px;*/
#flashcontent1{position:absolute;right:0px;bottom:0px;z-index:1;}/*right:45px;*/
#flashlink{position:absolute;right:0px;bottom:0px;z-index:999;height:170px;width:200px;}/*right:45px;*/
/*end content*/

/*begin default.aspx*/
#home_flash{width:740px;height:350px;margin-bottom:20px;background-color:#CDCFE5;border-bottom:4px solid #282E73;}
#home_products{width:735px;}
/*end default.aspx*/

/*begin _products.ascx*/
#home_products ._products1{float:left;height:200px;width:205px;} /*image*/
#home_products ._products1 img{border:none;width:205px;height:200px;} /*image width:100px; height:100px;*/
#home_products ._products2{height:25px;width:355px;padding-left:5px;background-color:#717AAD;opacity:0.8;filter: alpha(opacity = 80)font-size:12px;} /*name*/
#home_products ._products2 a:visited{text-decoration:none;color:#ffffff;font-size:16px;font-weight:bold;} /*anchor*/
#home_products ._products2 a{text-decoration:none;color:#ffffff;font-size:16px;font-weight:bold;} /*anchor*/
#home_products ._products2 a:hover{text-decoration:underline;color:darkorange;font-size:16px;font-weight:bold;} /*anchor*/
#home_products ._products3{float:left;height:159px;width:149px;padding-left:5px;padding-top:10px;} /*med description 1*/

#home_products ._products3 div{text-align:center;margin-top:10px;}
#home_products ._products3 a:visited{text-decoration:none;color:#ffffff;font-size:13px;font-weight:bold;} /*med description 1 more info*/
#home_products ._products3 a{text-decoration:none;color:#ffffff;font-size:16px;font-weight:bold;} /*med description 1 more info*/
#home_products ._products3 a:hover{text-decoration:none;color:darkorange;font-size:13px;font-weight:bold;} /*text-decoration:underline; med description 1 more info*/
#home_products ._products3 img{border:none;}

#home_products ._products4{position:absolute;display:none;} /*short description 2*/
#home_products ._products5{position:absolute;display:none;} /*price*/
#home_products ._products6{float:left;height:9px;width:360px;background-color:#282E73;} /*bottom border*/

#home_products ._products_container{position:relative;width:360px;height:235px;border-left:1px solid #125D97;border-right:1px solid #125D97;}
/*rounded corners*/
#relatedItems .r0{position:relative;height:9px;background-color:#717AAD;width:362px;}
#relatedItems .r1{clear:both;position:relative;height:7px;background-color:#282E73;width:362px;margin-bottom:12px;}
#relatedItems .r0 .c0 {float:left;top:0;left:0;width:5px;height:4px;}/*background-color:#717AAD;*/
#relatedItems .r0 .c1 {float:right;top:0;right:0;width:5px;height:4px;}/*background-color:#717AAD;*/
#relatedItems .r1 .c2 {float:left;bottom:0;left:0;width:5px;height:7px;}
#relatedItems .r1 .c3 {float:right;bottom:0;right:0;width:5px;height:7px;}
#relatedItems .r0 .c0 img{position:absolute;top:0;left:0;width:5px;height:4px;}/*background-color:#717AAD;*/
#relatedItems .r0 .c1 img{position:absolute;top:0;right:0;width:5px;height:4px;}/*background-color:#717AAD;*/
#relatedItems .r1 .c2 img{position:absolute;bottom:0;left:0;width:5px;height:7px;}
#relatedItems .r1 .c3 img{position:absolute;bottom:0;right:0;width:5px;height:7px;}
/*rounded corners*/

#home_featured_products ._products1{float:left;height:200px;width:200px;} /*image*/
#home_featured_products ._products1 img{border:none;width:200px;height:200px;}
#home_featured_products ._products2{height:25px;width:195px;padding-left:5px;background-color:#717AAD;opacity:0.8;filter: alpha(opacity = 80)font-size:12px;} /*name*/
#home_featured_products ._products2 a:visited{text-decoration:none;color:#ffffff;font-size:16px;font-weight:bold;} /*anchor*/
#home_featured_products ._products2 a{text-decoration:none;color:#ffffff;font-size:16px;font-weight:bold;} /*anchor*/
#home_featured_products ._products2 a:hover{text-decoration:underline;color:darkorange;font-size:16px;font-weight:bold;} /*anchor*/
#home_featured_products ._products3{display:none;} /*med description 1*/
#home_featured_products ._products4{float:left;padding-top:10px;padding-bottom:5px;padding-left:5px;} /*short description 2*/
#home_featured_products ._products5{color:green;float:left;padding-bottom:5px;color:Green;padding-left:5px;} /*price*/
#home_featured_products ._products_container{position:relative;width:200px;height:349px;border:1px solid #125D97;margin-bottom:10px;margin-left:7px;margin-top:10px;border-top:4px solid #717AAD;border-bottom:4px solid #282E73;}
#home_featured_products ._products6{float:left;height:9px;width:200px;background-color:#282E73;} /*bottom border*/

#carousel ._products1{float:left;height:200px;width:190px;} /*image*/
#carousel ._products1 img{border:none;width:190px;height:200px;}
#carousel ._products2{height:25px;width:185px;padding-left:5px;background-color:#717AAD;opacity:0.8;filter: alpha(opacity = 80)font-size:12px;} /*name*/
#carousel ._products2 a:visited{text-decoration:none;color:#ffffff;font-size:16px;font-weight:bold;} /*anchor*/
#carousel ._products2 a{text-decoration:none;color:#ffffff;font-size:16px;font-weight:bold;} /*anchor*/
#carousel ._products2 a:hover{text-decoration:underline;color:darkorange;font-size:16px;font-weight:bold;} /*anchor*/
#carousel ._products3{display:none;} /*med description 1*/
#carousel ._products4{float:left;padding-top:10px;padding-bottom:5px;padding-left:5px;} /*short description 2*/
#carousel ._products5{color:green;float:left;padding-bottom:5px;color:Green;padding-left:5px;} /*price*/
#carousel ._products6{float:left;height:9px;width:190px;background-color:#282E73;} /*bottom border*/

#carousel ._products_container{position:relative;width:190px;height:322px;border-left:1px solid #125D97;border-right:1px solid #125D97;margin:0px;margin-left:6px;} /*height:349px;border-top:4px solid #717AAD;border-bottom:4px solid #282E73;*/
#carousel{margin-top:10px;margin-left:4px;}
/*end _products.ascx*/

/* rounded corners */
#carousel .r0{margin-left:6px;position:relative;height:4px;background-color:#717AAD;width:192px}
#carousel .r1{margin-left:6px;clear:both;position:relative;height:7px;background-color:#282E73;width:192px;margin-bottom:12px;}
#carousel .r0 .c0 {float:left;top:0;left:0;width:5px;height:4px;}/*background-color:#717AAD;*/
#carousel .r0 .c1 {float:right;top:0;right:0;width:5px;height:4px;}/*background-color:#717AAD;*/
#carousel .r1 .c2 {float:left;bottom:0;left:0;width:5px;height:7px;}
#carousel .r1 .c3 {float:right;bottom:0;right:0;width:5px;height:7px;}
#carousel .r0 .c0 img{position:absolute;top:0;left:0;width:5px;height:4px;}/*background-color:#717AAD;*/
#carousel .r0 .c1 img{position:absolute;top:0;right:0;width:5px;height:4px;}/*background-color:#717AAD;*/
#carousel .r1 .c2 img{position:absolute;bottom:0;left:0;width:5px;height:7px;}
#carousel .r1 .c3 img{position:absolute;bottom:0;right:0;width:5px;height:7px;}
/* rounded corners */

/*begin default.aspx flash videos*/
#home_player {float:left;width:500px;height:342px;}
#flashvideos {float:left;width:200px;overflow:auto;overflow-y:scroll;overflow-x:hidden;
    position:relative;width:227px;height:332px;}/*margin-left:7px;border:1px solid #125D97;*/

#flashvideos .top {height:25px;width:222px;padding-left:5px;background-color:#717AAD;}
#flashvideos .bottom {float:left;height:23px;width:222px;background-color:#282E73;}/*height:20px; background-color:#282E73;*/

#flashvideos ._products1{float:left;height:100px;width:100px;} /*image*/
#flashvideos ._products1 img{border:none;width:100px;height:100px;}
#flashvideos ._products2{color:#ffffff;height:25px;width:222px;padding-left:5px;background-color:#717AAD;opacity:0.8;filter: alpha(opacity = 80)font-size:12px;font-weight:bold;} /*border-top:1px solid #125D97; name #717AAD float:right;width:100px;font-size:9px;padding-top:5px;*/
#flashvideos ._products3{display:none;} /*med description 1*/
#flashvideos ._products4{font-size:11px;float:left;padding-bottom:5px;padding-left:5px;width:100px;} /*padding-top:15px;9short description 2*/
#flashvideos ._products5{color:green;font-weight:bold;font-size:14px;padding-top:} /*price*/
#flashvideos ._products_container{height:190px;cursor:hand;cursor:pointer;background-color:#ffffff;}/*border-top:4px solid #717AAD;border-bottom:1px solid #125D97;*/
#flashvideos ._products6{display:none;} /*bottom border float:left;height:20px;width:222px;background-color:#282E73;*/
#flashvideos ._products7{display:block;}

#flashvideos td {background-color:#282E73;} /*#282E73/#E1B987 #282E73 background-color:#717AAD;*/
/*end default.aspx flash videos*/

#player_container{width:832px;padding-left:6px;padding-top:2px;}

/* rounded corners */
#home_flash .r0{position:relative;height:9px;background-color:#717AAD;width:740px;float:left;margin-bottom:4px}
#home_flash .r1{clear:both;position:relative;height:7px;background-color:#282E73;width:740px;margin-bottom:12px;}
#home_flash .r0 .c0 {float:left;top:0;left:0;width:5px;height:4px;}/*background-color:#717AAD;*/
#home_flash .r0 .c1 {float:left;top:0;right:0;width:5px;height:4px;}/*background-color:#717AAD;*/
#home_flash .r1 .c2 {float:right;bottom:0;left:0;width:5px;height:7px;}
#home_flash .r1 .c3 {float:right;bottom:0;right:0;width:5px;height:7px;}
#home_flash .r0 .c0 img{position:absolute;top:0;left:0;width:5px;height:4px;}/*background-color:#717AAD;*/
#home_flash .r0 .c1 img{position:absolute;top:0;right:0;width:5px;height:4px;}/*background-color:#717AAD;*/
#home_flash .r1 .c2 img{position:absolute;bottom:0;left:0;width:5px;height:7px;}
#home_flash .r1 .c3 img{position:absolute;bottom:0;right:0;width:5px;height:7px;}
/* rounded corners */

/*begin browse*/
#browse ._products1{float:left;height:200px;width:205px;} /*image*/
#browse ._products1 img{border:none;width:205px;height:200px;} /*image width:100px; height:100px;*/
#browse ._products2{height:25px;width:355px;padding-left:5px;background-color:#717AAD;opacity:0.8;filter: alpha(opacity = 80)font-size:12px;} /*name*/
#browse ._products2 a:visited{text-decoration:none;color:#ffffff;font-size:16px;font-weight:bold;} /*anchor*/
#browse ._products2 a{text-decoration:none;color:#ffffff;font-size:16px;font-weight:bold;} /*anchor*/
#browse ._products2 a:hover{text-decoration:underline;color:darkorange;font-size:16px;font-weight:bold;} /*anchor*/
#browse ._products3{float:left;height:159px;width:149px;padding-left:5px;padding-top:10px;} /*med description 1*/
#browse ._products4{position:absolute;display:none;} /*short description 2*/
#browse ._products5{position:absolute;display:none;} /*price*/
#browse ._products6{float:left;height:9px;width:360px;background-color:#282E73;} /*bottom border*/

/*#browse ._products_container{position:relative;width:360px;height:235px;border:1px solid #125D97;margin-bottom:12px;border-top:4px solid #717AAD;border-bottom:4px solid #282E73;}*/
#browse ._products_container{position:relative;width:360px;height:235px;border-left:1px solid #125D97;border-right:1px solid #125D97;}

/*rounded corners*/
#browse .r0{position:relative;height:9px;background-color:#717AAD;width:362px;}
#browse .r1{clear:both;position:relative;height:7px;background-color:#282E73;width:362px;margin-bottom:12px;}
#browse .r0 .c0 {float:left;top:0;left:0;width:5px;height:4px;z-index:10;}/*background-color:#717AAD;*/
#browse .r0 .c1 {float:right;top:0;right:0;width:5px;height:4px;z-index:10;}/*background-color:#717AAD;*/
#browse .r1 .c2 {float:left;bottom:0;left:0;width:5px;height:7px;z-index:10;}
#browse .r1 .c3 {float:right;bottom:0;right:0;width:5px;height:7px;z-index:10;}
#browse .r0 .c0 img{position:absolute;top:0;left:0;width:5px;height:4px;z-index:10;}/*background-color:#717AAD;*/
#browse .r0 .c1 img{position:absolute;top:0;right:0;width:5px;height:4px;z-index:10;}/*background-color:#717AAD;*/
#browse .r1 .c2 img{position:absolute;bottom:0;left:0;width:5px;height:7px;z-index:10;}
#browse .r1 .c3 img{position:absolute;bottom:0;right:0;width:5px;height:7px;z-index:10;}
/*rounded corners*/

.browse_header{color:#282E73;font-size:14px;font-weight:bold;}
.browse_header a:visited{color:#282E73;font-size:14px;font-weight:bold;text-decoration:none;}
.browse_header a{color:#282E73;font-size:14px;font-weight:bold;text-decoration:none;}
.browse_header a:hover{color:darkorange;font-size:14px;font-weight:bold;text-decoration:underline;}
.browse_headerbox{background-color:#CDCFE5;opacity:0.6;filter: alpha(opacity = 60);padding:10px;border-top:1px solid #125D97;border-bottom:1px solid #125D97;font-weight:bold;}
/*end browse*/

/*begin productdetails*/
#productdetails table{border:none;}
#productdetails td{border:none;}
#productdetails tr{border:none;}

#tc1{width:735px;}
.tc1_c1{height:310px; text-align:center;}

#tc2{width:735px;}
#tc2_c1{border:1px solid #125D97;border-top:none;overflow:hidden;}
#tc2_c2{border:1px solid #125D97;border-top:none;}
#tc2_c3{border:1px solid #125D97;border-top:none;}
#tc2_c4{border:1px solid #125D97;border-top:none;}

.hidden{display:none;}

#right_photos{float:left;padding:10px;height:290px;width:343px;border-bottom:1px solid #777;border-top:1px solid #777;border-right:1px solid #777; margin-top:26px;}
#left_photos{height:220px; text-align:center; vertical-align:middle; padding:10px;}
#left_photos img{border:none; width:230px; height:230px;}

#pan_zoom{border-top:1px solid #777;width:348px;font-size:16px;color:#000000;
    font-weight:bold;margin-top:10px;padding-top:5px;padding-bottom:5px;}
#pan_zoom img{border:none;width:46px;height:46px;float:right;}
#pan_zoom a:visited{text-decoration:none;color:#000000;font-size:16px;color:#000000;font-weight:bold;}
#pan_zoom a{text-decoration:none;font-size:16px;color:#000000;font-weight:bold;}
#pan_zoom a:hover{text-decoration:underline;font-size:16px;color:darkorange;font-weight:bold;}

#ctl00_cphStoreContent_rptProducts_ctl00_rpvDescription h1{display:block;color:Black;}
#ctl00_cphStoreContent_rptProducts_ctl00_rpvDescription table{width:auto;}
/*end productdetails*/

.currency{color:Green;display:inline;font-size:15px;font-weight:bold;}
.currency a:visited{color:Green;display:inline;font-size:15px;font-weight:bold;text-decoration:none;}
.currency a{color:Green;display:inline;font-size:15px;font-weight:bold;text-decoration:none;}
.currency a:hover{color:Green;display:inline;font-size:15px;font-weight:bold;text-decoration:underline;}

#top_productdetails{width:343px;height:190px;}
#left_productdetails{width:193px;height:190px;float:left;}
#right_productdetails{width:150px;height:190px;float:right;}
#right_productdetails input{float:right;margin-right:35px;margin-top:10px;}
#right_productdetails a{float:right;display:inline-block;width:140px;text-decoration:none;}
#right_productdetails a span{text-decoration:underline;}
#right_productdetails img{width:40px;height:30px;border:none;}
#img_addtowishlist{}
#img_tellafriend{height:34px;}
#img_bookmarkpage{}

#middle_productdetails{width:343px;height:39px;border-top:1px solid #777777;padding-top:5px;border-bottom:1px solid #777777;padding-bottom:5px;}
#middle_productdetails span{float:left;}
#middle_productdetails #mp1{margin-top:9px;font-weight:bold;}
#middle_productdetails #mp2{margin-top:6px;}
#middle_productdetails #mp2 input{float:left;}
#middle_productdetails #mp3{margin-top:9px;}
#middle_productdetails #mp4{width:45px;}/*margin-left:28px;*/
#bottom_productdetails{width:343px;height:50px;padding-top:5px;overflow:auto;}
#bottom_productdetails span{font-size:12px;font-weight:normal;}
#bottom_productdetails span a{text-decoration:underline;font-size:12px;font-weight:normal;}

/*viewcart used as generic*/
#viewcart .input /* style for textboxes and dropdowns */
{border:1px solid #BFBFBF;font-family:Arial;
	font-size:13px;height:18px;padding:2px;}

#viewcart .input_active /* active style for textboxes and dropdowns */
{background-color:#CDCFE5;opacity:0.6;filter: alpha(opacity = 60);
    border:1px solid #125D97;font-family:Arial;
	font-size:13px;height:18px;color:Black;padding:2px;}

/*viewcart*/

/*browse*/
.browse_headerbox .input /* style for textboxes and dropdowns */
{
	/*background-color:#FFFFFF;
	font-family:Sans-Serif;
	font-size:13px;
	color:black;
	height:18px;
	border:solid 1px #CCCCCC;
	padding-top:3px;
	padding-left:3px;*/
	border:1px solid #125D97;
	font-family:Arial;
	font-size:14px;
	height:26px;
	color:Black;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px;
	font-weight:normal;
}

.browse_headerbox .input_active /* active style for textboxes and dropdowns */
{
	background-color:#FFFFEE;
	height:18px;
	font-family:Sans-Serif;
	font-size:13px;
	color:black;
	border:solid 1px #CCCCCC;
	padding-top:3px;
	padding-left:3px;
	font-weight:normal;
}
/*browse*/

/*account*/
#orderhistorytext .box{float:none;}
	
#account_nav{
	font-weight:Bold;
	color:#ffffff;
	background-color:#717AAD; /*CDCFE5*/
	border:none;
	border-top:solid 1px #125D97;
	border-bottom:solid 1px #125D97;
	padding:10px;
	padding-left:20px;
	/*opacity:0.6;filter: alpha(opacity = 60);*/
	width:948px;
	float:left;font-size:14px;} /*name*/
#account_nav a:visited{text-decoration:none;color:#ffffff;font-size:14px;font-weight:bold;} /*anchor*/
#account_nav a{text-decoration:none;color:#ffffff;font-size:14px;font-weight:bold;} /*anchor*/
#account_nav a:hover{text-decoration:underline;color:darkorange;font-size:14px;font-weight:bold;} /*anchor*/
/*account*/

/*login*/
#loginbox {font-size:13px;
	color:#000000;
	background-color:#ffffff;
	border:solid 1px #125D97;
	padding:10px;
	opacity:0.8;filter: alpha(opacity = 80);
	float:left;
	border-top:4px solid #717AAD;
	border-bottom:4px solid #282E73;
	}
/*login*/

/*video library*/
#video_library{width:958px;}
#video_library #flashvideos{height:398px;}
/*video library*/

/*checkout*/
#checkout .box
{
	/*border: solid 1px #ddd;
	background-color:#fff;
	padding:10px;*/
	font-size:13px;
	color:#000000;
	background-color:#ffffff;
	border:solid 1px #125D97;
	padding:10px;
	opacity:0.8;filter: alpha(opacity = 80);
	border-top:4px solid #717AAD;
	border-bottom:4px solid #282E73;
	width:97%;
	margin-bottom:10px;
}

#ctl00_cphStoreContent_pnlCheckoutHeader1 .box span{font-weight:bold;}
#ctl00_cphStoreContent_pnlCheckoutHeader2 .box span{font-weight:bold;}
#ctl00_cphStoreContent_pnlCheckoutHeader3 .box span{font-weight:bold;}
ctl00_cphStoreContent_pnlCCInfo .box{}
.formdisplay_subTotals{font-size:14px;}

#checkout_confirmationtoprint .box{float:none;}
/*checkout*/

/*sitemap*/
#sitemap {height:600px;margin-left:25px;margin-top:20px;}
.parentcontainer{margin:3px;width:150px;min-height:100px;
    	font-size:13px;
	color:#000000;
	background-color:#ffffff;
	border:solid 1px #125D97;
	padding:10px;
	opacity:0.8;filter: alpha(opacity = 80);
	float:left;
	border-top:4px solid #717AAD;
	border-bottom:4px solid #282E73;}
a.parent:visited{font-weight:bold;text-decoration:none;color:#707AAF;}
a.parent{font-weight:bold;text-decoration:none;color:#707AAF;}
a.parent:hover{font-weight:bold;text-decoration:underline;color:orange;}
a.child:visited{text-decoration:none;color:#000000;}
a.child{text-decoration:none;color:#000000;}
a.child:hover{text-decoration:underline;color:orange;}
/*sitemap*/

/*cms*/
.heading{font-size:18px;font-weight:bold;}
/*cms*/

#cms_watchlive #livedetail img{width:240px;}

#cms_watchlive #tc1 {width:215px;height:369px;}
#cms_watchlive #right_photos{width:215px;height:369px;margin-top:10px;}
#cms_watchlive #tc1 img{width:auto;}
#cms_watchlive #left_productdetails{float:none;height:auto;}
#cms_watchlive #right_productdetails{float:none;height:auto;}
#cms_watchlive #middle_productdetails{width:214px;height:40px;padding-top:10px;border-bottom:none;}
#cms_watchlive #bottom_productdetails{margin-left:10px;width:740px;float:left;}
#cms_watchlive #top_productdetails{height:320px;width:214px;}

/*rounded corners*/
#cms_watchlive .r0{position:relative;height:9px;background-color:#717AAD;width:653px;}
#cms_watchlive .r1{clear:both;position:relative;height:7px;background-color:#282E73;width:653px;margin-bottom:12px;}
#cms_watchlive .r0 .c0 {float:left;top:0;left:0;width:5px;height:4px;z-index:10;}/*background-color:#717AAD;*/
#cms_watchlive .r0 .c1 {float:right;top:0;right:0;width:5px;height:4px;z-index:10;}/*background-color:#717AAD;*/
#cms_watchlive .r1 .c2 {float:left;bottom:0;left:0;width:5px;height:7px;z-index:10;}
#cms_watchlive .r1 .c3 {float:right;bottom:0;right:0;width:5px;height:7px;z-index:10;}
#cms_watchlive .r0 .c0 img{position:absolute;top:0;left:0;width:5px;height:4px;z-index:10;}/*background-color:#717AAD;*/
#cms_watchlive .r0 .c1 img{position:absolute;top:0;right:0;width:5px;height:4px;z-index:10;}/*background-color:#717AAD;*/
#cms_watchlive .r1 .c2 img{position:absolute;bottom:0;left:0;width:5px;height:7px;z-index:10;}
#cms_watchlive .r1 .c3 img{position:absolute;bottom:0;right:0;width:5px;height:7px;z-index:10;}
/*rounded corners*/

._products7{display:none;}