/* 

Mark Down Alert Interior Stylesheet

Index
---------------------

1. Interior Layout
2. Interior Product Listings
3. My Alerts Navigation
4. Typography
5. Table Styles
6. From Styles
7. List styles
*/


/* 1. Interior Layout 
----------------------------------------------*/
#wrap {
	background:url('images/background_content.jpg');
}

#wrap2 {
	background:url('images/background_content2.jpg');
}

#header {
	text-align:left;
	height:31px;
}
	.headerleft {
		height:288px;
		padding:15px 0 0 0;
	}
	
	.headerleft3 {
		height:288px;
		padding-top:26px;
		margin:0;
	}
	
	.headerright {
		float:right;
		background:url('images/background_header2.jpg') no-repeat;
		width:717px;
		height:31px;
		overflow:hidden;
	}
	
	.promo {
		height:277px;
		margin:0 0 15px;
	}
	
	.promo span {
		color:#ce7ba9;
	}
	
	.promo p {
		text-align:center;
		margin:10px 0;
		color:#fff;
		font-size:18px;
		line-height:20px;
	}
	
#content-int, #content-int2, #content-int3, #content-int4 {
	text-align:left;
	background:url('images/background_header_int.jpg') no-repeat;
	padding-top:14px;
}

#content-int2 {
	background:url('images/background_header_int2.jpg') no-repeat;
}

#content-int3 {
	background:url('images/background_header_int3.jpg') no-repeat;
	padding-top:3px;
}

#content-int4 {
	background:url('images/background_header_int4.jpg') no-repeat;
}

.contentright2 {
	float:right;
	width:677px;
	padding:0px 15px 0px;
}

	.contentright2 p {
		margin:10px 0;
	}

#footer2 {
	text-align:center;
	padding:0 60px 15px 230px;
	color:#cf7ba9;
	font-size:10px;
}

	.footerline {
		border-top:1px solid #d5d5d5;
		padding-top:15px;
	}
	
	#footer2 a { 
		color:#cf7ba9;
		text-decoration:none;
	}


/* 2. Interior Product Listings 
----------------------------------------------*/

.extended {
	height:302px;
	overflow:hidden;
}

.extended-description {
	height:210px;
	overflow:hidden;
}

.productimage {
	float:left;
	padding:10px 10px 5px 0;
}

.productimage2 {
	float:left;
	padding:0 15px 0 0;
	margin:0;
}

.productlisting {
	margin-top:10px;
}
	
.productlisting h2 {
	margin:15px 0 2px 0;	
}	

.productlisting p span {
	color:#782654;
	margin:0 0 0 10px;
}

.productlisting p {
	margin:0 0 8px 0;
}

.more {
	margin:0 0 20px 0;
}

/* Search Results */

.productcenter, .productleft {
	border:1px solid #d5d5d5;
	border-width:0 1px 0 0;
}

.productcenter, .productleft, .productright {
	text-align:center;
	padding:0 10px;
	margin:0;
}


/* 3. My Alerts Navigation
----------------------------------------------*/

#alertnav {
	padding:0 0 0 320px;
	color:#fff;
}

#alertnav a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

#alertnav a.selected {
	color:#782653;
}


/* 4. Typography 
----------------------------------------------*/

hr {
	margin:20px 45px;
}

.pagination {
	padding:20px 45px 0 0;
	float:right;
}


	.pagination a {
		text-decoration:none;
		color:#6ec3e1;
	}
	
	
/* 5. Table Styles 
----------------------------------------------*/

.alertlist {
	border:none;
	margin:20px 0 0;
}

	.alertlist span {
		color:#782653;
		font-weight:bold;
	}

.headrow td {
	color:#782653;
	font-size:14px;
	font-weight:bold;
	border:1px solid #d5d5d5;
	border-width:1px 0;
}

.even {
	background:#f4dfeb;
}

.checkbox {
	border:none;
	padding:0;
}

.submitbutton, #form .submitbutton, #form .submitbutton:hover {
	border:none;
	padding:20px 0 0 0;
}

td {
	padding:10px;
	font-size:12px;
}


/* 6. From Styles 
----------------------------------------------*/

#form {
	margin:20px 0;
}

#form input, #form textarea, #form select {
	border:1px solid #999;
	background:#fff;
	color:#333;
	padding:5px;
	margin:5px 0;
}

#form input:hover, #form textarea:hover {
	border:1px solid #555;
}

#form input:focus, #form textarea:focus {
	border:1px solid #111;
}

#form .radio {
	border:none;
	padding:0;
	margin:10px 0 0 0;
}

	#form p.radio {
		padding:10px 0 0 0;
	}

#form fieldset {
	margin: 0;
	border: 0px solid #ccc;
	padding: 0;
}

#form label {
	float: left;
	clear: both;
	width: 25%;
	margin: 0;
	padding-top: 10px;
	text-align: left;
}

#form legend {
	margin: 10px 0 10px 20px;
	padding: 3px 8px;
	color: #444;
	border: 1px solid #ccc;
}

#form .disabled {
    border-width:0; 
    size:70;

}


/* 7. list Styles 
----------------------------------------------*/

ol li {
	list-style: disc inside;
margin-left: 10px;

	}