/*====================================================================
Park Holidays UK 
Copyright 2009 Park Holidays UK 
Author: Red Bullet

/*====================================================================
SQUARE CORNER 5px SHADOW
======================================================================*/
/* Shodows (Must be place inside a div.box to work */
.bt {height:5px; width:inherit; background:url(../images/base/topShadow.png) repeat-x;}
.tcr {height:5px; width:5px; float:right;background:url(../images/base/tcr.gif) no-repeat;}
.tcl {height:5px; width:5px;float:left;background:url(../images/base/tcl.gif) bottom right;}
.bl {float:left; background:url(../images/base/leftShadow.gif) repeat-y left center;}
.br {float:right; background:url(../images/base/rightShadow.png) repeat-y right;}
.bb {height:5px; width:inherit; background:url(../images/base/bottomShadow.gif) repeat-x; float:left;}
.bcr {height:5px; width:5px;float:right;background:url(../images/base/bcr.gif) no-repeat;}
.bcl {height:5px; width:5px;float:left;background:url(../images/base/bcl.gif) no-repeat;}
.bt, .bb, .br, .bl, .bcr, .bcl, .tcr, .tcl {display:block;}
.boxContent {float:left;margin-left:5px;margin-right:5px;background:#fff url(../images/base/defaultBoxBg.gif) repeat-x bottom; position: relative; }

/* Shadow Exceptions */
#caravanDetails .tcr, .showcaseBox .tcr, #ownershipDetails .tcr {background:url(../images/base/tcrBlue.gif) no-repeat;}
#caravanDetails .tcl, .showcaseBox .tcl, #ownershipDetails .tcl {background:url(../images/base/tclBlue.gif) no-repeat;}

/* Box Sizes */
.box240 {width:235px;float:left;} /* fits inside #Sidebar once and #page 3 times */
.box240 .boxContent {width:225px;}
.box320 {width:316px;float:left;} /* fits inside #topBar 3 times */
.box320 .boxContent {width:306px;}
.box360 {width:358px;float:left;} /* fits inside #page twice */
.box360 .boxContent {width:348px;}
.box480 {width:480px;float:left;} /* fits inside #topBar twice */
.box480 .boxContent {width:470px;}
.box720 {width:725px;float:left; } /* fits inside #page once */
.box720 .boxContent {width:715px;}
.box960 {width:970px;float:left;} /* fits inside #topBar once */
.box960 .boxContent {width:960px;}

/* GLobal Margins */
.box320, .box360, .box480, .box720, .box960 {margin:0 5px 15px; }
#page .box240 {margin:0 5px 15px;} /* important */
#sideBar .box240 {margin-bottom: 10px;} /* important */

/* box title styles */
.boxTitle { background-color:#E0F0F8; border-bottom:1px solid #BEE0ED; font-size:1.8em; height:32px; line-height:32px;margin:1px 1px 0;padding-left:15px;}

/*====================================================================
SIDEBAR WIDGET BOX - with Rounded corners and Tab Title
======================================================================*/

/* Shodows (Must be place inside a .widget to work */
.brt {width:inherit; height:10px;background:url(../images/base/boxRoundTopBg.gif) no-repeat;}
.brs {float:left;background:url(../images/base/boxRoundSidesBg.gif) repeat-y;}
.brb {float:left;height:10px;background:url(../images/base/boxRoundBottomBg.gif) no-repeat;width:235px;}

/* widget container */
.widget {width:235px;float:left; margin:0 0 15px 0;}

/* place all widget content inside this class */
.widgetContent {width:225px;float:left; margin:0 5px;background:#fff url(../images/base/boxRoundBg.gif) repeat-x bottom;}
.widgetContent h6 a {font-weight: normal;}
.widgetContent .switchNewsLink {margin: 15px 0 0 15px; font-size: 1.1em; float: left; font-weight: bold;}
/*====================================================================
FIXED HEIGHT BOXES
======================================================================*/

/* Fixed box with Shodow and Gradient Bg (fits inside #page twice) */
.fix360 {width:348px;height:140px;padding:5px;float:left;background:#fff url(../images/base/box360Bg.png) no-repeat 0 0;margin:0 6px 10px 0;}

/*====================================================================
BOX CONTENT PARTS
======================================================================*/

.boxContent .wave {width: 705px; height: 68px; background: url(../images/park/wave.png) bottom left no-repeat; position: relative; z-index: 10; padding: 42px 0 0 10px;}
.boxContent .wave ul li {float: left; padding: 10px 0 0 0;}
