 input.Mediumbtn
 {
	color:#025;
	font-family:'trebuchet ms', Verdana ,sans-serif;
	font-size:84%;
	font-weight:bold;
	elevation:higher;
	background-image:url('/scheduler/images/button.gif');
	background-repeat:repeat-x;
	height:24px;
	border: solid 1px #025;
	padding-left:10px;
	padding-right:10px;
	/*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#5C76A7');*/
 }
 
 select.DefaultDdl
 {
     font-family:"Segoe UI",Arial,Helvetica,sans-serif;
     font-size:12px;
     margin-right:22px;
     cursor:default;
     line-height:22px;
     color:#000;
     overflow:hidden;
     display:block;
     white-space:nowrap;
   
 }
 
 /*


input.Lightbtn
{
 color:#025;
   font-family:'trebuchet ms', Verdana ,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#22e;
   elevation:higher;
   border:0px solid;
   border-top-color:Black;
   border-left-color:Black;
   border-right-color:Black;
   border-bottom-color:Black;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#5C76A7');
 }
 
 input.Highbtn
 {
	color:#025;
   font-family:'trebuchet ms', Verdana ,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#22e;
   elevation:higher;
   border:0px solid;
   border-top-color:Black;
   border-left-color:Black;
   border-right-color:Black;
   border-bottom-color:Black;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#5C76A7');
 }
 
 input.Helpbtn
 {
	color:#050;
   font-family:'trebuchet ms',Verdana,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#22d;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
 }

Labelbtn
{
	color:#025;
   font-family:'trebuchet ms', Verdana ,sans-serif;
   font-size:84%;
   font-weight:bold;
   
   background-color:#22e;
   elevation:higher;
   border:0px solid;
   border-top-color:Black;
   border-left-color:Black;
   border-right-color:Black;
   border-bottom-color:Black;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#5C76A7');
}
input.ReqTextbox
{
	font-family:Verdana;
	background-color:Yellow;
	border-top-style:solid;
	border-width:thin;
	border-color:Maroon;
	font-size:x-small;
}
header
{
	font-family: Verdana;
	font-size:medium;
	font-weight:bold;
}
.tip
{
    left: 0px;
    top: 0px;
    padding: 5px;
    border: 1px solid gray;
    postition: fixed;
    visibility: hidden;
    display: none;
    background-color: InfoBackground;
    color: InfoText;
    z-index: 99;
}
input.modalBackground
    {
	    background-color: Gray;
	    filter: alpha(opacity=50);
	    -moz-opacity: .50;
	    opacity: .50;
    }

    input.modalPopup
    {
	    padding: 25px 25px 25px 25px;
	    border-style: solid;
	    border-width: 5px;
	    border-color: #000073;
	    background-color: White;
	    color: #5A7BAD;
	    font-weight: bold;
	    font-size: large;
	    font-family: Tahoma;
	    text-align: center;
    }
   
   
   th a:link
   {
	 text-decoration:underline;
	
   }
   */
   
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input
{
	margin: 0;
	padding: 0;
}

body
{
	font-family:  helvetica, sans-serif;
	font-size: 12px;
}


hr
{
	border-bottom: 1px solid #CCC;
	color: #FFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
    
}

a:hover
{
	text-decoration: underline;
	color: maroon;
	font-weight: bold;
}

a img
{
	border: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
	border: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS & TEXT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1, h2, h3, h4, h5, h6
{
	font-family: arial, helvetica, sans-serif;
}

h2, h3
{
	font-size: 16px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SECTION HEADERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.section-title
{
	border-bottom: solid 3px #dfdfdf;
	padding-bottom: 1px;
	margin-bottom: 10px;
	color: #0020aa;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
}

.section-title img
{
	vertical-align: middle;
	padding-bottom: 2px;
}

.section-header .title a
{
	text-decoration: none;
	font-size: 11px;
	color: #555;
	text-transform: none;
}


.section-header
{
	border-bottom: solid 3px #dfdfdf;
	padding-bottom: 1px;
	margin-bottom: 10px;
	height: 25px;
}

.section-header .title
{
	float: left;
	color: #0020aa;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 5px;
	text-transform: capitalize;
}

.section-header .title img
{
	vertical-align: middle;
	padding-bottom: 2px;
}

.section-header .options
{
	text-align: right;
	float: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TABLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


td.fieldname
{
	font-size: 12px;
}

.table-container
{
}

.table-container .row
{
}

.table-container .row .item-name
{
	padding: 3px 10px 0px 0px;
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
}

.table-container .row .item-value
{
	padding: 3px 0px 0px 0px;
	vertical-align: middle;
}

table.adminContent
{
	border-collapse: collapse;
	color: #333;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	vertical-align: middle;
	text-align: left;
}

table.adminContent td.adminTitle
{
	padding: 4px 4px 4px 4px;
}

table.adminContent td.adminData
{
	padding: 4px 4px 4px 4px;
}

td.adminTitle
{
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
	width: 175px;
}

td.adminTitle img
{
	vertical-align: bottom;
	padding-right: 2px;
}

td.adminData
{
	text-align: left;
	vertical-align: middle;
}

tr.adminSeparator hr
{
	background-color:#D3D3D3;
    border:medium none;
    color:#D3D3D3;
    height:1px;
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
}

span.nop-tooltip
{
	white-space:nowrap;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	 Admin CONTROLS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.adminButtonBlue
{
	background: url(images/blue_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #0f72ac;
	margin-bottom: 3px;
	color: #FFF;
	height: 22px;
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}

.adminButton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;
	text-align: right;
	height: 20px;
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}

.adminInput
{
	border: 1px solid #acacac;
	width: 250px;
}

.adminInputNoWidth
{
	border: 1px solid #acacac;
}

label
{
	padding-left: 3px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADMIN GRID VIEW

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.tablestyle
{
	font-family: arial;
	font-size: 11px;
	border: 1px solid #707070;
	background-color: #FFFFFF;
	margin-left: 0px;
	color: #1d556d;
	width: 100%;
}

.tablestyle td a
{
	color: DarkBlue;
	font-weight: bold;
	text-decoration: none;
}

.altrowstyle
{
	background-color: #f3f3f3;
}

.headerstyle th
{
	background: url('images/admin-gvw-bg.gif') repeat-x 50%;
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border: solid 1px #676767;
}

.headerstyle th a
{
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	display: block;
	padding-right: 10px;
}

.rowstyle td, .altrowstyle td
{
	padding: 2px 10px 2px 10px;
	border-right: solid 1px #A0C0E7;
	border-right-color: #808080;
}

.PagerStyle
{
	height: 28px;
	background: url(Images/grid_header_back.png) repeat-x;
	background: #EEEEEE;
	vertical-align: middle;
}



.forumtable
{
	font-family: arial;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #245D75;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #808080;
	text-align: center;
}

.forumtable td
{
	border: 1px solid #808080;
}

.forumtable td a
{
	color: #D16400;
	font-weight: bold;
	text-decoration: none;
}

forumtable .headerstyle th
{
	background: url('images/admin-gvw-bg.gif') repeat-x 50%;
	color: #fff;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
	font-weight: bold;
	border: solid 1px #676767;
}

.forumtable tr.forumgroup td
{
	padding: 4px 0 4px 0;
	background-color: #F4FAFF;
}

.forumtable tr.forumgroup td.name
{
	padding-left: 10px;
	text-align: left;
}

.forumtable tr.forumgroup td.name a
{
	color: #245D75;
}

.forumtable tr.forum td
{
	padding: 4px 0 4px 0;	
}

.forumtable tr.forum td.name
{
	padding-left: 25px;	
	text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.homepage
{
}

.homepage .intro
{
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	background: #fcfabc;
	border: dashed 1px #dfdfdf;
	margin-bottom: 10px;
}

.homepage .options
{
	padding: 10px 10px 10px 10px;
	background: #e7efef;
}

.homepage .options ul
{
	margin: 0;
	padding: 0;
}

.homepage .options ul li
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style: none;
}

.homepage .options .title
{
}

.homepage .options .description p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RATING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.rating-star
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filled-rating-star
{
	background-image: url(Images/FilledStar.png);
}

.empty-rating-star
{
	background-image: url(Images/EmptyStar.png);
}

.saved-rating-star
{
	background-image: url(Images/SavedStar.png);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.validatorCalloutHighlight
{
	background-color: #FFFBD5;
}

.progress
{
	position: absolute;
    top: 20px;
    width: 280px;
    height: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 10px;
    text-align: center;
    z-index: 2147483647;
}

div.login-block
{
	position: absolute;
	text-align: left;
	margin: -140px 10px 10px -170px;
	padding: 0px 0px 0px 0px;
	top: 50%;
	left: 50%;
	width: 344px;
	height: 350px;
	background-image: url("images/logo-bg.png");
	background-repeat: no-repeat;
	background-position: top;
	background-color: #77787b;
	color: #ffffff;

}

div.login-block table.login-table-container
{
	margin: 120px 20px 0px 70px;
}

.login-table-container .forgot-password a
{
	font-weight: bold;
	color: #FFFFFF;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
    height:100%;
}

.master-wrapper-content
{

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	height: 80px;
	width: 100%;
	background-image: url('images/StoreHeader.jpg') ;
	background-repeat:repeat-x;
	background-position-x:center;
	background-position-y:top;
}

.header .logo
{
	background: url('images/e-CommerceLogo.png');
	display: block;
    width:310px; height:80px;
	text-decoration: none;	
	background-repeat:no-repeat;
	float:left;
}

.header .languageselector
{
    position: absolute;
	right: 300px;
	top: 7px;
	text-align: right;
}
.loginPanel
{
    float:right;
    padding:10px 10px 0px 0px;
}

.header .links
{
	text-align: right;
}

a img
{
	border: 0;
}
.header .links .separator
{
	color: #000;
	padding: 0 3px 0 3px;
	margin:0px 0px 5px 0px;
}

.header .login-info
{

    text-align: right;
	color: #373737;
	font-size: 10px;
	float:right;
	margin:5px 0px 0px 0px;
}

.header .login-info .a
{
    color: Black;
	text-decoration: none;
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Quick Login Textbox
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.AdminLogin
{
    color:black;
    font-family: 'trebuchet ms' , Verdana ,sans-serif;
    font-size: 8px;
    height: 10px;
    margin: 0px 0px 0px 0px;
    float:right;
    width:100px
}

.QuickLoginPostPanel 
{
    margin:0px 3px 0px 0px;
    float:right;
}
.QuickLoginHidden
{
    display: none;
}
.header .version
{
	text-align: right;
	color: #e7e7e7;
	font-size: 10px;
	float:right;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header-menu
{
	width: 100%;
	float:left;
	display:inline-block;
}
.menu-container
{
    float:left;
    width:100%;
    display:inline-block;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER STATUS BAR

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.status-bar
{
	background: #e7efef;
	height: 20px;
	border: 1px solid #acacac;
	font-size:12px;
	padding:3px 10px 3px 10px;
	float:left;
	width:100%;
    box-sizing:border-box;
    box-shadow:3px 3px 3px #888;
    display:inline-block;
}

.status-bar .help
{
	float:left;
	font-weight: bold;
	width:300px;
}

.status-bar .breadcrumb
{
	float: right;Display:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER ERRORS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.messageBox
{
    background-color:#F4F4F4;
	background-position: 7px 5px;
	background-repeat: no-repeat;
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	margin: 5px 0;
	padding: 8px 8px 8px 30px;
}

.messageBoxError
{
    background-color: #FFECEC;
    background-image: url('images/ErrorMessage.gif')
}

.messageBoxSuccess
{
    background-image: url('images/SuccessMessage.gif')
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER CONTENT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.content
{
    display:inline-block;
    width:100%;
}
.content .cph
{
	padding: 20px 15px 5px 15px;
}



ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul 
{
	top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul 
{
	left: 170px;
	top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul 
{
	top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul 
{
	left: 170px;
	top: 0;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	WARNINGS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.system-warnings .inprogress, .system-warnings .pass, .system-warnings .fail, .system-warnings .warning
{
    padding-left: 35px;
    display: block;
    min-height: 35px;
    font-size: 120%;
    vertical-align: middle;
}
    
.system-warnings .inprogress
{
    background: transparent url("images/warnings-ajax-loader.gif") no-repeat;        
}

.system-warnings .pass 
{
    background: transparent url("images/warnings-tick.png") no-repeat;
}

.system-warnings .fail
{
    background: transparent url("images/warnings-cross.png") no-repeat;        
}
    
.system-warnings .warning 
{
    background: transparent url("images/warnings-warning.png") no-repeat;        
}

.system-warnings .error
{
    color: Red;
}
    
.system-warnings .suggestion
{
    color: Red;
    font-style: italic;
    font-size: 120%;
}
  
.system-warnings ul
{      
    list-style: none;
}


.modalPopup
{
    padding:10px;
    background-color:White;
    border:1px solid gray;
}

.CustomerInfo
{
    padding:10px;
    background-color:White;
    border:1px solid gray;
    width:250px;
    height:150px;
}
.CustomerInfo .modalHeader
{
     font-size:large;
      font-weight:bold;
}


.ValidatorPopup div, .ValidatorPopup td{
border: solid 1px Black;
background-color:White;
color:Black;
padding:2px 2px 2px 2px;
white-space:nowrap;

}
.ValidatorPopup .ajax__validatorcallout_popup_table{
border: none;
background-color: transparent;
padding: 2px 2px 2px 2px;
}
.ValidatorPopup .ajax__validatorcallout_popup_table_row{
vertical-align: top;
height: 100%;
background-color: transparent;
padding: 0px;
}
.ValidatorPopup .ajax__validatorcallout_callout_cell{
text-align: right;
border: none;
background-color: transparent;
padding: 0px;
white-space:nowrap;

}
.ValidatorPopup .ajax__validatorcallout_callout_table{
height: 100%;
border: none;
background-color: transparent;
padding: 0px;
}
.ValidatorPopup .ajax__validatorcallout_callout_table_row{
background-color: transparent;
padding: 0px;
}
.ValidatorPopup .ajax__validatorcallout_callout_arrow_cell
{
padding: 8px 0px 0px 0px;
text-align: right;
vertical-align: top;
font-size: 1px;
border: none;
background-color: transparent;
}
.ValidatorPopup .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv{
font-size: 1px;
position: relative;
left: 1px;
border-bottom: none;
border-right: none;
border-left: none;
width: 15px;
background-color: transparent;
padding: 0px;
}
.ValidatorPopup .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div{
height: 1px;
overflow: hidden;
border-top: none;
border-bottom: none;
border-right: none;
padding: 0px;
margin-left: auto;
}
.ValidatorPopup .ajax__validatorcallout_error_message_cell
{
font-family: Tahoma;
font-size: 11px;
padding: 5px 5px 5px 5px;
border-right: none;
border-left: none;
width: 100%;
vertical-align:middle;
color:Red;
}
.ValidatorPopup .ajax__validatorcallout_icon_cell{
width: 20px;
padding: 5px;
border-right: none;
height:20px;
}
.ValidatorPopup .ajax__validatorcallout_close_button_cell{
vertical-align: top;
padding: 0px;
text-align: right;
border-left: none;
}
.ValidatorPopup .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv{
border: none;
text-align: center;
width: 10px;
padding: 1px;
cursor: pointer;
vertical-align:middle;
display:none;
}

.block .title
{
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	/*background: #333 url(/DesktopModules/SPLStore/Images/bg_sidebar_title.gif) no-repeat;*/
	color: white;
background: url(oocss/common/objects/img/boxes/h2.png) left top repeat #6A6A6A;
background-size: 1px 50px;
}

.block .listbox
{
	
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	/*background: #404040 url(/DesktopModules/SPLStore/Images/bg_sidebar_block.gif) no-repeat left bottom;*/
	margin: 0px;
	border-top:solid 1px #404040;
	border-left:solid 1px #404040;
	border-bottom:solid 1px #404040;
	border-right:solid 1px #404040;
	margin: 0px;
}

.order-summary-content .cart .cart-header-row th, .wishlist-content .cart .cart-header-row th
{
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
	padding: 4px 8px;
	vertical-align: middle;
	white-space: nowrap;
	color: white;
    background: url(oocss/common/objects/img/boxes/h2.png) left top repeat #6A6A6A;
    background-size: 1px 50px;
    padding-top: 5px;
}

.product-list1 .product-item
{
	width: 520px;
	height: 177px;
	/*background: url('/DesktopModules/SPLStore/Images/pb_s_bg.gif') no-repeat 0 100%;*/
	margin-top: 10px;
	position: relative;
}

.product-list1 .product-item .product-title a
{
	color: #ffffff;
	background-color:#6A6A6A;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 0px 8px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.order-summary-content .cart .cart-header-row th.end, .wishlist-content .cart .cart-header-row th.end
{
	padding-right: 5px;
	border-top-right-radius:15px;
	
}
.order-summary-content .cart .cart-header-row th.start, .wishlist-content .cart .cart-header-row th.start
{
	padding-right: 5px;
	border-top-left-radius:15px;        
	
}


/* Style for Usual tabs */
.tabcontainer-usual {
  background:#181818;
  color:#111;
  /*padding:15px 20px;*/
  /*width:500px;*/
  border:1px solid #222;
  margin:8px auto;
}

.tabcontainer-usual ul.idTabs
{
	margin-left:-40px;
	margin-top:-1px;
}

.tabcontainer-usual li.idTab 
{
	list-style:none; 
    float:left;   
    /*border:solid 1px black;*/
	      
}

.tabcontainer-usual ul.idTabs a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  /*font:10px Verdana;*/
  color:#FFF;
  background:#444;
}

.tabcontainer-usual ul.idTabs a:hover {
  color:#FFF;
  background:#111;
  }
  
.tabcontainer-usual ul.idTabs a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
  
.tabcontainer-usual div.tab {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
  /*font:10pt Georgia;*/
}

   .left-column, .right-column{
  float:left;
}
.left-column{
  width:30%; 
}
.right-column{
  width:60%; 
}

.center-column
{
    text-align:center;
    
    
}
.Submission
{
    padding:10px;
    text-align:center;
    width:100%;
}


