﻿/* ALERT!!!! This is a fix for table border style*/
/* The code in this alert must be copied to the EditorContentArea.css
   of the chosen skin i.e. /RadControls/Editor/Skins/Office2007/EditorContentArea.css */
/*
table
{
	BORDER-RIGHT: #999999 1px dashed; 
	BORDER-BOTTOM: #999999 1px dashed;
}

table td
{
	PADDING: 2px;
	BORDER-TOP: #999999 1px dashed;	
	BORDER-LEFT: #999999 1px dashed;	
}

table th
{
	PADDING: 2px;
	BORDER-TOP: #000000 1px dashed;	
	BORDER-LEFT: #000000 1px dashed;
}
*/
/* END ALERT!!!! */

/*!!!ALERT!!! The below style is used to keep the content area of CMS looking consistant 
  and not be affected by the site / shopsite.css */
.CMSContent
{
	text-align:left;
}
.CMSContent ul, .CMSContent il
{
	margin: 0px 10px 0px 25px;
	color:Black;
}
.CMSContent ol
{
	margin: 0px 10px 0px 30px;
	color:Black;
}
.CMSContent p
{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:Black;
}
.CMSContent h1,.CMSContent h2,.CMSContent h3,.CMSContent h4,.CMSContent h5,.CMSContent h6 
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:normal;
	color:Black;
	font-weight:bold;
	font-family: Verdana;
	text-align:left;
	height:auto;
	width:auto;
}
.CMSContent h1
{
	border-style:none;
	background:Transparent;
	font-size:32px;
}
.CMSContent h2
{
	font-size:24px;
}
.CMSContent h3
{
	font-size:20px;
}
.CMSContent h4
{
	font-size:16px;
}
.CMSContent h5
{
	font-size:12px;
}
.CMSContent td, .CMSContent th
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size:12px;
	font-weight:normal;
	color:Black;
}
.CMSContent a 
{ 
    text-decoration:none; 
    color:blue;
}
.CMSContent a:hover 
{ 
	text-decoration:underline; 
    color:blue;
}
/*!!!END ALERT!!!*/



/* Template Style */
#B2PContent
{
	float:left;
	
	background-color: #FFF;
	min-height:580px;
	width:836px;
}
* html #B2PContent {
	height: 580px;
}

#B2PContentMain
{
	float:left;
	display:block;
	overflow:hidden;
	
	background-color: #FFF;
	background-image:  url(../images/css/bg_content_strip.gif);
	background-repeat:repeat-x;
	min-height:580px;
	width: 629px; 
}

#B2PContentSideTop
{	
	float:left;
	display:block;
	overflow:hidden;
	
	background-color: #FFF;
	background-image:  url(../images/css/pinkleft.jpg);
	background-repeat:repeat-y;
	min-height:400px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
}
	
#B2PContentSideBottom
{
	float:left;
	display:block;
	overflow:hidden;
	
	
	background-color: #FFF;
	/*background-image:  url(../images/css/pinkleft.jpg);
	background-repeat:repeat-y;*/
	height:100%;
	width: 205px;	
	/*padding: 5px 0 0 5px;*/
}
