@charset "utf-8";
/* CSS Document */

/**********************************
********COMMON POSITIONING*********
***********************************/
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

/*Used for rounded corners*/
b.Rnd1{margin: 0 5px;}
b.Rnd2{margin: 0 3px;}
b.Rnd3{margin: 0 2px;}

h1 {
margin: 10 0 0 15;
}
h2 {
margin: 3 0 3 0;
}

h3 {
}

h4 {
margin: 0 0 3 0;
}

h5 {
margin:0;
}

h6 {
}

#mainContent hr {
	border:0;
	height:2px;
	margin:10px auto 0 0;
	text-align:left;
}

#container { 
	width: 1000px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent #titleName{ 
margin:0 0 10 0;
}

/*****************************************
********COMMON CLASSES POSITIONING********
******************************************/

#barHeader h3{
padding: 3;
margin: 0 0 10 10;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
}

.absPos { 
position:absolute;
}
.relPos {
position:relative;
}

.divider{
padding: 10 0;
}

.bigred{
margin:0;
padding:0;
}

/****************************
******HEADER POSITIONING*****
****************************/

#container #header { 
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#container #header #top_loginBar #loginForm{
width:734;
padding:6 0 2 12;
height:27;
}
#container #header #top_loginBar #loginForm #cartLabel{
margin:3 0 0 0;
}

#container #header #topContainer{
height:100;
}

#container #header #toplogo #loonGraphic{
margin: 25 5 5 15;
padding:0;
}

#container #header #toplogo #nameGraphic{
margin: 5 0 0 50;
}

#container #header #errorMsg 
{
	text-align:center;
	
}

/*******************************
*****SEARCH BAR Positioning*****
********************************/

#container #header #RightContainer #searchContainer { 
width:332px; 
height:41px;
padding:0;
margin:30 0 0 660
} /* adjust the position, size and colour of the panel here */

.RndTopOne, .RndBottomOne{
display:block;
}

.RndTopOne b, .RndBottomOne b{
display:block;
height: 1px;
 overflow: hidden;
} /* adjust the colour of the panel top and bottom here */

.RndTopOne .Rnd4, .RndBottomOne .Rnd4{
margin: 0 1px; 
height:2px;
}

.RPanelContentOne {
margin: 6 0 -6 0; 
width:332px; 
text-align:center;
padding:0 0 0 0;
color:#333333;} /* adjust the content width (to be slightly less than the panel width to get a margin), height and text alignment of the content here */

/*End of Search Bar Positioning*/

/*End of Header Positioning*/

/*****************************
******LEFTNAV POSITIONING*****
******************************/

/* Tips for leftNav:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #leftNav p" rule.
*/
.twoColHybLtHdr #leftNav {
	width: 175px; /* since this element is floated, a width must be given */
	vertical-align: top;
	margin:0 0 20 0;	
}

.twoColHybLtHdr #leftNav h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/*End of LEFTNAV POSITIONING*/

/*****************************
******MAINCONTENT POSITIONING*****
******************************/

/* Tips for mainContent:
1. The space between the mainContent and LEFTNAV is created with the left margin on the mainContent div.  No matter how much content the LEFTNAV div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the LEFTNAV space when the content in LEFTNAV ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/

/* COMMON */
#mainContent { 
vertical-align: top;
margin: 0;
padding: 0;
}

#mainContent #Content p{ 
vertical-align: top;
}

#mainContent #contentWrapper{ 
margin:10;
}

#mainContent p {
	line-height:16px;
}

/*********************************
*********BREADCRUMB STYLES********
*********************************/


#breadCrumbs {
margin:0;
padding:0px 10px 10px 0px;
text-align:left;
}

#breadCrumbs ul {
margin:0;
padding:0 0 0 20;
}
#breadCrumbs ul li { 
margin:0;
padding:0;
display:inline;

}

#breadCrumbs ul li a {
margin:0;
padding:0;
}

#breadCrumbs > ul a {
width:auto;
}

/***********************	Used for displaying advertisements articles
*******RIGHT PANEL******	and other information on the side
************************/

#mainContent #rightPanel {
margin: 0;
padding: 0;
width: 165;
}

.adDiv{
text-align:center;
margin: 10 0 0 0;
}

/***************************************
***********FOOTER POSITIONING***********
***************************************/


#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 6px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
text-align: center;

}
 #footer a {
padding: 0 10;
text-align: center;
}