﻿/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}

img {
	border:0;
}
fieldset {
	border:none;
}


/* *************************** 
   $2 Website Structure Styles
   ***************************/

/* *************************** 
   $3 Header Styles
   ***************************/


/* *************************** 
   $4 Content Styles
   ***************************/

.white {
	color: white;
	}

.item{
	border-bottom:#cdcdcd 1px solid;
	border-top:#cdcdcd 1px solid;
	padding:3px 0;
	width:100%;
	margin:0 0 15px 0;
	}
.item_inner{
	background:url(http://www.dotcomholiday.com/images/bg_item_inner.png) left repeat-y;
	width:100%;
	overflow:hidden;
	padding:14px 0 19px 0;
	}

.item h4{
	float:left;
	padding:5px 0 0 9px;
	color:#8c6239;
	font-weight:normal;
	text-shadow:#c9c8c9 1px 1px 1px;
	font-size:17px;
	}
.icons{
	float:right;
	text-align:right;
	}
.icons img{
	vertical-align:middle;
	}
.icons a{
	margin-left:10px;
	}
.subpage{
	width:242px;
	}
.subpage_top{
	width:100%;
	height:11px;
	padding-top:5px;
	overflow:hidden;
	}
.subpage_top img{
	vertical-align:middle;
	}
.subpage_inner{
	background:url(http://www.dotcomholiday.com/owner/07081/images/bg_subapge.png) 0 0 repeat-y;
	padding:13px  15px 0 15px;
	margin-top:-3px;
	width:212px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
.subpage p{
	font-size:13px;
	line-height:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 15px 0;
	}

/* *************************** 
   $5 Footer Styles
   ***************************/



