body, html {
	background-color: #fff;	
	text-align: center; /*** Centers the design in old IE versions ***/		
	COLOR: #6f7173;
    font-size: 11px;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%; /* needed for container min-height */
}

a:hover {
	color: #c01243;
	text-decoration: none;
}
a {
	color: #7fbcd8;
	text-decoration: none;
}

/* ************************************************************** */
/* CONTAINER                                                      */
/* ************************************************************** */

div#Container {
	background: transparent url("../images/bg_main.gif");
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	margin: 0 auto; /* Centers the design, not in IE5 */
	width: 955px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0px;
}

* html div#Container {
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/* ************************************************************** */
/* FORMS	                                                      */
/* ************************************************************** */
form, p {
	margin: 0;
	padding: 0;
}

/* ************************************************************** */
/* TOP                                                            */
/* ************************************************************** */
div#Top {
	background-color: #C21243;		
}

div#Langmenu{
	float: left;
	text-align: right;	
	width: 740px;
	margin: 0px 15px 0px 0px;
}

div#Shopmenu{
	float: right;
	text-align: right;
	margin: 5px 5px 5px 5px;
}
div#Shopmenu a {
	color: #6f7173;
	padding-left: 10px;
	padding-right: 10px;	
	font-weight: bold;
}
div#Shopmenu a:hover {
	color: #c01243;
}

div#TopMenu {
	float: left;
	width: 755px;
	margin: 0px 0px 0px 0px;	
	background-color: #fff;	
}

div#Logo {
	float: left;
}

div#MenuThumbnail {
	float: right;
	height: 67px;
}

div.MenuThumbnail1 {
	float: left;
	margin: 0px 0px 2px 1px;
	width: 92px;
	height: 80px;
	text-align: center;
	color: #626262;
	text-align:center;
	font-weight:bold; 		
}

div.MenuThumbnail1 a {
	color: #626262;
}
div.MenuThumbnail1 a:hover {
	color: #7fbcd8;
}

div#TopListMenu {
	float: right;
}


div#blueline{
	width: 955px;
	text-align: center;
}

div.MenuItem1 {
	width: 70px; 
	padding: 5px; 
	border-bottom: 1px solid #fff;
	background-color: #fff9ad;
	font-weight:bold; 		
}
div.MenuItem1 a {
	color: #626262;
}
div.MenuItem1 a:hover {
	color: #7fbcd8;
}

div.MenuItem2 {
	width: 150px; 
	padding: 5px; 
	border-bottom: 1px solid #fff;
	background-color: #F9F3C2;
	font-weight:bold; 		
}
div.MenuItem2 a {
	color: #626262;
}
div.MenuItem2 a:hover {
	color: #7fbcd8;
}
div.MenuItem3 {
	float: left;
	width: 100px; 
	padding: 3px 1px 3px 5px; 
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #d8ffc2;
	font-weight:bold; 		
	height: 25px;
}
div.MenuItem3 a {
	color: #626262;
}
div.MenuItem3 a:hover {
	color: #7fbcd8;
}
div.MenuItem4 {
	float: left;
	width: 110px; 
	padding: 5px; 
	border-bottom: 1px solid #fff;
	background-color: #ffc8f1;
	font-weight:bold; 	
}
div.MenuItem4 a {
	color: #626262;
}
div.MenuItem4 a:hover {
	color: #7fbcd8;
}
/* ************************************************************** */
/* LEFT DATA                                                        */
/* ************************************************************** */

div#Leftdataplace {
	width: 185px;
	margin-top: 0px;
	float: left;
	display:table-cell;
	margin: 0;
	padding: 0;
}


/* ************************************************************** */
/* SUBMENU                                                        */
/* ************************************************************** */

div.SubMenu {
	float: left;
	text-align:left;
	width: 180px;
	line-height: 1.2em;
	background-color: #f9f3c2;
}

div.SubMenu ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;		
	margin-left: 5px;		
	padding: 0 0 0 0;
}

div.SubMenu ul li {
	font-size: 11px;
	margin: 5px;
	padding: 0;
}

div.SubMenu ul li a {
	font-size: 11px;
	font-weight: normal;	
	color: #626262;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

div.SubMenu ul li a:hover {
	color: #fc7b1d;
}


div.SubMenuClose {
	clear: both;
	height: 15px;
	background: transparent url("../toys_images/submenu_close.gif") no-repeat;
}


/* ************************************************************** */
/* line                                                    */
/* ************************************************************** */

br.Clearline, 
div.Clearline {
	font-size: 0px;
	line-height: 0px;
	display: block;
	clear: both;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 0px;
}

div.Clearline15 {
	font-size: 0px;
	line-height: 0px;
	display: block;
	clear: both;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 5px;
}





/* ************************************************************** */
/* MAIN DATA                                                        */
/* ************************************************************** */

div#Maindataplace {
	display:table-cell;
	width: 755px;
	float: left;
	margin: 7px 0 0 10px;
	padding: 0;

}



div.Header {
	background-color: #b6c642;
	padding: 3px 3px 3px 3px;
	color: #fff;
	height: 12px;
	font-weight: bold;
    font-size: 11px;	
	vertical-align:middle;
}

div.Data {
	padding: 2px 8px 2px 8px;
}

div#PData {
	padding: 2px 40px 2px 40px;
	line-height: 1.8em;
	font-size: 12px;
}

div#PData p{
	padding-bottom: 10px;
}

/* ************************************************************** */
/* PRODUCTS                                                 */
/* ************************************************************** */

div#ProductsThumbnailsm {
	float: left;
	width: 170px;
	height: 225px;
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px solid #fff;
}



.PrHeader {
	height: 40px;
	font-weight:bold;
	color:#7fbcd8;
}

.PrData {
	height: 15px;
}
.PrImage {
	height: 145px;
	text-align: center;	
}
.PrVHeader, .PrVHeader h2 {
	font-size: 15px;
	font-weight:bold;
	color:#c21243;
}

.Cart {
	font-weight: bold;
	padding-left: 10px;
}


input
{
    border: #1a9ce8 1px solid;	
    background-color: #ffffff
}

.radio
{
    border: 0;	
    background-color: #d0eeff
}

select
{
    border: #1a9ce8 1px solid;	
    background-color: #ffffff
}
textarea
{
    border: #1a9ce8 1px solid;	
    background-color: #ffffff
}

.checkbox
{
    border: 0;	
    background-color: #ffffff
}


.tprice{ font-size: 12px; font-weight: bold; font-style: italic; }
.vprice{ font-size: 15px; color: #B6C642; font-weight: bold; }
.vprice2{ font-size: 12px; color: #B6C642; font-weight: bold; }
.vunit{ font-size: 12px; color: #B6C642; font-weight: bold; }
.vmin { font-size: 12px; color: font-weight: bold;  text-align: right; margin-right: 50px;}
.stock{ font-size: 9px; color: #B6C642; font-weight: normal; font-style: italic; }
.nostock{ font-size: 9px; color: #c01243; font-weight: normal; font-style: italic; }
.vstock{ font-size: 9px; color: #B6C642; font-weight: normal; font-style: italic; text-align:right; padding-right: 30px;}
.vdescription{ padding-right: 30px;}


.search_grid{color: #666666;  border-bottom: 1px solid #FC7B1D; border-left: 1px solid #FC7B1D; border-right: 1px solid #FC7B1D;}


/* ************************************************************** */
/* CopyRight                                                      */
/* ************************************************************** */

.submitlink {
	color: #b6c642;
	font-size: 11px;
}
.submitlink a {
	color: #b6c642;
}
.submitlink a:hover {
	color: #386532;
}



/* ************************************************************** */
/* ROUNDED Corners                                                */
/* ************************************************************** */

div.RoundedTop,
div.RoundedBottom {
	display: block;
	background: #FFFFFF;
}

div.RoundedTop div,
div.RoundedBottom div {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #d0eeff;
}

div.Rounded1 {
	margin: 0 5px;
}

div.Rounded2 {
	margin: 0 3px;
}

div.Rounded3 {
	margin: 0 2px;
}

div.RoundedTop div.Rounded4,
div.RoundedBottom div.Rounded4 {
	margin: 0 1px;
	height: 2px;
}

div#Sidebar {
	float: left;
	background-color: #d0eeff;
	width: 755px;
	height: 70px;
}

div#Sidebar a {
	color: #6f7173;
}
div#Sidebar a:hover {
	color: #1a9ce8;
}

div#MyCart {
 	float: left;
 	text-align: left;
	width: 180px;
 	height: 60px;
 	padding: 5px 10px 5px 10px;
 	border-right: 1px dashed #1a9ce8
}

div#Login {
 	float: left;
 	text-align: left;
 	width: 120px;
 	height: 60px; 
 	padding: 5px 10px 5px 10px;
 	border-right: 1px dashed #1a9ce8
}

div#BannerPlace {
 	float: left;
 	text-align: left;
 	width: 110px;
 	height: 60px; 
 	padding: 5px 10px 5px 10px;

}

div#SearchPlace {
 	float: left;
 	text-align: right;
	width: 260px;
 	height: 60px;
 	padding: 5px 10px 5px 10px;
}

div#SearchPlace a {
	color: #6f7173;
}
div#SearchPlace a:hover {
	color: #1a9ce8;
}


/* ************************************************************** */
/* TOP PATH                                                       */
/* ************************************************************** */

/* ************************************************************** */
/* PathROUNDED Corners                                                */
/* ************************************************************** */

div.PathRoundedTop,
div.PathRoundedBottom {
	display: block;
	background: #FFFFFF;
}

div.PathRoundedTop div,
div.PathRoundedBottom div {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #7fbcd8;
}

div.PathRounded1 {
	margin: 0 5px;
}

div.PathRounded2 {
	margin: 0 3px;
}

div.PathRounded3 {
	margin: 0 2px;
}

div.PathRoundedTop div.PathRounded4,
div.PathRoundedBottom div.PathRounded4 {
	margin: 0 1px;
	height: 2px;
}

div#PathSidebar {
	float: left;
	background-color: #7fbcd8;
	width: 755px;
	height: 15px;
}

div#Path {
	padding: 0px 15px 0px 15px;
	color: #ffffff;
	text-align:left;
	font-weight: bold;
    font-size: 11px;	
	vertical-align:middle;
}

div#Path a {
	color: #ffffff;
	font-weight: bold;
}
div#Path a:hover {
	color: #d0eeff;
}

/* ************************************************************** */
/* Sorting                                                      */
/* ************************************************************** */

div#Sorting {
	padding: 0px 15px 0px 15px;
	text-align:right;
	font-weight: bold;
    font-size: 11px;	
	vertical-align:middle;
}

div#Sorting a {

	font-weight: bold;
}

/* ************************************************************** */
/* PREVIOUS - NEXT                                                */
/* ************************************************************** */

div#Previous {
	float: left;
	padding: 5px 15px 5px 15px;
	text-align:left;
	width: 330px;
}
div#Next {
	float: left;
	padding: 5px 15px 5px 15px;
	text-align:right;
	width: 330px;
}




/* ************************************************************** */
/* CopyRightROUNDED Corners                                                */
/* ************************************************************** */

div.CopyRightRoundedTop,
div.CopyRightRoundedBottom {
	display: block;
	background: #FFFFFF;
}

div.CopyRightRoundedTop div,
div.CopyRightRoundedBottom div {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #7fbcd8;
}

div.CopyRightRounded1 {
	margin: 0 5px;
}

div.CopyRightRounded2 {
	margin: 0 3px;
}

div.CopyRightRounded3 {
	margin: 0 2px;
}

div.CopyRightRoundedTop div.CopyRightRounded4,
div.CopyRightRoundedBottom div.CopyRightRounded4 {
	margin: 0 1px;
	height: 2px;
}

div#CopyRightSidebar {
	float: left;
	background-color: #7fbcd8;
	width: 945px;
	text-align:right;
	color: #fff;
	font-size: 10px;
	padding: 5px 10px 5px 0px;	
}


div#CopyRightSidebar a {
	color: #fff;
}
div#CopyRightSidebar a:hover {
	color: #d0eeff;
}


/* ************************************************************** */
/* INDEX PAGE				                                      */
/* ************************************************************** */

div#IndexSlideshow {
	float: left;
	padding: 0;
	margin: 0;
	text-align:left;
	width: 450px;
	height: 360px;
	border-left :1px solid #fff;
	border-top :1px solid #fff;	
}


div#IndexFurniture {
	float: left;
	padding: 0;
	margin: 0;
	text-align:right;
	width: 300px;
	height: 360px;
	border-right :1px solid #fff;
	border-left :1px solid #fff;	
	border-top :1px solid #fff;	
}

div#IndexFurnitureLinks {
	float: left;
	padding-right: 10px;
	margin: 0;
	text-align:right;
	width: 280px;
	height: 180px;
}

div#IndexFurnitureLinks a {
	color: #6f7173;
	font-weight:bold;
	text-decoration:underline;	
}
div#IndexFurnitureLinks a:hover {
	color: #1a9ce8;
	text-decoration:underline;
}

div#IndexFurnitureLinkImage {
	float: left;
	padding: 0;
	margin: 0;
	text-align:right;
	width: 300px;
	height: 180px;
}

/* ************************************************************** */
/* INDEX PAGE  LEFT LINE	                                      */
/* ************************************************************** */

div#IndexLeftData {
	float: left;
	padding: 0;
	margin: 0;
	text-align:left;
	width: 601px;	
	border-right: 1px solid #fff;		
}


div#IndexBigBanner {
	float: left;
	padding: 0;
	margin: 0;
	text-align:right;
	width: 600px;
	height: 150px;
	border-left :1px solid #fff;
	border-top :1px solid #fff;
	border-bottom :1px solid #fff;	
}

div#IndexTopCategories {
	float: left;
	padding: 0;
	margin: 0;
	text-align:center;
	width: 600px;
	border-left :1px solid #fff;
	border-top :1px solid #fff;
	border-bottom :1px solid #fff;	
	background: #7fbcd8;
}

div#FavCategories{
	float: left;
	padding: 5px;
	margin: 5px 5px 0px 5px;
	text-align:center;
	width: 180px;
}
/* ************************************************************** */
/* FavoCat Corners                                                */
/* ************************************************************** */

div.FCatRoundedTop,
div.FCatRoundedBottom {
	display: block;
	background: #7fbcd8;
}

div.FCatRoundedTop div,
div.FCatRoundedBottom div {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #FFFFFF;
}

div.FCatRounded1 {
	margin: 0 5px;
}

div.FCatRounded2 {
	margin: 0 3px;
}

div.FCatRounded3 {
	margin: 0 2px;
}

div.FCatRoundedTop div.FCatRounded4,
div.FCatRoundedBottom div.FCatRounded4 {
	margin: 0 1px;
	height: 2px;
}

div#FCatSidebar {
	float: left;
	background-color: #FFFFFF;
	width: 180px;
	height: 135px;	
}

div#FCat {
	padding: 0px 15px 0px 15px;
	color: #7fbcd8;
	text-align:center;
	font-weight: bold;
    font-size: 11px;	
	vertical-align:middle;
}

div#FCat a {
	color: #7fbcd8;
	font-weight: bold;
}
div#FCat a:hover {
	color: #6f7173;
}

/* ************************************************************** */
/* INDEX PAGE  LEFT LINE	                                      */
/* ************************************************************** */

div#IndexRightData {
	float: left;
	padding: 0;
	margin: 0;
	text-align:left;
	width: 150px;	
	border-right: 1px solid #fff;	
	border-top: 1px solid #fff;		
}

div#IndexRBigBanner {
	float: left;
	padding: 0;
	margin: 0;
	text-align:left;
	width: 150px;	
 	height: 300px;
}

div#IndexRBigBanner {
	float: left;
	padding: 0;
	margin: 0;
	text-align:left;
	border-bottom: 1px solid #fff;		
}
div#IndexRSmallBanner {
	float: left;
	padding: 8px 0 0 0;
	margin: 0;
	height: 60px;
	text-align:left;
	border-bottom: 1px solid #fff;		
}



/* ************************************************************** */
/* ProductsThumbnail Corners                                      */
/* ************************************************************** */

div#PrCategories{
	float: left;
	padding: 1px;
	margin: 0px;
	text-align:left;
	width: 185px;
}
/* ************************************************************** */
/* ProductsThumbnail Corners                                      */
/* ************************************************************** */

div.ProductsThumbnailRoundedTop,
div.ProductsThumbnailRoundedBottom {
	display: block;
	background: #fff;
}

div.ProductsThumbnailRoundedTop div,
div.ProductsThumbnailRoundedBottom div {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #fff;
	border-left: 1px solid #7fbcd8;	
	border-right: 1px solid #7fbcd8;		
	
}

div.ProductsThumbnailRounded1 {
	margin: 0 5px;
	background: #fff;
	border-top: 1px solid #7fbcd8;		
}

div.ProductsThumbnailRounded2 {
	margin: 0 3px;
}

div.ProductsThumbnailRounded3 {
	margin: 0 2px;
}

div.ProductsThumbnailRoundedTop div.ProductsThumbnailRounded4,
div.ProductsThumbnailRoundedBottom div.ProductsThumbnailRounded4 {
	margin: 0 1px;
	height: 2px;
}

div#ProductsThumbnailSidebar {
	float: left;
	border-left: 1px solid #7fbcd8;	
	border-right: 1px solid #7fbcd8;	
	width: 183px;

}

div#ProductsThumbnail {
	float: left;
	margin: 1px 1px 1px 1px;
	background-color: #fff;	
	padding: 3px;
	height: 275px;
}

.blue {
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	color:#7fbcd8;
}

.orange {
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	color:#FC7B1D;
}


/* ************************************************************** */
/* FavoCat Corners                                                */
/* ************************************************************** */
div#LeftmenuSub {
	width: 180px;
	margin-top: 0px;
	float: left;
	display:table-cell;
	margin: 0;
	padding: 0;
}

div.LeftmenuRoundedTop {
	display: block;
	background: #fff;
}

div.LeftmenuRoundedTop div {
	display: block;
	height: 1px;
	overflow: hidden;
}

div.LeftmenuRounded1 {
	margin: 0 5px;
}

div.LeftmenuRounded2 {
	margin: 0 3px;
}

div.LeftmenuRounded3 {
	margin: 0 2px;
}

div.LeftmenuRoundedTop div.LeftmenuRounded4{
	margin: 0 1px;
	height: 2px;
}

div#LeftmenuSidebar {
	float: left;
	background-color: #7fbcd8;
	width: 180px;
}

div#LeftmenuData {
	padding: 5px 10px 5px 10px;
	color: #fff;
	text-align:center;
	font-weight: bold;
    font-size: 11px;	
	vertical-align:middle;
}


span.error {color:red; font-weight:bold;}
