﻿
/* Item Detail Styles Home Page and Products page*/
.ItemTitleBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5E5B79;
	text-decoration: underline;
}

.ItemBoldNoUnderLine
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5E5B79;
}

.ItemTitlePlain
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E5B79;
}
/* End Item Detail Styles*/


/* Item Details Border Box */
.detailsLeft
{
	height: 60px;
	width: 30px;
	background-image: url('../WebsiteImages/details/DetailLeft.gif');
	background-repeat:no-repeat;
}

.detailsRight
{
	height:60px;
	width:30px;
	background-image: url('../WebsiteImages/details/DetailRight.gif');
	background-repeat:no-repeat;
}

.detailsCenter
{
	height:60px;
	width:240px;
	background-color:#F3EDEA;
}
/*End Item Details Border Box */


/*Curvey Corners*/
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
/*Curvey Corners*/



.notifyText
{
	color:Red;
	font-size: 12px;
	font-weight: bold;
}