/* main site CSS - not just CMS! */

html { 	overflow-y: auto; }

BODY
{
    padding: 0px;
    margin: 0px;
    font: 11px/1.5 Arial, sans-serif;
    overflow: hidden;
    color: #000;
    padding: 0px;
    background-color: #fff;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

A, A:visited
	{
		color: #990033;
		text-decoration: underline;
	}
	
A:hover
	{
		color: #ff0066;
		text-decoration: underline;
	}
	
	
/* LOGIN BAR */

.client_login_lnk
	{
	color: #990033;
	}
	
.admin_login_lnk
	{
	color: black;
	}
	
	
/* PAGE */


img
	{
	border: 0px solid black;
	}

.nav_float
	{
		float: left;
	}

#brands
{
    padding-top: 17px;
    width: 965px;
    margin: auto;
}

#brand_flash
	{
	width: 670px;
	height: 81px;
	float: left;
	}
	
#brand_ps
	{
	width: 295px; 
	height: 81px;
	float: left;
	text-align: right;
	}

#nav_place
{
    width: 965px;
    margin: auto;
}

#nav
{
    width: 965px;
    margin: auto;
    padding-top: 37px;
}

.nav_lnk
{
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

#nav_primary
{
    display: block;
    list-style-type: none;
}


.nav_item
{
    display: block;
}

#wrapper
{
    margin: 0px auto 0px auto;
    padding: 0px; 
    /* border: 1px solid red; */
    width: 981px;
}

A
{
    color: #fff;
}

.clear
{
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

.clear_sep
{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    border-bottom: 1px dashed #CCCCCC;
}

.clear_clean
{
    clear: both;
}

#overlay
{
    z-index: 2000;
    background: #fff;
    left: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
}

#overlay #preloader
{
    background: url(/images/loader_bg.gif) no-repeat;
    left: 50%;
    margin: -25px 0px 0px -25px;
    width: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    height: 50px;
    text-align: center;
}

#overlay #preloader IMG
{
    margin: 11px 0px 0px;
    vertical-align: middle;
}

.ui-sortable
{
    padding: 0px;
    margin: 0px;
    color: #222;
    background-color: #fff;
}

/*.ui-sortable H2
{
    padding-right: 10px;
    border-top: #666 3px solid;
    padding-left: 10px;
    font-size: 11px;
    padding-bottom: 0px;
    margin: 0px 0px 10px;
    color: #fff;
    line-height: 2;
    padding-top: 0px;
    background-color: #C7C7C7;
}*/

DL.sort
{
    padding: 0px 0px 0px 0px;
    color: #222;
    margin: 0px;
}

#ps_partner DL.first
{
    margin-top: 0px;
}

#ps_partner DL.last
{
    margin-bottom: 0px;
}


.sort DD
{
    /*border-left: 8px solid white;
    border-top: 0px solid white;
    border-right: 8px solid white;*/
    border-bottom: 8px solid white;
    overflow: hidden;
    background-color: #E3E9EB;
}

DL.sort DT
{
    /*border-top: 8px solid white;
    border-right: 8px solid white;
    border-left: 8px solid white;
    border-bottom: 0px solid white;*/
    padding: 3px 3px 0px 0px;
    cursor: move;
    color: #fff;
    
    position: relative;
    background-color: #C7C7C7;
    height: 21px;
    text-align: right;
    vertical-align: top;
    margin: 0px;
}

.DT_fixed
	{
	padding: 3px 3px 0px 0px;
    /* cursor: move; */
    color: #fff;
    position: relative;
    background-color: #C7C7C7;
    height: 21px;
    text-align: right;
    vertical-align: top;
    margin: 0px;
	}

DL.sort DD
{
    padding: 0px;
    margin: 0px;
    background-color: #e3e9eb;
}

.ui-sortable-helper
{
    width: 100%;
}

.placeholder
{
    border: 1px dashed red;
    margin: 0px;
    padding: 0px;
}

.remove
{
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/images/x_off.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.remove:hover
{
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/images/x_on.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.movable
{
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/images/drag_hand_off.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 2px;
}

.movable:hover
{
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/images/drag_hand_on.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 2px;
}


#container1,#container2
{
    float: left;
    /*background-color: #EEEEEE;*/
}

#header
{
    width: 965px;
}

#col1, #col2, #col3, #col0, .fixed_col_thin
{
    float: left;
    width: 311px;
    text-align: left; 
    /*margin-right: 8px solid white;     
    margin-left: 8px solid white;*/
    height: 100%;
    min-height: 100%;
    border: 8px solid white;
    /*background-color: #EEEEEE;*/
	
}

#col0_borderless
{
    float: left;
    width: 311px;
    text-align: left; 
    /*margin-right: 8px solid white;     
    margin-left: 8px solid white;*/
    height: 100%;
    min-height: 100%;
	border: 8px solid white;
    border-right: 8px solid #E3E9EB;
    /*background-color: #EEEEEE;*/
	
}

#col4, .fixed_col_wide
{
    float: left;
    width: 638px;
    text-align: left; 
    /*margin-right: 8px solid white;     
    margin-left: 8px solid white;*/
    height: 100%;
    min-height: 100px;
    border: 8px solid white;
}

#footer
{
    clear: both;
    padding-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
    text-align: center;
}
.footer_lnk, .footer_lnk:visited
{
    clear: both;
    padding-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

.page_counter
	{
	display: block;
	}