/* CSS Document */
#printUser{
	display: none;	
}
#contentBox

{

width: 950px;
background-color:	#FFFFFF;
margin-left: 17px;
min-height: 400px;



}

#contentBox #leftBlockContent {
	float: left;
	width: 720px;
	overflow: hidden;
	padding-left: 15px;
	padding-top: 15px;
	background: url(../../App_Themes/CaromaDorf/Images/MyBathroom/gallery-bg.jpg) right top repeat-y;
}	
	#leftBlockContent h1 {
		font-size: 20px;
		margin-bottom: 5px;
		color: #555555;
	}
	#leftBlockContent h2 {
		font-size: 15px;
		margin-bottom: 5px;
		color: #555555;
	}
	#leftBlockContent .titleDetails {
		font-size: 18px;
		font-weight: normal;
	}
	#leftBlockContent p {
		margin-bottom: 15px;
	}
	#leftBlockContent .contentTitle {
		width: 100%;
	}
		.contentTitle #select-prod, .contentTitle #remove-prod, .contentTitle #update-prod {
			width: 100px;
			float: left;
			font-weight: bold;
			padding-left: 18px;
			font-size: 12px;
		}
		.contentTitle #select-prod {
			background: url(../../App_Themes/CaromaDorf/Images/MyBathroom/control-ico-01.gif) left center no-repeat;
			color: #638840;
		}
		.contentTitle #remove-prod {
			background: url(../../App_Themes/CaromaDorf/Images/MyBathroom/control-ico-02.gif) left center no-repeat;
			color: #9b1e0c;
		}
		.contentTitle #update-prod {
			width: 400px;
			color: #AC100C;
		}
		.contentTitle #update-prod a {
			
			color: #AC100C;
		}
	#leftBlockContent .contentDetails {
		padding: 10px 5px 0px 0;
		color: #555555;
		text-align: justify;
		min-height: 400px;
	}
		.contentDetails .mybathroom-row {
			width: 100%;
		}
			.mybathroom-row .mybathroom-thumbnails {
				height: 250px;
				width: 160px;
				float: left;
				overflow: hidden;
				padding: 0 17px 10px 0;
			}
				.mybathroom-thumbnails .mybathroom-image {
					border: 7px solid rgb(182, 182, 182);
					width: 150px;
					height: 150px;
				}
				.mybathroom-thumbnails .mybathroom-control {
					position: relative;
					height: 80px;
					overflow: hidden;
					width: 150px;
					padding: 8px 0 0;
				}
					.mybathroom-control .mybathroom-caption {
						text-align: left;
						font-weight: bold;
						font-size: 13px;
						width: 118px;
						padding: 0 16px;
					}
					.mybathroom-control .mybathroom-caption a {
						text-align: left;
						font-weight: bold;
						font-size: 13px;
						width: 118px;
						
						color: black;
						
					}
					.mybathroom-control .mybathroom-caption .removeImage {
						text-align: center;
						font-weight: bold;
						font-size: 13px;
						width: 118px;
						
						color: 	#CC3300;
						
					}
					
					.mybathroom-control .selectControl 
					{
					    background: url(../../App_Themes/CaromaDorf/Images/MyBathroom/icon_tick.gif) 0 0 no-repeat;
					    background-position:0 0;						
						position: absolute;
						left: 0;
						top: 8px;
					}

					.mybathroom-control .removeControl {
					    background: url(../../App_Themes/CaromaDorf/Images/MyBathroom/icon_cross.gif) 0 0 no-repeat;
						position: absolute;
						right: 0;
						top: 8px;
					}

					.mybathroom-control .unchecked{
					    background-position:0 -13px;
					}
					
					.mybathroom-control .hiddenCheckbox{
					    display:none;
					}
					
					
	#leftBlockContent .pagging {
		width: 100%;
		text-align: center;
		padding-bottom: 50px;
	}
		.pagging a{
			color: #555555;
			text-decoration: none;
		}
		.pagging a:hover{
			text-decoration: underline;
		}
#rightBlockContent {
	color:#555555;
    float:left;
    
    width:190px;
	
	
	
}
	#rightBlockContent #logged-user { 
		color: #272625;
		font-size: 11px;
		width: 173px;
		background: url(../../App_Themes/CaromaDorf/Images/MyBathroom/log-user.gif) center left no-repeat;
		padding:4px 0 4px 30px;
		margin-left: 10px;
		display:none;
	}
	#rightBlockContent #function-cp-box {
		/*width: 213px;*/
		position: relative;
		margin-top: 10px;
	}
		#function-cp-box #function-cp {
			background: url(../../App_Themes/CaromaDorf/Images/MyBathroom/function-cp-bg.gif) top left repeat-y;
			height: 117px;
		}
		
		#function-cp-box #function-top {
			
			height: 13px;
		}
			#function-cp ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			#function-cp ul li {
				/*float: left;*/
				list-style: none;
				height: 39px;
				overflow: hidden;
				padding: 0 0 0 20px;
				margin: 0;
			}
			#function-cp ul li a, #function-cp ul li input {
				display: block;
				color: #555555;
				height: 23px;
				text-decoration: none;
				font-weight: bold;
				margin: 0;
				overflow: hidden;
				padding: 8px 5px 8px 0px;
			}
			#function-cp ul li .send-frnd {
				background: url(../../App_Themes/CaromaDorf/Images/MyBathroom/send-to-frnd.gif) center left no-repeat;
			}
			#function-cp ul li .prnt-pge{
				background: url(../../App_Themes/CaromaDorf/Images/MyBathroom/print-page.gif) center left no-repeat
			}
			#function-cp ul li .sve-pge {
				background: url(../../App_Themes/CaromaDorf/Images/MyBathroom/save-page.gif) center left no-repeat
			}
.boxTop {
	background:url(../../App_Themes/CaromaDorf/Images/MyBathroom/bg_boxTop.jpg) top center no-repeat;
	margin-top:15px;
	width:217px;
}
.boxTop div {
	padding:12px 12px 4px 12px;	
}
.boxTop div img {
	border:0;
	margin-top:4px;
}
.boxBottom {
	background:url(../../App_Themes/CaromaDorf/Images/MyBathroom/bg_boxBottom.jpg) no-repeat;
	height:13px;
	width:217px;	
}

/* Send to friend */

.sendToFriend{
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

.sendToFriend td{
	padding: 5px 0;
	vertical-align: middle;	
}
.sendToFriend select, .sendToFriend input {	
	color:#555555;
	/*width:230px;*/
}

.sendToFriend .textInput{
	width: 250px;	
}


.sendToFriend .error{
	font-weight: bold;	
}

h2{
	color: #5f5e5d;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
div #contentHeaderSection 
{
padding-top: 20px;
}

#title
{
color: rgb(87, 126, 185);
font-size: 32px;
font-weight: normal;
height: 55px;
line-height: 65px;
padding-left: 14px;
}

.firstrow
{
height: 260px;

}

.nextrow
{

height: 260px;
background:url(/images/dot_h.gif) repeat-x;
background-position:	0% 0%;
background-attachment:	scroll;
padding-top: 10px
}

.totalRRP span
{
color: #5f5e5d;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}